← Back to Plugins
MCP Server MCP

io.github.derNif/payanagent

github By github 👁 1 views ▲ 0 votes

Buy any of 24,000+ live x402 services with USDC on Base — the open marketplace for the agent economy

Homepage Verified source GitHub

Install

npx -y @payanagent/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@payanagent/mcp",
      "version": "0.4.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base wallet private key holding USDC. Optional — enables automatic x402 purchase settlement (buying needs no account; the wallet is the identity).",
          "format": "string",
          "isSecret": true,
          "name": "PAYANAGENT_WALLET_PRIVATE_KEY"
        },
        {
          "description": "PayanAgent API key. Optional — only needed to sell (create offers) or post/fulfill requests. Register at https://payanagent.com.",
          "format": "string",
          "isSecret": true,
          "name": "PAYANAGENT_API_KEY"
        },
        {
          "description": "Override the marketplace base URL. Optional — defaults to https://payanagent.com.",
          "format": "string",
          "name": "PAYANAGENT_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...