Open protocol
Gestandaardiseerde manier om LLM's aan externe tools en data te koppelen.
Open standaard voor LLM-tool-integratie — laat agents lokale tools en bestanden veilig bereiken
Het Model Context Protocol (MCP) is dé open standaard om AI-modellen aan externe tools, bestanden en API's te koppelen. Gelanceerd door Anthropic in november 2024 en in december 2025 ondergebracht bij de Agentic AI Foundation onder de Linux Foundation — mede opgericht door Anthropic, OpenAI en Block, met steun van Google, Microsoft, AWS en Cloudflare. Daarmee is het van Anthropic-project tot industriestandaard uitgegroeid: de SDK's passeerden begin 2026 de grens van bijna 100 miljoen maandelijkse downloads en het officiële register telt zo'n 10.000 servers. Een MCP-server schrijf je één keer en werkt daarna in elke client die het protocol ondersteunt — Claude, ChatGPT, Cursor, VS Code, Gemini en tientallen andere. De 2026-roadmap richt zich op enterprise-auth (SSO in plaats van statische secrets), audit trails en beter schaalbare remote servers.
Feiten geverifieerd op 6 juni 2026 · hoe wij beoordelen
Model Context Protocol ís de industriestandaard voor tool-integraties in AI-applicaties — sinds eind 2025 ondergebracht bij de Linux Foundation en gedragen door Anthropic, OpenAI, Google en Microsoft. Essentieel voor developers die agents en externe tools willen verbinden.
Waarom op de site: MCP groeide in anderhalf jaar uit van Anthropic-experiment tot dé industriestandaard voor AI-tool-integraties, nu beheerd door de Agentic AI Foundation (Linux Foundation) en omarmd door alle grote AI-toolmakers.
Beste alternatief: langchain
Developers en teams die AI-agents willen verbinden met eigen tools, data en systemen — via één standaard die in vrijwel elke AI-client werkt.
Gestandaardiseerde manier om LLM's aan externe tools en data te koppelen.
Herbruikbare prompt-templates die servers aan clients aanbieden.
Zelf-hostbaar op je machine of draaiend in cloud-infrastructuur.
Expose read-only context (databases, bestanden, API's) aan het model.
Definieer callable functies die het model zelfstandig kan aanroepen.
Draai lokale servers via stdio of remote via Streamable HTTP (vervanger van het oudere SSE-transport).
Officiële SDK's voor TypeScript, Python, Kotlin, Java en Rust.
Ondersteund door Claude, ChatGPT, Gemini, Cursor, VS Code, Cline, Goose en meer.
Centraal register met ~10.000 MCP-servers voor discovery en distributie.
Volledig open specificatie en referentie-implementaties onder MIT-licentie.
Servers kunnen zelf LLM-aanroepen initiëren voor agentic workflows.
Gratis — open standaard onder MIT-licentie, beheerd door de Agentic AI Foundation (Linux Foundation). Kosten zitten in je eigen hosting en LLM-gebruik.
Prijzen indicatief — controleer altijd de actuele tarieven bij de aanbieder.
Hands-on tutorials en uitleg om snel productief te worden met MCP.
Typ een toolnaam, categorie of use case
Zoeken...
Geen tools gevonden
Wat de wereld er van zegt
In het nieuws
Local vs remote MCP servers: which one you actually want
There are two kinds of MCP server, they solve different problems, and almost nothing tells you which one you are building until you are deep enough in to have already made the wrong choice. I worked t
Appwrite MCP vs Vercel MCP: I benchmarked both
An MCP server should be judged by what an agent can finish, not by how many tools sit in its catalog. So I pointed an agent at the hosted Appwrite and Vercel MCP servers and asked both to do the same
Zero Dependencies, 250KB, 486 Tests: What I Learned Building an MCP Client
Zero Dependencies, 250KB, 486 Tests: What I Learned Building an MCP Client This is not a product pitch. It's an engineering diary. If you want the pitch, the README is here . This is about the cost of
How we expose a full project tracker over MCP (so agents can file and close issues)
Most "AI project tools" wrap a chatbot around a board. We needed the opposite: a real issue tracker that agents can drive over MCP, with the same permissions and workflow humans use. This is the write
MCP x-mcp-header Validation: Keep Bad Tool Schemas Out of tools/list
MCP x-mcp-header validation is easy to miss because the annotation looks like ordinary JSON Schema metadata. On the 2026-07-28 Streamable HTTP transport, it is a wire contract: the client copies selec
A Connected MCP Server Is Not the Same as a Correct Tool Call
If you've wired up an MCP server in the last few months, you've probably noticed the icon turns green, the tool list populates, and it feels like the hard part is done. It isn't. The hard part starts