MCP Server
MCP
Agent Ready
Scan any URL for AI agent readability — Vercel Spec, llmstxt.org, and agent-protocol manifests.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://agent-ready.dev/api/v1/mcp"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "agent-ready-mcp",
"version": "0.7.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Agent Ready Pro API key for scan_site and get_scan. ask and validate_structured_data work without one. Issue a key at https://agent-ready.dev/dashboard/api-keys.",
"format": "string",
"isSecret": true,
"name": "AGENT_READY_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment