com.agentgrade/mcp-server
Official4 toolsAgentGrade
Scan any website for AI agent readiness, payment protocols, and discovery endpoints
Scan websites for AI agent readiness, payment protocols, and discovery endpoints.
Captured live from the server via tools/list.
scan_url
Scan a URL for agent capabilities and payment protocols. Returns full results including x402, MPP, L402, discovery, bazaar, MCP, plugins, OpenAPI, and more.
Parameters (1)
- urlstringrequired
URL to scan (http or https)
scan_compact
Compact scan returning only rails, capabilities, and a numeric score. Optimized for agent decision-making.
Parameters (1)
- urlstringrequired
URL to scan
get_history
Get scan history for a URL. Requires database to be configured.
Parameters (2)
- urlstring
Filter by URL (optional)
- limitnumber
Max results (default 20, max 100)
validate_x402_json
Validate x402.json content against expected schema. Returns errors, warnings, and suggestions. No network requests — pure validation.
Parameters (1)
- contentobjectrequired
The x402.json content to validate
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agentgrade.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.