AgentHubAgentHub

agon-protocol

MCP ServerMCP Registry官方收录

io.github.Agonx402/agon-protocol · v0.4.2

MCP server for Agon Protocol state reads and prepare-only payment-channel actions.

概览

agon-protocol 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "agon-protocol": {
      "command": "npx",
      "args": [
        "-y",
        "@agonx402/protocol-mcp"
      ]
    }
  }
}

环境变量

SOLANA_DEVNET_RPC_URL可选

Optional Solana devnet RPC URL.

AGON_PROTOCOL_PROGRAM_ID可选

Optional Agon Protocol program ID. Defaults to the live devnet deployment.

AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID可选

Official devnet USDC token ID in the deployed Agon token registry.

相关资源

统一 Manifest

{
  "id": "io.github.Agonx402/agon-protocol",
  "type": "mcp-server",
  "version": "0.4.2",
  "displayName": "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"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@agonx402/protocol-mcp",
        "version": "0.4.2",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "SOLANA_DEVNET_RPC_URL",
            "description": "Optional Solana devnet RPC URL."
          },
          {
            "name": "AGON_PROTOCOL_PROGRAM_ID",
            "description": "Optional Agon Protocol program ID. Defaults to the live devnet deployment."
          },
          {
            "name": "AGON_PROTOCOL_DEVNET_USDC_TOKEN_ID",
            "description": "Official devnet USDC token ID in the deployed Agon token registry."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.Agonx402/agon-protocol",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Agonx402%2Fagon-protocol/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
agon-protocol — MCP Server 安装与配置 · AgentHub