# agentready-mcp MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-ashutoshraj97-agentready-mcp
- Repository: https://github.com/AshutoshRaj97/agentready-mcp

## Install
- Command: `npx -y @agentreadyweb/mcp`
- Endpoint: https://www.agentready.it.com/api/mcp
- Auth: Not captured

## Setup notes
- Package: Npm @agentreadyweb/mcp v1.3.0
- Environment variable: AGENTREADY_MCP_URL
- Remote endpoint: https://www.agentready.it.com/api/mcp

## Tools
- 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. Endpoint: https://www.agentready.it.com/api/mcp
- 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. Endpoint: https://www.agentready.it.com/api/mcp
- 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. Endpoint: https://www.agentready.it.com/api/mcp
- 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. Endpoint: https://www.agentready.it.com/api/mcp
- 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. Endpoint: https://www.agentready.it.com/api/mcp
- 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. Endpoint: https://www.agentready.it.com/api/mcp
- 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. Endpoint: https://www.agentready.it.com/api/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.AshutoshRaj97
- Version: 1.3.0
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 20, 2026
- Source: https://registry.modelcontextprotocol.io
