Index public websites and query their content through cited, read-only MCP tools.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
This server is confirmed live โ we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Agentready MCP.
list_sitesList 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.
get_site_capabilitiesReturn 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.
plan_site_actionTurn 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.
submit_siteIndex 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.
ask_siteQuery 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.
refresh_siteForce 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.
AshutoshRaj97/agentready-mcp MCP server connects an MCP-compatible agent to AgentReady, a hosted service for indexing and querying public websites. An agent can check which domains are already available, submit a new site, and ask natural-language questions about its indexed content. Answers are grounded in the crawled pages and include citations to source URLs.
The service is aimed at documentation and other public web content. It can work with static sites, server-rendered pages, and JavaScript-heavy applications such as React, Next.js, Vue, Docusaurus, and GitBook sites. It does not index sites that require authentication or provide no usable public HTML content.
When a site is submitted, AgentReady first looks for llms.txt or llms-full.txt. If those are unavailable, it performs an HTML crawl using a sitemap or discovered links, extracting up to 10 pages. Next.js data embedded in __NEXT_DATA__ can provide another source, and a Jina Reader rendering fallback handles pages whose useful content appears only after JavaScript runs.
Indexing usually takes about 60 seconds. Once complete, ask_site can synthesize information from multiple pages without requiring the agent to fetch each page separately. A new domain can also be indexed automatically when an agent asks a question, checks capabilities, or creates a plan.
AshutoshRaj97/agentready-mcp MCP server does not execute actions against the indexed website. Its planning feature returns supported steps, evidence, risks, confirmation requirements, and a receipt for a future operation, while remaining read-only. Use refresh_site when content has changed or an answer appears stale.
Run the local MCP bridge with:
MCP clients using stdio configure npx as the command and pass -y and @agentreadyweb/mcp as arguments. The README gives configurations for Cursor, VS Code agent mode, Windsurf, and other stdio-compatible clients. A client supporting HTTP transport can instead connect to https://www.agentready.it.com/api/mcp without installing the npm package.
No account is required to index the first site. The material does not specify environment variables or API credentials for the MCP bridge.
The available operations include:
list_sites: view indexed domains, titles, and page counts.get_site_capabilities: inspect freshness, schemas, endpoints, and read-only limits.get_site_facts: retrieve structured facts such as pricing tiers, features, and limits.plan_site_action: produce an evidence-backed, non-executing plan.submit_site: index a public URL.ask_site: ask questions and receive cited answers, with optional URL scoping.refresh_site: perform a full re-crawl.rate_answer: submit a quality score from 1 to 5, optionally linked to a request ID.The same package also provides CLI commands for grading a site's agent readiness, asking questions, indexing, and refreshing. JSON output is available for CLI automation, and the grading command can be used as a CI check.
AshutoshRaj97/agentready-mcp MCP server depends on AgentReady's hosted indexing and retrieval service. Crawling is not instantaneous, particularly for a new or refreshed domain. Sites behind authentication or without public HTML content are outside the documented indexing scope.
The plan operation is deliberately read-only and does not perform side effects. The README also documents a deploy webhook for triggering refreshes; it is rate-limited to once per hour per domain and requires no authentication. For Docusaurus, MkDocs, Starlight, or Sphinx documentation sites, separate plugins or extensions can trigger indexing during builds, but these are additional integrations rather than part of the MCP bridge itself.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/ashutoshraj97-agentready-mcp)<a href="https://allmcps.com/mcp/ashutoshraj97-agentready-mcp"><img src="https://allmcps.com/api/badge/ashutoshraj97-agentready-mcp?style=directory" alt="Agentready MCP on AllMCPs" /></a>