MCP Server
Standalone stdio MCP server exposing 51 tools, 5 resources, and 4 prompts.
The MCP server is a thin adapter over TOOL_REGISTRY. Any MCP-compatible client can list tools, call them, read resources, and use prompts — with the same executors as the PocketAgent chat UI.
pip install pokt-agent-mcp
# MCP client spawns:
pocketagent-mcpWhy MCP?
PocketAgent reimplements BlockchainQuery's 32-tool read surface and adds 19 custom tools — compare, guarded writes, non-EVM transfers, analytics, simulation, and portfolio analysis.
MCP surfaces
Tools
51 typed blockchain functions.
Resources
Chain, agent, and cache URIs.
Prompts
4 built-in workflow prompts.
Setup instructions: MCP Client Setup. Extended reference also lives in the repository at docs/mcp-server.md.