AgentReady MCP Server

Make any website queryable by AI agents — index a site and ask questions with cited answers via RAG

Documentation

@agentreadyweb/mcp

smithery badge

Connect any MCP client to AgentReady — a hosted service that makes any website queryable by AI agents.

Claude Desktop

Add this to your Claude Desktop config file:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "agentready": {
      "command": "npx",
      "args": ["-y", "@agentreadyweb/mcp"]
    }
  }
}

Restart Claude Desktop. You'll have two tools available:

  • list_sites — see all indexed websites
  • ask_site — query any site by domain

Available tools

list_sites

Lists all websites indexed by AgentReady.

ask_site

ask_site(domain: string, query: string)

Ask a question about any indexed site and get a cited answer grounded in its content.

Example: ask_site("example.com", "What does this site do?")

If a domain isn't indexed yet, submit it at agentready.it.com first, then query it here.

Environment variables

VariableDefaultDescription
AGENTREADY_MCP_URLhttps://www.agentready.it.com/api/mcpOverride the MCP endpoint (for self-hosted)