mcpbeat

Agentready MCP Server

io.github.AshutoshRaj97/agentready-mcp
not responding

Agentready MCP is listed as active in the registry but did not answer our last check. 123 installs a week from npm. It exposes 7 tools. Last commit 21 Jul 2026.

Query any docs site via MCP. Submit a URL, ask questions, get cited answers.

Installs per day peak 182 · avg 45 · -55% w/w
a month agotoday
Uptime history 41 hours of history · worst hour 0%
41 hours agonow
10.9%
Uptime 24h
10 of 92 checks
7
Tools
read from the server
1018 ms
Response time
average over 24h
123
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 agentready-mcp --transport http https://www.agentready.it.com/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentready-mcp": {
      "url": "https://www.agentready.it.com/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentready-mcp]
url = "https://www.agentready.it.com/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "agentready-mcp": {
      "url": "https://www.agentready.it.com/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentready-mcp": {
      "url": "https://www.agentready.it.com/api/mcp"
    }
  }
}

Available tools 7

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

ask
ask_site
Query any website's documentation and get cited, multi-page answers in natural language. Use ask_site when you need: (1) answers that synthesize information across multiple pages of a site, (2) documentation from JS-rendered sites (React, Next.js, Vue SPAs) where web_fetch returns empty or partial HTML, (3) citations linking back to the exact source pages, (4) faster results than fetching and reading individual pages one by one. For sites not yet indexed, ask_site auto-crawls and answers in ~60s — no separate submit_site call needed.
plan
plan_site_action
Turn a natural-language request into a grounded, read-only AgentReady plan for a website. If the site is not indexed yet, AgentReady indexes it automatically first. This prototype never executes side effects; it identifies supported steps, sources, risks, and whether a future execution would require confirmation.
rate
rate_answer
Rate the quality of a previous ask_site answer from 1 (not useful) to 5 (excellent). Pass the request_id returned in structuredContent when available so the rating can be tied to the exact answer.
refresh
refresh_site
Force a full re-crawl of a site to pick up new or changed content. If the site has never been indexed, AgentReady performs the initial indexing automatically. Use when ask_site returns outdated information or when you know the site has recently been updated. Takes ~60 seconds. After completion, ask_site returns fresh content.
site
get_site_capabilities
Return the AgentReady capability manifest for a website. If the site is not indexed yet, AgentReady indexes it automatically before returning its freshness, read-only limits, schemas, and available MCP and HTTP endpoints.
sites
list_sites
List all websites currently indexed in AgentReady. Use this to check if a domain is already available before submitting it — indexed sites return instant cited answers via ask_site. The index covers developer tools, APIs, cloud platforms, frameworks, databases, and more, and grows as new sites are submitted.
submit
submit_site
Index any website so it can be queried with ask_site. Use this when the site is not yet in list_sites. Handles JS-rendered pages (React, Next.js, Vue SPAs) that web_fetch cannot read — uses a four-layer pipeline: llms.txt → HTTP+cheerio → __NEXT_DATA__ extraction → Jina Reader headless browser. Takes ~60 seconds. Once indexed, ask_site queries are instant.

Endpoints

URLTransportStateLatencyChecked
https://www.agentready.it.com/api/mcp streamable-http answering 104 ms 3 min ago

Agentready MCP — questions

Answers built from our own checks of this server.

What can Agentready MCP do?
It exposes 7 tools, read directly from the server on our last check. Among them: ask_site, get_site_capabilities, list_sites, plan_site_action, rate_answer, refresh_site and 1 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 →
Is Agentready MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 10 of 92 checks got a reply (10.9%), average response time 1018 ms. The bar chart above shows every period we have measured.
The registry lists Agentready MCP as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect Agentready MCP?
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 Agentready MCP need an API key?
No. Agentready MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 7 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Agentready MCP?
It answers our handshake in 1018 ms on average, which is faster than 5% 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 Agentready MCP?
The npm package @agentreadyweb/mcp was installed 123 times in the last week. Week over week that is -55%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agentready MCP open source?
Yes — written in JavaScript and 2 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.