MCP server
AgisHub — 34 pay-per-call tools for AI agents over x402 (USDC on Base). No API key, no signup.
0 stars110 downloads/wk
Reviews
Write oneNobody has reviewed MCP yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
MCP tools (34, 1 write)
write = sends, deletes, buys or postsbrowserFreeDrive 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).
calculateFreeTimezone-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.
chatFreeAsk a general-purpose LLM a question or give it an instruction, with an optional system prompt. No external API key required.
classifyFreeClassify a text into exactly one of the candidate labels you provide (e.g. sentiment, topic, intent).
convertFreeConvert 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_unitsFreeConvert a value between units of the same category: length, mass, volume, speed, area, digital storage, time, and temperature (Celsius/Fahrenheit/Kelvin).
crawlFreeCrawl 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_statusFreeCheck 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.
crypto_priceFreeGet live USD spot prices for one or more cryptocurrencies by ticker symbol (e.g. BTC, ETH, SOL).
currency_convertFreeConvert 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.
embedFreeTurn text into a numeric embedding vector for semantic search, RAG and similarity. Multilingual.
extractFreeFetch 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_entitiesFreeExtract named entities from text — people, organizations, locations, dates and miscellaneous — returned as structured JSON.
extract_structuredFreeAI-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.
generateFreeGenerate 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.
holidayFreeCheck 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.
linksFreeReturn 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.
mapFreeDiscover 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_slotsFreeFind 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.
nowFreeGet 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.
offsetFreeGet 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.
pdfFreeRender 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_featureFreeRequest 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.
scrapeFreeExtract 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.
screenshotFreeCapture 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.
searchFreeSemantically search a memory collection (namespace) and return the most relevant stored entries. The retrieval half of RAG.
sendwrite actionFreeDeliver 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.
shortenFreeShorten a long URL into a compact api.agishub.com/s/<code> link that redirects to the original. Codes are stored for a year.
snapshotFreeCapture 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.
statusFreeCheck the delivery status of a webhook job (queued / retrying / delivered / failed) by its job_id.
storeFreeStore a piece of text in a persistent, searchable memory collection (namespace). Embedded and indexed for later semantic recall.
summarizeFreeSummarize a block of text into a short abstract, with an optional target length. No external API key required.
timezonesFreeList 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.
transcribeFreeTranscribe an audio file (given by public URL) to text. Handles mp3, wav, m4a, ogg and more.
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- Code scan1 source files scanned25/25
- Live reliabilityremote reachable in 2802ms17/20
- Tool poisoning34 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 1 write-action tools with no auth3/15
- Maintenancelast push 9 days ago15/15
- Maintainer identityregistry namespace matches repository owner; website matches verified namespace9/10
Findings (1)
- highWrite-action tools reachable without authentication
auth.open-write
Install directly
claude mcp add --transport http mcp https://api.agishub.com/mcp
MCP: common questions
- Is MCP server safe?
- Mostly: it is graded B (84/100). Read the MCP safety report
- How do I install MCP?
- It runs remotely at api.agishub.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does MCP need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is MCP maintained?
- The last commit was 9 days ago (2026-09-11). The latest release is v3.0.0.
- Is MCP up?
- 100% of our last 3 checks got an answer. We check remote servers about four times a day.
- What can I use instead of MCP?
- Servers from other publishers that do the same job: classifier.dev MCP server.
Alternatives to MCP
Same job from other publishers: the closest match first, then the best rated.
- classifier.devSort up to 1,000 texts into your own labels with a calibrated confidence per answer. No API key.not reviewedEstablishedA