HomeMarketing & E-Commerce › x402-ads-mcp

x402-ads-mcp

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

TypeScript Cloud
★ 0 stars Last pushed 2026-09-23 License: MIT

Topics: Marketing

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.2.2)

npx -y @forgemeshlabs/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "x402-ads-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@forgemeshlabs/[email protected]"
      ],
      "env": {
        "WALLET_PRIVATE_KEY": "<YOUR_VALUE>",
        "X402_ADS_PUBLISHER_KEY": "<YOUR_VALUE>",
        "X402_ADS_BASE_URL": "<YOUR_VALUE>",
        "BASE_RPC_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • WALLET_PRIVATE_KEY secret — 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.
  • X402_ADS_PUBLISHER_KEY secret — Optional publisher key from ads.forgemesh.io. Makes get_intent_report free for your registered services.
  • X402_ADS_BASE_URL — Optional intent network base URL. Defaults to https://ads.forgemesh.io.
  • BASE_RPC_URL — Optional Base mainnet RPC URL. Defaults to https://mainnet.base.org.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry