What is MCP, and why it matters here
The Model Context Protocol (MCP) is the open standard for giving AI assistants tools they can call. CryptoAPIs ships MCP servers that expose blockchain operations as tools — so an agent can answer "what's the balance of this address?" or "prepare and broadcast this payment" by actually calling the chain, not guessing.
Under the hood the MCP tools are a thin, open-source client over the same CryptoAPIs REST API — same endpoints, same x-api-key auth. Nothing new to learn on the backend; you're exposing capabilities you already have to an AI client.
Non-custodial, even for agents: the signer runs locally and makes zero network calls — an agent can build and broadcast a transaction while the private key never leaves the machine.