Turn an IDF domain into an MCP server with invariants and role scopes in every tool description.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@intent-driven/mcp-server · npm · 1.0.2
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.intent-driven-software/idf-mcp",
"description": "Turn an IDF domain into an MCP server with invariants and role scopes in every tool description.",
"repository": {
"url": "https://github.com/intent-driven-software/idf-mcp",
"source": "github"
},
"version": "1.0.2",
"packages": [
{
"registryType": "npm",
"identifier": "@intent-driven/mcp-server",
"version": "1.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the IDF host runtime (e.g. http://localhost:3001).",
"isRequired": true,
"format": "string",
"name": "IDF_SERVER"
},
{
"description": "IDF domain to expose as MCP tools (e.g. invest, booking, planning).",
"isRequired": true,
"format": "string",
"name": "IDF_DOMAIN"
},
{
"description": "Set to 0 if the host runtime already bootstrapped the domain; 1 (default) to bootstrap from IDF_ONTOLOGY_PATH on first connection.",
"format": "string",
"name": "IDF_BOOTSTRAP"
},
{
"description": "Filesystem path to the domain ontology module (only used when IDF_BOOTSTRAP=1).",
"format": "string",
"name": "IDF_ONTOLOGY_PATH"
},
{
"description": "Optional bearer token forwarded to the host runtime as the agent's role credential.",
"format": "string",
"isSecret": true,
"name": "IDF_AUTH_TOKEN"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-05-06T14:54:00.068039Z",
"publishedAt": "2026-05-06T14:54:00.068039Z",
"updatedAt": "2026-05-06T14:54:00.068039Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.0.2last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.