axone-mcp
🤖 Axone’s MCP server – gateway to the dataverse for AI-powered tools
Documentation
axone-mcp
> 🤖 Axone’s MCP server – gateway to the dataverse for AI-powered tools
Axone’s MCP server
Axone’s MCP server is a lightweight implementation that
exposes Axone’s capabilities through the standardized Model-Context Protocol.
flowchart LR
classDef actor stroke:#808
classDef system stroke:#0ff
classDef resource stroke:#f00
actor:::actor@{ shape: stadium, label: "Host with MCP Client(Claude, IDEs, Tools)" }
mcpServer:::system@{ shape: rounded, label: "AxoneMCP server" }
axone:::system@{ shape: das, label: "🔗 Axone chain" }
actor -- query --> mcpServer
mcpServer -. query .-> axoneAvailable tools
`get_dataverse_info`
Get information about the given dataverse.
Input schema
{
"dataverse": {
"type": "string",
"description": "The address of the dataverse contract"
}
}`get_resource_governance_code`
Get the governance code attached to the given resource (if any).
Input schema
{
"dataverse": {
"type": "string",
"description": "The address of the dataverse contract"
},
"resource": {
"type": "string",
"description": "The DID URI of the resource"
}
}Installation
Get the latest release and put it in your $PATH or somewhere you can easily access.
Usage with Claude
Add this to your `claude_desktop_config.json` Claude Desktop configuration file:
{
"mcpServers": {
"axone": {
"command": "axone-mcp",
"args": [
"serve",
"stdio",
"--node-grpc",
"grpc.dentrite.axone.xyz:443"
]
}
}
}Flags:
- `--node-grpc`: The gRPC endpoint of the Axone node to connect to.
Run with SSE transport
axone-mcp serve sse --listen-addr localhost:8080 --node-grpc grpc.dentrite.axone.xyz:443Run with STDIO transport
axone-mcp serve stdio --node-grpc grpc.dentrite.axone.xyz:443Build
make buildFrequently asked questions
What is axone-mcp?
axone-mcp is 🤖 Axone’s MCP server – gateway to the dataverse for AI-powered tools
How do I install axone-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is axone-mcp open source?
Yes — it is hosted on GitHub at https://github.com/axone-protocol/axone-mcp and has 3 stars.
Related MCP tools
mcp-language-server gives MCP enabled clients access semantic tools like get definition, references, rename, and diagnostics.
The missing open-source Kubernetes UI with a built-in MCP server for AI agents. See what's broken, why, and what changed. Issues, Topology, event timeline, Helm, GitOps, live service traffic, and cluster audits - all in one Go binary.
Run MATLAB® using AI applications with the official MATLAB MCP Server from MathWorks®. This MCP server for MATLAB supports a wide range of coding agents like Claude Code® and Visual Studio® Code.
One place to manage & connect to all your MCP servers
The go-to web for your AI coding agent — local-first search, fetch, crawl & research over MCP. No API keys, no cloud, $0/query. Public beta.
AI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for free.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP