Agentready MCP

AgentReady is a hosted capability layer that makes any website discoverable and usable by agents through MCP. Its 8 documented tools cluster into read & search, plan, submit, ask.

People connecting documentation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-15 · ★ 2 · #67 OF 183 MAINTAINED DOCUMENTATION · VERIFIED 2026-08-25

JavaScript servers · how we verify → /methodology

01 · Install Agentready MCP

Claude Code

claude mcp add ashutoshraj97-agentready-mcp --transport http https://www.agentready.it.com/api/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "ashutoshraj97-agentready-mcp": {
      "url": "https://www.agentready.it.com/api/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://www.agentready.it.com/api/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to www.agentready.it.com

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package @agentreadyweb/mcp - the @agentreadyweb scope differs from the repo owner (ashutoshraj97); confirm it's the project's official package

registry namespace io.github.AshutoshRaj97 is GitHub-verified and matches the repo owner

03 · What Agentready MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 8 documented tools across read & search, plan, submit, including list_sites, get_site_capabilities, get_site_facts, plan_site_action.

Capability map

Tools grouped from the project's README - what Agentready MCP lets an agent do.

read & search

3 tools - e.g. Lists all websites currently indexed by AgentReady with their titles and page counts. Use this to check if a domain is already available before submitting it.; Get Site Capabilities; Get Site Facts

list_sites · get_site_capabilities · get_site_facts

Plan

1 tool - e.g. Plan Site Action

plan_site_action

Submit

1 tool - e.g. Submit Site

submit_site

Ask

1 tool - e.g. Ask Site

ask_site

Refresh

1 tool - e.g. Refresh Site

refresh_site

Rate

1 tool - e.g. Rate Answer

rate_answer

04 · Who maintains Agentready MCP

agentready-mcp is maintained by ashutoshraj97. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
documentation - ranked #67 of 183 actively-maintained documentation servers as of 2026-08-25.
registry
io.github.AshutoshRaj97/agentready-mcp (active, first published 2026-06-28 · 6 versions)
packages
npm:@agentreadyweb/mcp

06 · Agentready MCP FAQ

Is Agentready MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-15. We re-verify nightly.

What can Agentready MCP do?

An agent gets 8 documented tools across read & search, plan, submit, including list_sites, get_site_capabilities, get_site_facts, plan_site_action.

How do I install Agentready MCP?

Run `npx -y @agentreadyweb/mcp`. You can also paste the ready-made client config above.

Does Agentready MCP require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Agentready MCP