← Graph

Model Context Protocol

concept 7 connections

Protocol released by Anthropic in 2024, based on JSON-RPC, designed for LLMs to invoke tools. LLM-ready in a way REST is not: calling REST tools costs many tokens, whereas MCP is tailored to the model's interaction style and is therefore token-efficient, at the cost of lower raw performance. Paired with LLM runtimes like Claude Code, an MCP server (e.g. built with fast-mcp) can expose tools that the LLM picks and invokes on its own — in the wroclove.rb 2026 demo Emiliano simply writes 'create an order for product ID, customer and shipping address' and Claude finds the right tool, formats currency, and on an unknown product reads the Active Record 'product not found' stack trace and proactively suggests double-checking the product ID.

category
protocol
released
2024
Fourth alternative protocol covered, demoed via fast-mcp and Claude Code.
about
Model Context Protocol concept
Expected to apply to MCP once clients support it.
about
Model Context Protocol concept
Recommendation covers when to pick MCP.
about
Model Context Protocol concept
Built-in MCP server is highlighted as 'bonus number two'
about
Model Context Protocol concept
Shows one-line MCP-decoration of the REST service
concept Model Context Protocol
related_to
Anthropic company
MCP was released by Anthropic in 2024.
concept Model Context Protocol
uses
JSON-RPC concept
MCP messages are encoded over JSON-RPC.

Provenance

Read by
1 extraction