🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@agentreadyweb/mcp

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agentreadyweb/mcp

MCP bridge for AgentReady — connect any MCP client to AgentReady's hosted /ask endpoints

Source
npmnpm
Version
1.0.6
Version published
Weekly downloads
329
126.9%
Maintainers
1
Weekly downloads
 
Created
Source

@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 three tools available:

  • submit_site — index any website so it can be queried
  • list_sites — see all indexed websites
  • ask_site — query any site by domain

Available tools

submit_site

submit_site(url: string)

Index a website with AgentReady. Takes ~60 seconds. Once done, query it with ask_site.

Example: submit_site("https://docs.example.com")

list_sites

Lists all websites currently 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?")

Environment variables

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

Keywords

mcp

FAQs

Package last updated on 01 Jul 2026

Did you know?

Socket

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.

Install

Related posts