Skip to content
Back to search
100
MCP live MCP 2025-03-26 streamable-http

io.github.ashutoshraj97/agentready-mcp

io.github.ashutoshraj97/agentready-mcp

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

Uptime
100.0%
1 direct probes · 30d
Response
1329ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

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 d…

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 MC…

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 …

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-lay…

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) docume…

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 inform…

get_site_facts

Return structured facts extracted from a website — pricing, limits, features, contact info, and more. Facts marked as "owner-verified" have been explicitly attested by the site owner and are guarantee…

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.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.ashutoshraj97/agentready-mcp": {
      "url": "https://www.agentready.it.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}