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 developers & AI assistant users
Hedera Docs MCP
Hedera docs, in your coding agent.
Connect Claude, Cursor, ChatGPT, and any MCP client to live Hedera documentation. Your agent searches the real API references, SDK guides, and code examples — so it ships working Hedera code instead of guessing.
Endpointhttps://docs.hedera.com/mcp
Setup
Use the direct HTTP endpoint when your client supports it. No API key is required. The endpoint is identical everywhere: https://docs.hedera.com/mcp
Claude Code supports remote HTTP MCP servers directly.
claude mcp add --transport http hedera-docs https://docs.hedera.com/mcp
# verify
claude mcp list Run this in a terminal where the Codex CLI is installed.
codex mcp add hedera-docs --url https://docs.hedera.com/mcp
# verify
codex mcp list Cmd/Ctrl + Shift + P → “Open MCP settings” → Add custom MCP.
{
"mcpServers": {
"hedera-docs": {
"url": "https://docs.hedera.com/mcp"
}
}
} Create .vscode/mcp.json, then switch Copilot chat to Agent mode.
{
"servers": {
"hedera-docs": {
"type": "http",
"url": "https://docs.hedera.com/mcp"
}
}
} Edit ~/.config/devin/config.json.
{
"mcpServers": {
"hedera-docs": {
"serverUrl": "https://docs.hedera.com/mcp"
}
}
} Edit ~/.gemini/settings.json.
{
"mcpServers": {
"hedera-docs": {
"url": "https://docs.hedera.com/mcp"
}
}
} Settings → Connectors → Add custom connector.
- Name
- Hedera Docs
- URL
https://docs.hedera.com/mcp
Settings → Apps → enable Developer Mode → Create.
- Name
- Hedera Docs
- URL
https://docs.hedera.com/mcp
Tools
Search Hedera. It searches the whole Hedera knowledge base:
- API references & SDK documentation
- Code examples & tutorials
- How-to guides & quickstarts
- Network concepts & architecture
For AI developers
Hedera Network MCP
Hedera Network transactions, with your AI agents.
Integrate Hedera Network tools into your agent. Make tool calls from the CLI, then sign and send transactions from your web3 wallet app or browser extension. The Hedera Hosted MCP Server connects your CLI or client agent to the Hedera network to create transactions, then sign with your wallet to send and execute them. Send funds, create tokens, and much more.
Endpointhttps://agentic-testnet-mcp.hedera.com/mcp
Connect to MCP
When connecting, provide your Hedera Account ID via the x-hedera-account-id HTTP header. You will need a funded web3 wallet such as Kabila Wallet or HashPack to sign and send transactions.
Setup
Use the direct HTTP endpoint when your client supports it. The endpoint is identical everywhere: https://agentic-testnet-mcp.hedera.com/mcp
Claude Code supports remote HTTP MCP servers directly.
claude mcp add --transport http hedera-testnet-mcp https://agentic-testnet-mcp.hedera.com/mcp
# verify
claude mcp list Run this in a terminal where the Codex CLI is installed.
codex mcp add hedera-testnet-mcp --url https://agentic-testnet-mcp.hedera.com/mcp
# verify
codex mcp list Cmd/Ctrl + Shift + P → “Open MCP settings” → Add custom MCP.
{
"mcpServers": {
"hedera-testnet-mcp": {
"url": "https://agentic-testnet-mcp.hedera.com/mcp"
}
}
} Create .vscode/mcp.json, then switch Copilot chat to Agent mode.
{
"servers": {
"hedera-testnet-mcp": {
"type": "http",
"url": "https://agentic-testnet-mcp.hedera.com/mcp"
}
}
} Edit ~/.config/devin/config.json.
{
"mcpServers": {
"hedera-testnet-mcp": {
"serverUrl": "https://agentic-testnet-mcp.hedera.com/mcp"
}
}
} Edit ~/.gemini/settings.json.
{
"mcpServers": {
"hedera-testnet-mcp": {
"url": "https://agentic-testnet-mcp.hedera.com/mcp"
}
}
} Settings → Connectors → Add custom connector.
- Name
- Hedera Testnet MCP
- URL
https://agentic-testnet-mcp.hedera.com/mcp
Settings → Apps → enable Developer Mode → Create.
- Name
- Hedera Testnet MCP
- URL
https://agentic-testnet-mcp.hedera.com/mcp
Tools
The Hedera Hosted MCP provides over 40 tools to query and create transactions on the Hedera Network. See the full listing on GitHub.
Account tools
Transfer HBAR, create accounts, and manage allowances with transfer_hbar_tool, update_account_tool, and approve_hbar_allowance_tool.
Consensus tools
Create and manage HCS topics and messages with create_topic_tool, submit_topic_message_tool, and more.
Token tools
Create and manage tokens on the network with create_fungible_token_tool, airdrop_fungible_token_tool, among others.
Query tools
Query the mirror nodes with get_hbar_balance_query_tool, get_account_query_tool, get_topic_info_query_tool, and more.
For general users in AI assistants
Hedera Payments MCP Coming soon
A hosted MCP server plus a client that enables your favorite AI — Claude, Cursor, VS Code, Gemini, Devin, ChatGPT, and more — to autonomously transact using the Hedera Network.
The Payments MCP will be paired with Hedera Agent Accounts, so users can set an allowance, set policies and limits for their paired agent, and create audit trails of agentic Hedera network transactions.
For builders & explorers
Community MCPs
See what the community is building for the Hedera network. Ecosystem-contributed MCPs extending what’s possible.
HGraph MCP
Built by Hgraph, this MCP provides enriched data from bare metal Hedera mirror nodes with real-time updates, DeFi metrics, and comprehensive network analytics.
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.
Discover why builders choose Asset Tokenization Studio
Discover why Hedera is the trusted institutional-grade network powering the new digital economy.