Serversio.github.Agonx402/agon-protocol
P

io.github.Agonx402/agon-protocol

io.github.Agonx402/agon-protocol · v0.4.2
▦ npm
v0.4.2npm npm: @agonx402/protocol-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.Agonx402/agon-protocol",
  "description": "MCP server for Agon Protocol state reads and prepare-only payment-channel actions.",
  "repository": {
    "url": "https://github.com/Agonx402/agon-gateway-agentic",
    "source": "github"
  },
  "version": "0.4.2",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@agonx402/protocol-mcp",
      "version": "0.4.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional Solana devnet RPC URL.",
          "format": "string",
          "name": "SOLANA_DEVNET_RPC_URL"
        },
        {
          "description": "Optional Agon Protocol program ID. Defaults to the live devnet deployment.",
          "format": "string",
          "name": "AGON_PROTOCOL_PROGRAM_ID"
        },
        {
          "description": "Official devnet USDC token ID in the deployed Agon token registry.",
          "format": "string",
          "name": "AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}