FAQ
Common questions about the MCP Toolkit and how it relates to the MCP ecosystem.
What is an MCP Description?
Section titled “What is an MCP Description?”An MCP Description (mcpdesc) is a portable, machine-readable format that declares
everything an MCP server offers — tools, resources, prompts, transports, and security —
much like OpenAPI does for REST APIs. Its canonical home is the
mcptoolkit-contract repository.
See the documentation overview for the format and the full suite, or jump straight to getting started.
Where does MCP Toolkit fit in the MCP ecosystem?
Section titled “Where does MCP Toolkit fit in the MCP ecosystem?”The MCP ecosystem is moving fast. Registries help users discover servers. Server Cards explore pre-connection discovery. Bundle formats make local installation easier. Gateways help teams run, secure, and observe MCP traffic. Inspectors help developers test servers at runtime. OpenAPI-to-MCP generators help teams expose existing APIs to agents.
MCP Toolkit focuses on a different layer. It is about lifecycle.
When a server changes from one release to the next, teams need a stable artifact that captures what that specific version exposes. They need to compare capabilities, detect major changes, generate changelogs, produce documentation, and apply quality rules.
That is the role of MCP Description documents.
Does MCP Toolkit replace registries, gateways, or inspectors?
Section titled “Does MCP Toolkit replace registries, gateways, or inspectors?”No. MCP Descriptions do not replace registries, Server Cards, gateways, inspectors, or package formats. They complement them by giving engineering teams a versioned description of server capabilities that can be stored, reviewed, compared, and reused across workflows.
Is MCP Toolkit affiliated with Anthropic or other MCP vendors?
Section titled “Is MCP Toolkit affiliated with Anthropic or other MCP vendors?”MCP Toolkit is a community open-source project. “MCP” and “Model Context Protocol” refer to the open protocol ecosystem. This project is not affiliated with or endorsed by Anthropic, or other MCP ecosystem vendors unless explicitly stated.