🎩 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 - npm Package Compare versions

Comparing version
1.0.5
to
1.0.6
+4
Dockerfile
FROM node:18-alpine
WORKDIR /app
RUN npm install -g @agentreadyweb/mcp
CMD ["agentready-mcp"]
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.AshutoshRaj97/agentready-mcp",
"description": "Make any website queryable by AI agents via AgentReady. Tools: list_sites and ask_site.",
"repository": {
"url": "https://github.com/AshutoshRaj97/agentready-mcp",
"source": "github"
},
"version": "1.0.5",
"packages": [
{
"registryType": "npm",
"identifier": "@agentreadyweb/mcp",
"version": "1.0.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "AGENTREADY_MCP_URL",
"description": "Override the MCP endpoint URL (only needed for self-hosted AgentReady instances)",
"isRequired": false,
"format": "string",
"isSecret": false
}
]
}
]
}
+1
-1
{
"name": "@agentreadyweb/mcp",
"version": "1.0.5",
"version": "1.0.6",
"mcpName": "io.github.AshutoshRaj97/agentready-mcp",

@@ -5,0 +5,0 @@ "description": "MCP bridge for AgentReady — connect any MCP client to AgentReady's hosted /ask endpoints",

# @agentreadyweb/mcp
[![smithery badge](https://smithery.ai/badge/ashudps2004/agentready)](https://smithery.ai/servers/ashudps2004/agentready)
Connect any MCP client to [AgentReady](https://www.agentready.it.com) — a hosted service that makes any website queryable by AI agents.

@@ -22,3 +24,4 @@

Restart Claude Desktop. You'll have two tools available:
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

@@ -29,4 +32,12 @@ - `ask_site` — query any site by domain

### 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 indexed by AgentReady.
Lists all websites currently indexed by AgentReady.

@@ -41,4 +52,2 @@ ### ask_site

> If a domain isn't indexed yet, submit it at [agentready.it.com](https://www.agentready.it.com) first, then query it here.
## Environment variables

@@ -45,0 +54,0 @@