Labsco
axone-protocol logo

Axone MCP

β˜… 3

from axone-protocol

A lightweight server exposing Axone's capabilities through the Model-Context Protocol.

πŸ”₯πŸ”₯βœ“ VerifiedFreeQuick setup

axone-mcp

πŸ€– Axone’s MCP server – gateway to the dataverse for AI-powered tools

Smithery

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<br>(Claude, IDEs, Tools)" }
    mcpServer:::system@{ shape: rounded, label: "Axone<br>MCP server" }
    axone:::system@{ shape: das, label: "πŸ”— Axone chain" }

    actor -- query --> mcpServer

    mcpServer -. query .-> axone

Available tools

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"
  }
}

Build

  • Be sure you have Golang installed.
  • Docker as well if you want to use the Makefile.
make build