XGR MCP Gateway
An MCP server providing AI-native access to XGR blockchain data, enabling queries about chain status, sessions, transactions, and contracts, as well as preparing owner-signed on-chain actions via natural language.
README
XGR MCP Gateway
AI-native access to the XGR stack over the Model Context Protocol. Connect any MCP-compatible agent — Claude, ChatGPT, IDE assistants, custom hosts — and read XGRChain, XDaLa sessions, Explorer data and XRC standards, or prepare owner-signed on-chain actions, in plain language.
The gateway never holds keys and never signs. Write intents are prepared as handoffs that you review and sign locally in your own wallet.
Connect an agent
The gateway speaks MCP over HTTP.
Mainnet:
https://mcp.xgr.network/mcp
Testnet:
https://mcp.testnet.xgr.network/mcp
Use mainnet to inspect real XGRChain and XDaLa activity. Use testnet to safely draft, validate and experiment with agent-driven workflows before production use.
Claude (Desktop / Web connectors)
Add a custom connector pointing at the URL above. Claude can then call the XGR tools directly in chat.
Any MCP client
Point your client's MCP server config at the HTTP endpoint:
{
"mcpServers": {
"xgr-mainnet": {
"type": "http",
"url": "https://mcp.xgr.network/mcp"
},
"xgr-testnet": {
"type": "http",
"url": "https://mcp.testnet.xgr.network/mcp"
}
}
}
That's the whole setup. No contract addresses, no XRC knowledge, no local infrastructure required — describe what you want and the agent resolves it against deployed processes.
What you can do
- Ask about the chain — live status, blocks, account state.
- Inspect sessions — find, list, and explain XDaLa sessions, steps, payloads and receipts.
- Search transactions — chain-wide search, value transfers, account/block history, stats.
- Explore XRC contracts — XRC-137 rules and XRC-729 orchestrations, process graphs, reuse and failure analytics.
- Draft & validate — author XRC-137/XRC-729 artifacts and bundles against the built-in schemas and validators.
- Prepare actions — bundle deploys and session starts as review-and-sign handoffs (the gateway prepares; you sign locally).
Documentation
Full reference lives in the central XGR docs:
Self-hosting
The gateway is operable against your own XGRChain RPC and Explorer instance. Self-hosting additionally requires an Explorer deployment with a read-only Postgres mirror for the transaction-search and session-analytics tools. See Setup & Configuration.
License
See LICENSE.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.