Zum Inhalt springen
Agent Hub
Back to glossary
tooling

MCP

Model Context Protocol is an open standard from Anthropic that defines how AI agents talk to tools, data sources, and APIs — like USB for AI.

Also known as: Model Context Protocol

In detail

Before MCP, every platform invented its own tool-calling interfaces. MCP standardizes it: a server exposes tools (functions), resources (data), and prompts; a client (your agent — any platform) consumes them.

Benefit for you: skills we build to MCP work not just in Agent Hub, but also in Cursor, Claude Desktop, Continue, or any other MCP-capable client. No vendor lock-in.

Example

We build an MCP server for your CRM. The agent in Agent Hub uses it, but your developers can also wire it into Claude Desktop directly to query CRM data on demand.

Related terms

MCP — explained · Agent Hub