Labsco
MCP SERVER

Axone MCP

by axone-protocol

Read a dataverse on the Axone chain and the governance code attached to a resource in it.

Chain State, Explorers & Contract Tooling
Summary
Two calls, aimed at what the chain is actually for.

Governance code is the point of Axone's dataverse, and exposing it as a first-class lookup rather than raw chain queries is the right abstraction — an agent can ask whether it is permitted to use a resource before it uses one. The surface is small, which is honest about what the gateway currently does.

What it is

Axone's own MCP server: a lightweight gateway that lets an MCP client query the Axone chain over gRPC. Two tools cover the questions the dataverse is designed to answer — what is in this dataverse, and what rules govern this particular resource.

What you get
  • `get_dataverse_info` — information about a dataverse, given the address of its contract
  • `get_resource_governance_code` — the governance code attached to a resource, given the dataverse contract address and the resource's DID URI
Requirements

Nothing — no account, no key; you point it at a public node. Download the release binary and put it on your `$PATH`. The documented client entry runs `axone-mcp serve stdio --node-grpc grpc.dentrite.axone.xyz:443`; SSE is available with `axone-mcp serve sse --listen-addr localhost:8080`. Building from source needs Go, and the Makefile also expects Docker.

Setup effort

One command — axone-mcp serve stdio --node-grpc grpc.dentrite.axone.xyz:443