← Back to Plugins
MCP Server MCP

io.github.UltraStarz/x402-extract

github By github 👁 1 views ▲ 0 votes

Pay-per-call MCP server. $0.01 USDC extracts schema.org/Product JSON from any URL via x402.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "x402-extract-mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Ethereum private key for the buyer wallet that pays the per-call USDC fee.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "BUYER_PRIVATE_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...