mcpbeat

Agishub MCP Server

com.agishub/mcp
answering

Agishub is answering right now. Last checked 3 min ago. 255 installs a week from npm. It exposes 25 tools. Last commit 31 Jul 2026.

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

Installs per day peak 166 · avg 9 · +1317% w/w
a month agotoday
Uptime history 41 hours of history · worst hour 75%
41 hours agonow
100.0%
Uptime 24h
91 of 91 checks
25
Tools
read from the server
898 ms
Response time
average over 24h
255
Installs / week
npm and PyPI

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 25

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

convert
convert_batch
Convert a single instant into many IANA timezones at once — a world-clock view. Like convert_timezone, but 'to' is a list of target zones.
convert_currency
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.
convert_timezone
Convert a specific date/time from one IANA timezone to another. Accepts ISO 8601 or natural language ('next Tuesday 3pm'). Returns the converted datetime with its 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).
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.
memory
memory_search
Semantically search a memory collection (namespace) and return the most relevant stored entries. The retrieval half of RAG.
memory_upsert
Store a piece of text in a persistent, searchable memory collection (namespace). Embedded and indexed for later semantic recall.
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).
code
qr_code
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.
date
date_math
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.
embed
embed
Turn text into a numeric embedding vector for semantic search, RAG and similarity. Multilingual.
holiday
is_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.
lookup
lookup_timezone
Resolve a city or country name to its IANA timezone(s) so you don't need the exact identifier — e.g. 'Delhi' -> 'Asia/Kolkata'. Use it first when you only have a place name.
meeting
find_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. Free tier returns at most 1 slot; the paid endpoint returns every matching slot (see 'upgrade' in the response).
now
now_in
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
tz_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.
price
price
Get live USD spot prices for one or more cryptocurrencies by ticker symbol (e.g. BTC, ETH, SOL).
relay
relay
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.
status
status
Check the delivery status of a webhook job (queued / retrying / delivered / failed) by its job_id.
summarize
summarize
Summarize a block of text into a short abstract, with an optional target length. No external API key required.
timezones
list_timezones
List or search valid IANA timezone identifiers, optionally filtered by a city, region or country substring (e.g. 'kolkata', 'america'). 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.

Endpoints

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

Agishub — questions

Answers built from our own checks of this server.

What can Agishub do?
It exposes 25 tools, read directly from the server on our last check. Among them: chat, classify, convert_batch, convert_currency, convert_timezone, convert_units and 19 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 convert, extract and memory. 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 91 of 91 checks got a reply (100.0%), average response time 898 ms. The bar chart above shows every period we have measured.
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 25 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Agishub?
It answers our handshake in 898 ms on average, which is faster than 7% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Agishub?
The npm package @agishub/mcp was installed 255 times in the last week. Week over week that is +1317%. 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 1 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.