x402-services

9 pay-per-call x402 APIs on Base mainnet, 22 tools, TypeScript, stdio transport, Built by Jebadiah

Documentation

x402 Agent Kit

Integration materials for calling nine pay-per-call data APIs for AI agents — no API keys, no signup, USDC on Base via the x402 protocol. By Jebadiah.

MCP server — run from source (no npm needed)

mcp-server/ is a stdio MCP server exposing all nine services as 22 MCP tools, with automatic x402 payment handling. There is no npm release yet, so run it straight from this repo:

git clone https://github.com/samgouffsm-crypto/x402-agent-kit
cd x402-agent-kit/mcp-server
npm install && npm run build

Point your MCP client at it:

{
  "mcpServers": {
    "x402-services": {
      "command": "node",
      "args": ["<repo>/mcp-server/dist/index.js"],
      "env": { "X402_PRIVATE_KEY": "0xYOUR_KEY" }
    }
  }
}

Fund your own Base wallet with a little USDC; the key only ever signs gasless EIP-3009 authorizations on your machine. Full setup in mcp-server/README.md.

The services

ServiceEndpointPrice
TenderWatch — gov procurement search + fit-scoringhttps://x402-tenderwatch.onrender.com$0.01–$0.02/call
EDGAR Lens — SEC filing search/extractionhttps://x402-edgar-lens.onrender.com$0.02–$0.05/call
TrialScope — clinical trial search/deltashttps://x402-trialscope.onrender.com$0.01–$0.02/call
DocExtract — PDF → structured JSONhttps://x402-docextract.onrender.com≤$0.10/doc
PatentScope — patent search/prior-arthttps://x402-patentscope.onrender.com$0.02–$0.05/call
Alexandria — auto parts intelligencehttps://x402-alexandria.onrender.com$0.02–$0.05/call
InvoiceIQ — AP invoice extractionhttps://x402-invoiceiq.onrender.com$0.05/doc
TaxRate US — state sales-tax rate + nexushttps://x402-taxrate.onrender.com$0.03 ($0.01 nexus)
EntityVerify — business verificationhttps://x402-entityverify.onrender.com$0.07/check

Each service also serves /llms.txt, /openapi.json, and /.well-known/x402.