Connect your agent to your local blockchain node RPC API endpoints and increase it's knowledge with official documentation so your agent will know how to implement functionality and can test in realtime, manage wallets, create offers or cats, or offers for cats with peer-to-peer transactions. ChaiMCP server might just save you some tokens.
Error: connection refused
Exception: ssl_context requires valid private key
at blockchain.rpc.full_node_rpc_client...
...
// Wait, where is the cert path?
The RPC is powerful but verbose. Managing connections, authenticating certificates, and parsing JSON responses manually destroys your flow.
Chai handles the brewing. You enjoy the tea. Full typesafety and auto-discovery for your agent. Supports both Local and Kubernetes deployment.
Automatically detects running services (farmer, wallet, full node) and exposes relevant tools to the MCP client.
Acts as a secure proxy for your keys. The AI agent sends requests to ChaiMCP, which handles the mTLS authentication internally. Your private keys never leave the secure environment.
"Get me the latest block height." "Show my XCH balance." Natural language queries executed in milliseconds.
Get started with ChaiMCP server in seconds. It's open source, community driven, and built for a particular blockchain's ecosystem for the win.
Clone and run directly on your machine. Best for individual developers.
Run instantly without cloning the repo if published, or run from source easily.
Deploy as a container in your cluster. Ideal for agentic workflows at scale.