← Back to Plugins
MCP Server MCP

io.github.forgemeshlabs/x402-ads-mcp

github By github 👁 1 views ▲ 0 votes

x402 ad recommendations, intent analytics, and machine-commerce demand reports.

Homepage Verified source GitHub

Install

npx -y @forgemeshlabs/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@forgemeshlabs/x402-ads-mcp",
      "version": "0.1.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional dedicated low-balance Base wallet private key for settling paid x402 analytics calls. Without it, paid tools return the x402 payment challenge instead of settling.",
          "format": "string",
          "isSecret": true,
          "name": "WALLET_PRIVATE_KEY"
        },
        {
          "description": "Optional publisher key from ads.forgemesh.io. Makes get_intent_report free for your registered services.",
          "format": "string",
          "isSecret": true,
          "name": "X402_ADS_PUBLISHER_KEY"
        },
        {
          "description": "Optional intent network base URL. Defaults to https://ads.forgemesh.io.",
          "format": "string",
          "name": "X402_ADS_BASE_URL"
        },
        {
          "description": "Optional Base mainnet RPC URL. Defaults to https://mainnet.base.org.",
          "format": "string",
          "name": "BASE_RPC_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...