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 👇
The result will appear here…
In Claude, Cursor, Windsurf or Claude Code:
claude mcp add agishub -- npx -y @agishub/mcp
and all 30 tools are ready to call.
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