streamable-httpupdated 14d ago
SpecMCP gives AI assistants live access to gematik's Telematikinfrastruktur (TI) specifications and certification requirements.
What can you do with specmcp?
SpecMCP
SpecMCP gives AI assistants live access to gematik's Telematikinfrastruktur (TI) specifications and certification requirements.
SpecMCP is a hosted, remote Model Context Protocol (MCP) server. Instead of relying on stale training data, your AI client queries a continuously updated database of TI specifications (the gemSpec_* document set), requirements (AFOs such as A_12345 / GS-A_4101), and certification scopes (gemProdT / gemAnbT) — and can diff exactly what changed between versions.
Built for the teams that build and certify TI products: manufacturers, Zulassung specialists, and compliance and product engineers who need answers that match the current normative documents.
- Website: https://specmcp.com
- Docs: https://docs.specmcp.com
- Server URL:
https://mcp.specmcp.com/mcp
This repository is the public home for the hosted SpecMCP server. SpecMCP is a hosted service; the server source is not distributed here.
This repo is also a conformant Agent Plugin: plugin.json and mcp.json declare the hosted Streamable HTTP server so compatible clients (Cursor, and others implementing the standard) can discover and install it. Authentication is OAuth 2.0, handled per-user by the client; no credentials are stored in the package.
Connect
SpecMCP is a remote MCP server secured with OAuth 2.0. You need a SpecMCP account and an active plan. On first connect, your client runs the OAuth sign-in automatically.
Per-client guides:
- Claude: https://docs.specmcp.com/docs/connect/claude
- ChatGPT: https://docs.specmcp.com/docs/connect/chatgpt
- Cursor: https://docs.specmcp.com/docs/connect/cursor
- Others (Codex, Copilot, …): https://docs.specmcp.com/docs/connect/other
Example (Claude Code):
claude mcp add --transport http specmcp https://mcp.specmcp.com/mcp
Tools
All tools are read-only; SpecMCP retrieves and compares specifications and never modifies your data.
| Tool | Purpose |
|---|---|
list_specs |
Browse all available TI specifications |
search_requirements |
Semantic search across requirements |
get_requirement / get_requirements |
Fetch full requirement text by ID (single or batch) |
list_requirements |
All requirements for a spec |
list_scopes |
Certification scopes (gemProdT / gemAnbT) |
list_scope_specs |
Specs covered by a scope |
list_scope_requirements |
The full certification checklist for a scope |
diff_versions |
Changes between two spec versions |
diff_scope_versions |
Changes between two certification versions |
get_spec_version_history |
Version history for a spec |
Full tool reference: https://docs.specmcp.com/docs/troubleshooting-reference/mcp-tools
Security
To report a security vulnerability, email security@specmcp.com. Please do not open a public issue for security reports. We aim to acknowledge reports within two business days.
Legal
- Privacy: https://specmcp.com/privacy
- Terms: https://specmcp.com/terms
- Imprint: https://specmcp.com/imprint
SpecMCP is an independent product and is not affiliated with, endorsed by, or sponsored by gematik GmbH. Names such as "gematik" and "Telematikinfrastruktur" are used only to describe the publicly published specifications SpecMCP provides access to.
License
The connector package in this repository (the plugin manifests, mcp.json, this README, and the logo) is released under the MIT License. The MIT license covers this package only. SpecMCP itself is a hosted service; the server and its data are proprietary and are not covered by this license.
Install
Add specmcp to your client. Pick the one you use.
claude mcp add --transport http specmcp https://mcp.specmcp.com/mcpcodex mcp add specmcp --url https://mcp.specmcp.com/mcp{
"mcpServers": {
"specmcp": {
"url": "https://mcp.specmcp.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"specmcp": {
"type": "http",
"url": "https://mcp.specmcp.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"specmcp": {
"url": "https://mcp.specmcp.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"specmcp": {
"serverUrl": "https://mcp.specmcp.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
9 tools
specmcp exposes 9 tools to a connected agent.
- list_specs
- Browse all available TI specifications
- search_requirements
- Semantic search across requirements
- list_requirements
- All requirements for a spec
- list_scopes
- Certification scopes (gemProdT / gemAnbT)
- list_scope_specs
- Specs covered by a scope
- list_scope_requirements
- The full certification checklist for a scope
- diff_versions
- Changes between two spec versions
- diff_scope_versions
- Changes between two certification versions
- get_spec_version_history
- Version history for a spec
Score
60 / 100
Good
- Documentation17/25
- Maintenance19/25
- Trust6/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 6 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 9 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Aug 25, 2026 |