AgentHubAgentHub

agent-payment-mcp

MCP ServerMCP Registry官方收录

io.github.Abraxas1010/agent-payment-mcp · v1.0.1

Secure USDC payments for AI agents on Base blockchain with budget controls and instant settlement.

概览

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

暂无自动生成的安装指引,请查看源仓库 README。

相关资源

统一 Manifest

{
  "id": "io.github.Abraxas1010/agent-payment-mcp",
  "type": "mcp-server",
  "version": "1.0.1",
  "displayName": "agent-payment-mcp",
  "description": "Secure USDC payments for AI agents on Base blockchain with budget controls and instant settlement.",
  "repository": {
    "url": "https://github.com/Abraxas1010/agent-payment-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/Apoth3osis-ai/agent-payment-mcp/releases/download/v1.0.1/agent-payment-server",
        "runtimeHint": "binary",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "AGENT_PAYMENT_API_KEY",
            "description": "Your AgentPMT API key for authentication",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "AGENT_PAYMENT_BUDGET_KEY",
            "description": "Your AgentPMT budget key for spending control",
            "isRequired": true,
            "isSecret": true
          }
        ]
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/Apoth3osis-ai/agent-payment-mcp/releases/download/v1.0.1/agent-payment-server-darwin-amd64",
        "runtimeHint": "binary",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "AGENT_PAYMENT_API_KEY",
            "description": "Your AgentPMT API key for authentication",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "AGENT_PAYMENT_BUDGET_KEY",
            "description": "Your AgentPMT budget key for spending control",
            "isRequired": true,
            "isSecret": true
          }
        ]
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/Apoth3osis-ai/agent-payment-mcp/releases/download/v1.0.1/agent-payment-server-darwin-arm64",
        "runtimeHint": "binary",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "AGENT_PAYMENT_API_KEY",
            "description": "Your AgentPMT API key for authentication",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "AGENT_PAYMENT_BUDGET_KEY",
            "description": "Your AgentPMT budget key for spending control",
            "isRequired": true,
            "isSecret": true
          }
        ]
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/Apoth3osis-ai/agent-payment-mcp/releases/download/v1.0.1/agent-payment-server-windows-amd64.exe",
        "runtimeHint": "binary",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "AGENT_PAYMENT_API_KEY",
            "description": "Your AgentPMT API key for authentication",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "AGENT_PAYMENT_BUDGET_KEY",
            "description": "Your AgentPMT budget key for spending control",
            "isRequired": true,
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.Abraxas1010/agent-payment-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Abraxas1010%2Fagent-payment-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
agent-payment-mcp — MCP Server 安装与配置 · AgentHub