
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@agentreadyweb/mcp
Advanced tools
Query any website's documentation with cited, multi-page answers via MCP. Submit any public URL and ask questions in natural language. Covers developer tools, APIs, cloud platforms, frameworks, databases, and more. Handles JS-rendered SPAs that web_fetch
Connect any MCP client to AgentReady — a hosted service that makes any website queryable by AI agents.
Add this to your Claude Desktop config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"agentready": {
"command": "npx",
"args": ["-y", "@agentreadyweb/mcp"]
}
}
}
Restart Claude Desktop. You'll have three tools available:
submit_site — index any website so it can be queriedlist_sites — see all indexed websitesask_site — query any site by domainAdd to ~/.cursor/mcp.json:
{
"agentready": {
"command": "npx",
"args": ["-y", "@agentreadyweb/mcp"]
}
}
If your client supports HTTP transport (Claude.ai, recent Claude Desktop, Cursor), connect directly by URL — no npm required:
https://www.agentready.it.com/api/mcp
submit_site(url: string)
Index a website with AgentReady. Takes ~60 seconds. Handles static sites, server-rendered pages, and JavaScript-heavy SPAs via fallback rendering. Once done, query it with ask_site.
Example: submit_site("https://docs.example.com")
Lists all websites currently indexed by AgentReady with their titles and summaries.
ask_site(domain: string, query: string)
Ask a question about any website and get a cited answer grounded in its content. If the site isn't indexed yet, AgentReady will crawl and index it automatically before answering.
Example: ask_site("example.com", "What does this site do?")
AgentReady uses a layered approach to handle any public website:
__NEXT_DATA__ extraction — for Next.js apps, parses server-side rendered data embedded in the HTMLSites behind authentication or with no public HTML content cannot be indexed.
| Variable | Default | Description |
|---|---|---|
AGENTREADY_MCP_URL | https://www.agentready.it.com/api/mcp | Override the MCP endpoint (for self-hosted) |
FAQs
Query any website's documentation with cited, multi-page answers via MCP. Submit any public URL and ask questions in natural language. Covers developer tools, APIs, cloud platforms, frameworks, databases, and more. Handles JS-rendered SPAs that web_fetch
The npm package @agentreadyweb/mcp receives a total of 314 weekly downloads. As such, @agentreadyweb/mcp popularity was classified as not popular.
We found that @agentreadyweb/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.