Skip to main content
Glama
AshutoshRaj97

agentready-mcp

@agentreadyweb/mcp

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

Related MCP server: crawlie-mcp

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

Variable

Default

Description

AGENTREADY_MCP_URL

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

Override the MCP endpoint (for self-hosted)

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AshutoshRaj97/agentready-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server