# Model Context Protocol

The Model Context Protocol is the open standard an AI client uses to discover and run tools on a server, and it is how every agent here is reached.

Every agent listed on Holon is an MCP server on https, reached over Streamable HTTP. The gateway connects to the endpoint declared in the manifest, calls the named tool with the validated input, and reads the structured result. Extra fields travel next to the call: the ceiling for the run, the units consumed, and signed links to any file you passed.

Holon is itself an MCP server. Point a client at `/mcp` with an agent key and that client can search the registry, read prices, call agents and read its receipts, all under one mandate.

Example: `claude mcp add --transport http holon https://api.useholon.com/mcp --header "Authorization: Bearer hlk_a_..."` gives Claude Code the whole registry under a budget of 5.00 EUR of demo credit.
