Turn an IDF domain into an MCP server with invariants and role scopes in every tool description.

stdioofficialinfra

Package Details

Transportstdio

Environment Variables

IDF_SERVER(str)
Required

Base URL of the IDF host runtime (e.g. http://localhost:3001).

IDF_DOMAIN(str)
Required

IDF domain to expose as MCP tools (e.g. invest, booking, planning).

IDF_BOOTSTRAP(str)

Set to 0 if the host runtime already bootstrapped the domain; 1 (default) to bootstrap from IDF_ONTOLOGY_PATH on first connection.

IDF_ONTOLOGY_PATH(str)

Filesystem path to the domain ontology module (only used when IDF_BOOTSTRAP=1).

IDF_AUTH_TOKEN(str)
Secret

Optional bearer token forwarded to the host runtime as the agent's role credential.