mcpbeat Sign in

Agishub MCP Server

answering

Agishub is answering right now. Last checked 3 min ago. 232 installs a week from npm. It exposes 34 tools. Last commit 11 Sep 2026.

AgisHub — 34 pay-per-call tools for AI agents over x402 (USDC on Base). No API key, no signup.

Installs per day peak 165 · avg 23 · +20% w/w
a month agotoday
Uptime history 47 days of history · worst day 66%
47 days agonow
100.0%
Uptime 24h
92 of 92 checks
34
Tools
read from the server
2721 ms
Response time
average over 24h
232
Installs / week
npm and PyPI

What changed 48

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 14 August 2026. No other catalogue keeps this.

11 Sep a tool description was rewritten meeting_slots
11 Sep a tool appeared crawl_status
10 Sep 9 tools appeared browser, crawl, extract_structured and 6 more
5 Sep 17 tools disappeared convert_batch, convert_currency, convert_timezone and 14 more
5 Sep 15 tools appeared calculate, convert, crypto_price and 12 more
5 Sep 2 tool descriptions were rewritten convert_batch, lookup_timezone
27 Aug a tool appeared request_feature
27 Aug a tool description was rewritten shorten
13 Aug a tool description was rewritten shorten

What the code does

We read the source, 21 h ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

              ? ((await page.$eval(s.selector, (el: any) => el.textContent)) as string)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 3 min ago.

run in your terminal
claude mcp add mcp --transport http https://api.agishub.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://api.agishub.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
url = "https://api.agishub.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://api.agishub.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://api.agishub.com/mcp"
    }
  }
}

Available tools 34

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

extract
extract
Fetch any public web page and return its main content as clean, token-efficient Markdown (title, description, headings, links, lists). Set render:true to execute JavaScript first for single-page apps or JS-heavy pages that would otherwise come back empty. Built for RAG and for agents that need to read the contents of a URL.
extract_entities
Extract named entities from text — people, organizations, locations, dates and miscellaneous — returned as structured JSON.
extract_structured
AI-powered structured extraction: give a URL plus a natural-language prompt and/or a JSON Schema, and get back clean structured JSON (e.g. product name, price, rating). Renders the page in a headless browser first, so it works on SPAs.
convert
convert
Convert a specific date/time from one IANA timezone to another (single or batch). Accepts ISO 8601 or natural language ('next Tuesday 3pm'). Returns the converted datetime with UTC offset, zone abbreviation and DST flag.
convert_units
Convert a value between units of the same category: length, mass, volume, speed, area, digital storage, time, and temperature (Celsius/Fahrenheit/Kelvin).
crawl
crawl
Crawl multiple pages of a site, respecting link depth and domain limits. Returns async job_id; results include markdown or HTML per page. Use it to fetch and process many pages of content at once.
crawl_status
Check the status of a crawl started with crawl, and retrieve its pages once finished. Free: the crawl itself was already paid for when it was queued.
browser
browser
Drive a headless browser: open a URL and run an ordered list of steps — click, type, press keys, wait, extract text and screenshot. For flows the plain scraper can't reach (logins, forms, multi-step pages).
calculate
calculate
Timezone-aware date arithmetic: add or subtract a duration to a datetime (days are calendar-based and DST-safe; hours and minutes are absolute), or compute the difference between two datetimes that may be in different zones.
chat
chat
Ask a general-purpose LLM a question or give it an instruction, with an optional system prompt. No external API key required.
classify
classify
Classify a text into exactly one of the candidate labels you provide (e.g. sentiment, topic, intent).
crypto
crypto_price
Get live USD spot prices for one or more cryptocurrencies by ticker symbol (e.g. BTC, ETH, SOL).
currency
currency_convert
Convert an amount between currencies using live daily exchange rates (ISO 4217 codes, e.g. USD, EUR, GBP, JPY). Returns the converted amount and the rate used.
embed
embed
Turn text into a numeric embedding vector for semantic search, RAG and similarity. Multilingual.
generate
generate
Generate a QR code for any text or URL. Returns an inline SVG plus a data URI, with selectable size, quiet-zone margin and error-correction level.
holiday
holiday
Check whether a given date is a public holiday in a country (identified by its ISO 3166-1 alpha-2 code), and return the holiday name if so. Backed by an authoritative public-holiday dataset.
links
links
Return every hyperlink on a JavaScript-rendered page as a list of absolute URLs, with options to keep only visible links or only same-site links. Backed by a headless browser. Use it to map a site or seed a crawler.
map
map
Discover all URLs reachable from a domain within a link depth limit. Returns a flat list of absolute URLs, respects robots.txt crawl delays. Use it to map a site's structure before crawling.
meeting
meeting_slots
Find working-hour time slots that overlap across participants in different timezones for a meeting of a given duration, excluding weekends and (when a country is given per participant) that person's public holidays.
now
now
Get the current local time in an IANA timezone, including the UTC offset, zone abbreviation and whether DST is in effect. Use whenever you need to know what time it is 'now' somewhere.
offset
offset
Get the exact UTC offset of an IANA timezone at a given instant, DST-aware. Correctly handles fractional offsets such as India +05:30 and Nepal +05:45.
pdf
pdf
Render a public URL or a raw HTML string into a PDF document, returned base64-encoded. Backed by a headless browser. Use for invoices, reports, receipts and any HTML-to-PDF need.
request
request_feature
Request a new service, an improvement to an existing tool, or report a bug to the AgisHub team. Use this whenever the capability you need doesn't exist yet, an existing tool falls short, or something is broken — describe what you want and the use case. Free. Your request is posted to the public AgisHub roadmap and the team is notified, so agents (and their humans) can ask for new functionality directly.
scrape
scrape
Extract specific elements from a JavaScript-rendered page by CSS selector. Give a list of selectors (e.g. 'h1', '.price', 'a.product') and get back the text and attributes of every match. Backed by a headless browser, so it works on SPAs and JS-heavy pages.
screenshot
screenshot
Capture a PNG screenshot of any public URL — full page or just the viewport, at a chosen size — returned base64-encoded. Backed by a headless browser.
search
search
Semantically search a memory collection (namespace) and return the most relevant stored entries. The retrieval half of RAG.
send
send
Deliver a webhook (POST/PUT/PATCH a JSON payload to a URL) with guaranteed, retried delivery. Returns immediately with a job_id; AgisHub keeps retrying in the background until it succeeds.
shorten
shorten
Shorten a long URL into a compact api.agishub.com/s/<code> link that redirects to the original. Codes are stored for a year.
snapshot
snapshot
Capture several representations of a page in one call — rendered HTML plus a PNG screenshot by default, and optionally Markdown and the accessibility tree. Backed by a headless browser. Saves round-trips when an agent needs both the content and a visual of a page.
status
status
Check the delivery status of a webhook job (queued / retrying / delivered / failed) by its job_id.
store
store
Store a piece of text in a persistent, searchable memory collection (namespace). Embedded and indexed for later semantic recall.
summarize
summarize
Summarize a block of text into a short abstract, with an optional target length. No external API key required.
timezones
timezones
List or search valid IANA timezone identifiers by city/region/country, and resolve a city/country name to its timezone(s). Use it to discover the exact identifier to pass to the other tools.
transcribe
transcribe
Transcribe an audio file (given by public URL) to text. Handles mp3, wav, m4a, ogg and more.

Tools removed

Tools this server used to expose. Anything built against them stopped working on the day they went.

convert_batch
removed 5 Sep 2026
convert_currency
removed 5 Sep 2026
convert_timezone
removed 5 Sep 2026
date_math
removed 5 Sep 2026
find_meeting_slots
removed 5 Sep 2026
is_holiday
removed 5 Sep 2026
list_timezones
removed 5 Sep 2026
lookup_timezone
removed 5 Sep 2026
memory_search
removed 5 Sep 2026
memory_upsert
removed 5 Sep 2026
now_in
removed 5 Sep 2026
price
removed 5 Sep 2026
qr_code
removed 5 Sep 2026
relay
removed 5 Sep 2026
tz_offset
removed 5 Sep 2026
web_search
removed 5 Sep 2026

Endpoints

URLTransportStateLatencyChecked
https://api.agishub.com/mcp streamable-http answering 800 ms 3 min ago

Alternatives to Agishub

same job, measured the same way
O
Polyform
by polyform

Pay-per-call data APIs for AI agents. USDC on Base via x402. 33 tools, no signup.

67 tools answering
AgentScrape
by hshintelligence

Pay-per-call web scraping for AI agents via x402 on Base USDC. Six tools, no signup.

6 tools answering
X402 Tools MCP
by mizukaizen

melis x402 Tools — 22 pay-per-call APIs for AI agents. No accounts, no API keys. USDC on Base.

61 installs/wk local only
Agentreader MCP
by ajanani1

11 pay-per-call web tools for AI agents, auto-paid in USDC on Base via x402. No API keys.

24 installs/wk local only
Boo X402 MCP
by lucle87

Pay-per-call crypto data for AI agents. USDC on Base via x402. No API key.

30 installs/wk local only
X402 MCP Server
by jmthomasofficial

JMT x402: 35 pay-per-call Base/USDC tools for agents, auto-paid via x402 v2. No API key.

70 installs/wk local only
X402 API
by fernsugi

DeFi data API for AI agents — pay-per-call via x402/USDC on Base

41 installs/wk local only
Cortexcloud
by jonahthan433

Pay-per-call QUBO/Ising optimization for AI agents via x402 (USDC on Base). No API keys.

10 tools answering

Agishub — questions

Answers built from our own checks of this server.

What can Agishub do?
It exposes 34 tools, read directly from the server on our last check. Among them: browser, calculate, chat, classify, convert, convert_units and 28 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Agishub mostly used for?
Its tools cluster around extract, crawl and convert. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Agishub working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 2721 ms. The bar chart above shows every period we have measured.
Did Agishub ever remove tools?
Yes. convert_batch, convert_currency, convert_timezone, date_math and 12 more are no longer exposed — we recorded the date each one disappeared. A tool vanishing usually means a breaking change for anything that depended on it.
How do I connect Agishub?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Agishub need an API key?
No. Agishub completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 34 of them are readable on this page. This is what we observed, not what the docs claim.
How many people use Agishub?
The npm package @agishub/mcp was installed 232 times in the last week. Week over week that is +20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agishub open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.