Live: Agis Web Scraper · pay-per-call over x402

Build AI Agents
with Production-Ready
Tools

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.

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

Marketplace

Tools your agents can call

Live services today, more landing soon — each pluggable over MCP or a pay-per-call x402 endpoint.

Web ScrapingAutomationMapsFinanceAIProductivityCloudSearchDataSecurity
MCP + x402

Timezone Toolkit

World clock, timezone conversion, DST-aware date math & cross-zone meeting scheduling.

Time & Scheduling

View
MCP + x402

Agis Web Scraper

Read any URL as Markdown, scrape by selector, extract structured JSON with AI, snapshot & list links. Built for RAG.

Web & Data

View
MCP + x402

AI Toolkit

Chat, summarize, classify, extract entities, embed & transcribe — no API keys.

AI & NLP

View
MCP + x402

Agent Memory (RAG)

Persistent, semantic memory for agents — store and recall by meaning.

AI & Data

View
MCP + x402

Webhook Relay

Fire-and-forget webhooks with guaranteed, retried delivery.

Infrastructure

View
MCP + x402

Crypto Prices

Live USD spot prices for any crypto, by ticker symbol.

Finance & Data

View
MCP + x402

Currency Converter

Convert money between currencies at live exchange rates.

Finance

View
MCP + x402

Utilities

Handy primitives for agents: QR codes and unit conversion.

Utilities

View
MCP + x402

URL Shortener

Turn long URLs into short agishub.com/s/… links.

Utilities

View
x402

PDF & Screenshots

Render URLs or HTML to PDF, and capture PNG screenshots.

Documents

View
x402

Image Generation

Generate images from a text prompt.

Media

View
x402

Browser Automation

Drive a headless browser: click, fill forms, extract text, screenshot.

Automation

View
Coming soon

Code Execution

Run sandboxed Python/Node in an isolated container and get stdout/stderr.

Compute

Soon
Coming soon

Maps Scraper

Structured places, reviews and geodata for location-aware agents.

Maps

Soon
Coming soon

Analytics API

Query usage, revenue and call analytics for your agent tools.

Data

Soon

Why AgisHub

Everything your agent needs to act

Production Ready

Real, verified tools your agents can call today — accurate, fast and battle-tested on the edge.

Secure Payments

Native x402 micropayments in USDC on Base. No API keys, no signup — your agent pays per call from its own wallet.

Deploy Anywhere

Remote MCP, HTTP or npm. Works with Claude, Cursor, Windsurf and any framework — no lock-in.

Who it's for

Who is AgisHub for?

One hub of pay-per-call tools — reachable by autonomous agents, developers building on top, and automation teams alike.

Agents

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.

Developers

Build agents and apps on AgisHub's tools. Remote MCP, a plain HTTP API and the agishub-wallet SDK — connect once, call everything.

Automation teams

Wire AgisHub into your workflows (n8n, Make, cron) and let them fetch, extract, convert and pay across every tool.

Connect in seconds

Power your agents with tools and payments

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.

Via MCP

Point any MCP client — Claude, Cursor, Windsurf — at the remote server and the tools appear instantly. Free tier, no signup.

Via x402 HTTP

Call the pay-per-call HTTP API. On HTTP 402 your agent signs a USDC micropayment on Base and retries — in under a second.

Via the wallet

Drop in agishub-wallet: paidFetch() works exactly like fetch(), but pays any 402 automatically from a local, self-custody wallet.

For agents that pay

Let your agent pay by itself

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.

  • Self-custody wallet — the private key stays in your OS keychain and never leaves the machine.
  • Safety rails built in — per-call and daily spend limits, plus a domain allowlist.
  • Agent-native — no accounts, no API keys, no popups. Works headless.
$ npm install agishub-wallet
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();

Frequently asked questions

Pay-per-call tools for AI agents over MCP and x402 — the essentials in one place.

What is AgisHub?+

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.

What is the x402 payment protocol?+

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.

Do I need an account or API key to use AgisHub?+

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.

What is MCP (Model Context Protocol)?+

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.

How do AI agents pay for tools?+

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.

How much do the AI agent tools cost?+

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.

Which AI clients and agents work with AgisHub?+

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.

Is it free to try?+

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.