model context protocol (mcp)
Build with Hedera. Right inside your AI tools.
Connect your AI coding agent or chatbot to the Hedera network with a single endpoint. Query data, create transactions, and ship working Hedera code — without leaving your IDE.
hedera mcps
Choose the right MCP for you
Each is purpose-built for different use cases. Pick the one that fits how you work.
For AI developers
Hedera Network MCP
Execute and sign your Hedera Transactions with your AI Agent
Connect the Hedera Network MCP and transact. Send HBAR, create tokens, create allowances, manage topics, and query the network, all from your AI Agent. Nothing settles until you sign from your own web3 wallet.
Transact on Hedera with your AI Agent
Endpoint
https://agentic-testnet-mcp.hedera.com/mcp Provide your Hedera Account ID via the x-hedera-account-id HTTP header. Use a funded web3 wallet such as Kabila Wallet or HashPack to sign and send transactions with your agent.
Add it to
claude mcp add --transport http hedera-testnet-mcp https://agentic-testnet-mcp.hedera.com/mcp
# verify
claude mcp list codex mcp add hedera-testnet-mcp --url https://agentic-testnet-mcp.hedera.com/mcp
# verify
codex mcp list {
"mcpServers": {
"hedera-testnet-mcp": {
"url": "https://agentic-testnet-mcp.hedera.com/mcp"
}
}
} Cmd/Ctrl + Shift + P → Open MCP settings → Add custom MCP
{
"servers": {
"hedera-testnet-mcp": {
"type": "http",
"url": "https://agentic-testnet-mcp.hedera.com/mcp"
}
}
} Then switch Copilot chat to Agent mode
{
"mcpServers": {
"hedera-testnet-mcp": {
"serverUrl": "https://agentic-testnet-mcp.hedera.com/mcp"
}
}
} {
"mcpServers": {
"hedera-testnet-mcp": {
"url": "https://agentic-testnet-mcp.hedera.com/mcp"
}
}
} https://agentic-testnet-mcp.hedera.com/mcp Settings → Connectors → Add custom connector. Name it Hedera Testnet MCP.
https://agentic-testnet-mcp.hedera.com/mcp Settings → Apps → enable Developer Mode → Create. Name it Hedera Testnet MCP.
Over 40 tools
For developers & AI assistant users
Hedera Docs MCP
Gives your coding agent live, accurate Hedera documentation — so it stops inventing API calls.
Point Claude, Cursor, ChatGPT, or any MCP client at the official docs. Your agent searches real API references, SDK guides, and code examples at the moment it writes code. No wallet, no keys, read-only.
Endpoint
https://docs.hedera.com/mcp Add it to
claude mcp add --transport http hedera-docs https://docs.hedera.com/mcp
# verify
claude mcp list codex mcp add hedera-docs --url https://docs.hedera.com/mcp
# verify
codex mcp list {
"mcpServers": {
"hedera-docs": {
"url": "https://docs.hedera.com/mcp"
}
}
} Cmd/Ctrl + Shift + P → Open MCP settings → Add custom MCP
{
"servers": {
"hedera-docs": {
"type": "http",
"url": "https://docs.hedera.com/mcp"
}
}
} Then switch Copilot chat to Agent mode
{
"mcpServers": {
"hedera-docs": {
"serverUrl": "https://docs.hedera.com/mcp"
}
}
} {
"mcpServers": {
"hedera-docs": {
"url": "https://docs.hedera.com/mcp"
}
}
} https://docs.hedera.com/mcp Settings → Connectors → Add custom connector. Name it Hedera Docs.
https://docs.hedera.com/mcp Settings → Apps → enable Developer Mode → Create. Name it Hedera Docs.
What it can search
For general users in AI assistants
Hedera Payments MCP Coming soon
Lets an assistant pay for things on its own — inside limits you set first.
A hosted server plus a client that lets Claude, Cursor, VS Code, Gemini, Devin, ChatGPT, and others transact on Hedera without you in the loop.
Paired with Hedera Agent Accounts, so you set an allowance, set policies and limits for your paired agent, and get an audit trail of every agentic transaction.
For builders & explorers
Community MCPs
Servers built by the ecosystem, extending what your agent can reach.
See what the community is building on Hedera. These servers are maintained by their authors rather than by Hedera, so capabilities and support vary.
Available now
New to MCP? The Docs MCP needs no wallet and no keys.
mcp resources
Featured resources
documentation
Hedera Hosted MCP setup guide
Step-by-step instructions to connect your agent to the Hedera Hosted MCP Server and start sending transactions. Everything you need to configure your MCP client and make your first Hedera network call: wallet setup, endpoints, and your first transaction.
documentation
Hedera Docs MCP setup guide
Connect your AI tools to the official Hedera documentation for real-time, accurate answers to your Hedera-related questions — directly from the source.
documentation
Hedera Docs
The complete reference for Hedera APIs, SDKs, tutorials, and network concepts. Your go-to resource for full API references, SDK guides, and code examples for building on Hedera; from quickstarts to advanced network topics.
documentation
x402: Hedera Network transactions embedded in HTTP requests
Enable AI agents to bundle Hedera Network transaction receipts, and use a Hedera compatible x402 facilitator to settle seamlessly with sellers and data providers.
community
Get help in Hedera Discord
Connect with Hedera developers, ask questions, and get support from the developer community. Join for real-time help, discussion, and ecosystem updates.