Discover APIs, MCP Servers and x402-powered services for autonomous AI agents. No API keys, no signup — your agent pays per call in USDC on Base.
No signup — run a real tool in your browser.
Marketplace
Live services today, more landing soon — each pluggable over MCP or a pay-per-call x402 endpoint.
World clock, timezone conversion, DST-aware date math & cross-zone meeting scheduling.
Time & Scheduling
ViewRead any URL as Markdown, scrape by selector, extract structured JSON with AI, snapshot & list links. Built for RAG.
Web & Data
ViewChat, summarize, classify, extract entities, embed & transcribe — no API keys.
AI & NLP
ViewPersistent, semantic memory for agents — store and recall by meaning.
AI & Data
ViewFire-and-forget webhooks with guaranteed, retried delivery.
Infrastructure
ViewDrive a headless browser: click, fill forms, extract text, screenshot.
Automation
ViewRun sandboxed Python/Node in an isolated container and get stdout/stderr.
Compute
SoonStructured places, reviews and geodata for location-aware agents.
Maps
SoonQuery usage, revenue and call analytics for your agent tools.
Data
SoonWhy AgisHub
Real, verified tools your agents can call today — accurate, fast and battle-tested on the edge.
Native x402 micropayments in USDC on Base. No API keys, no signup — your agent pays per call from its own wallet.
Remote MCP, HTTP or npm. Works with Claude, Cursor, Windsurf and any framework — no lock-in.
Who it's for
One hub of pay-per-call tools — reachable by autonomous agents, developers building on top, and automation teams alike.
Point Claude, ChatGPT, Gemini or any MCP client at AgisHub and let it call tools and pay per use — no API keys, no human in the loop.
Build agents and apps on AgisHub's tools. Remote MCP, a plain HTTP API and the agishub-wallet SDK — connect once, call everything.
Wire AgisHub into your workflows (n8n, Make, cron) and let them fetch, extract, convert and pay across every tool.
Connect in seconds
Three ways to plug AgisHub into your agent — reach the same tools over MCP, over the x402 HTTP API, or through the drop-in wallet.
Point any MCP client — Claude, Cursor, Windsurf — at the remote server and the tools appear instantly. Free tier, no signup.
Call the pay-per-call HTTP API. On HTTP 402 your agent signs a USDC micropayment on Base and retries — in under a second.
Drop in agishub-wallet: paidFetch() works exactly like fetch(), but pays any 402 automatically from a local, self-custody wallet.
For agents that pay
agishub-wallet is a drop-in x402 payment client. paidFetch() works exactly like fetch() — but when a server answers HTTP 402, it pays from a local, self-custody wallet (USDC on Base) and returns the paid response. No backend, no custody, no API keys.
import { paidFetch } from "agishub-wallet";
// identical to fetch(), but HTTP 402 is paid automatically
const res = await paidFetch(
"https://api.agishub.com/paid/now-in",
{
method: "POST",
body: JSON.stringify({ timezone: "Asia/Tokyo" }),
},
);
const data = await res.json();Pay-per-call tools for AI agents over MCP and x402 — the essentials in one place.
AgisHub is a hub of pay-per-call tools for AI agents. Connect over the Model Context Protocol (MCP) or call the x402 HTTP API and pay per request in USDC on Base — no signup, no accounts and no API keys.
x402 is an open, HTTP-native payment standard. When a tool needs payment it answers HTTP 402, the client signs a small USDC payment on the Base network from its own wallet and retries. It lets an AI agent pay per call in under a second, with no human in the loop.
No. Both the free MCP tier and the paid x402 HTTP tier work without any signup, account or API key. An agent with a funded wallet can call the paid tools immediately.
MCP is an open protocol that lets AI clients and agents — such as Claude, Cursor or any MCP-compatible client — connect to external tools. AgisHub runs a remote MCP server you simply point your client at, and the tools appear.
Paid endpoints return an HTTP 402 challenge. The agent signs a USDC payment on Base from a wallet it controls and retries the request automatically. That wallet balance is the agent's spending cap.
Tools are priced per call in USDC on Base, starting from about $0.001, with no subscription. As a rough guide, $1 is around 1,000 timezone calls or roughly 250 web extractions.
Any MCP-compatible client (such as Claude or Cursor) can use the free tier, and any x402-capable client or wallet can call the paid HTTP API. Agents built on Claude, OpenAI or Gemini can call the endpoints via function calling or a plain HTTP request.
Yes. The MCP tier is free for discovery and prototyping — you only pay on the x402 HTTP endpoints, per request, when your agent goes to production.