@agentreadyweb/mcp
Advanced tools
| FROM node:18-alpine | ||
| WORKDIR /app | ||
| RUN npm install -g @agentreadyweb/mcp | ||
| CMD ["agentready-mcp"] |
+29
| { | ||
| "$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", |
+13
-4
| # @agentreadyweb/mcp | ||
| [](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 @@ |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
4633
35.98%5
66.67%84
52.73%55
19.57%