v0.1.0 Now Available

Brewed for Blockchain
and AIs.

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.

terminal — zsh — 80x24
$ npx -y lochness@chai
⠋ Installing packages...
✓ ChaiMCP server installed successfully
Connected to full node (mainnet)
Wallet synced (height: 4920102)

Ready to brew thru some code! 🍵

Error: connection refused

Exception: ssl_context requires valid private key

at blockchain.rpc.full_node_rpc_client...

...

// Wait, where is the cert path?

Stop wrestling with certs.

The RPC is powerful but verbose. Managing connections, authenticating certificates, and parsing JSON responses manually destroys your flow.

Manual SSL config
Verbose JSON parsing
Features

Best served hot.

Chai handles the brewing. You enjoy the tea. Full typesafety and auto-discovery for your agent.

Auto-RPC Sync

Automatically detects running services (farmer, wallet, full node) and exposes relevant tools to the MCP client.

Secure Auth

Reads your local config to securely locate and use SSL certificates. No manual private key path configuration needed.

Instant Queries

"Get me the latest block height." "Show my XCH balance." Natural language queries executed in milliseconds.

Cup of chai?

Get started with ChaiMCP server in seconds. It's open source, community driven, and built for a particular blockchain's ecosystem for the win.

npx -y lochness@chai
View on GitHub