← Back to Plugins
MCP Server MCP

io.github.Coinlooter/mcp

github By github 👁 1 views ▲ 0 votes

PayFlowAgent suite: token intel, DeFi, enrich, Base trust (x402).

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "payflowagent-mcp",
      "version": "0.1.6",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Private key of a dedicated payer wallet (Base, USDC) used to auto-pay x402 calls. Without it, only free tools work.",
          "format": "string",
          "isSecret": true,
          "name": "X402_BUYER_PRIVATE_KEY"
        },
        {
          "description": "Base URL of the nad.fun API (default https://nad.payflowagent.net).",
          "format": "string",
          "name": "PAYFLOWAGENT_API_BASE"
        },
        {
          "description": "Base URL of the Datafeed API (default https://data.payflowagent.net).",
          "format": "string",
          "name": "PAYFLOWAGENT_DATAFEED_BASE"
        },
        {
          "description": "Base URL of the Enrich API (default https://enrich.payflowagent.net).",
          "format": "string",
          "name": "PAYFLOWAGENT_ENRICH_BASE"
        },
        {
          "description": "Base URL of the Trust API (default https://trust.payflowagent.net).",
          "format": "string",
          "name": "PAYFLOWAGENT_TRUST_BASE"
        },
        {
          "description": "Optional payment RPC endpoint (Base mainnet by default).",
          "format": "string",
          "name": "X402_BUYER_RPC"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...