● live · no account · no API key

Pay-per-call tools for AI agents

Real data & utilities over x402 (USDC on Base). Your agent pays a few cents per call from its own wallet. Free over MCP, paid over HTTP. Try it right here 👇

▶ Try it now (free)

The result will appear here…

🔌 Use it in your agent (free, MCP)

In Claude, Cursor, Windsurf or Claude Code:

claude mcp add agishub -- npx -y @agishub/mcp

and all 30 tools are ready to call.

💳 Let your agent pay by itself (x402)

npm install agishub-wallet
import { paidFetch } from "agishub-wallet";

// like fetch(), but auto-pays the 402
await paidFetch("https://api.agishub.com/paid/now-in", {
  method: "POST",
  body: JSON.stringify({ timezone: "Asia/Tokyo" }),
});

Repos: agishub-mcp · agishub-wallet · npm @agishub/mcp · agishub-wallet · OpenAPI