No valid MCP Server Card at /.well-known/mcp/server-card.json. Publish one so agents can discover your tools without HTML scraping.
Remediation
Failing: discoverability.mcp_server_card
discoverability.mcp_server_cardmediumauto-fix available
Generated fix
Generated fixnew file→ https://relaypayments.com/.well-known/mcp/server-card.json
AgentSpeed didn't find an MCP Server Card. The Model Context Protocol is how AI agents discover the tools your site exposes, and a server card at the canonical .well-known location lets capability-aware agents pick the right one without HTML scraping.
{
"schemaVersion": "2024-11-05",
"name": "Relaypayments",
"description": "One-sentence description of the tools your site exposes to agents.",
"url": "https://relaypayments.com",
"contact": {
"email": "mcp@relaypayments.com"
},
"capabilities": {
"tools": [
{
"name": "search",
"description": "Search the public catalogue of <your-content>."
}
]
}
}
save as
https://relaypayments.com/.well-known/mcp/server-card.json- ›Save as `/.well-known/mcp/server-card.json` (note the dot prefix).
- ›The schemaVersion field tracks the MCP spec version; update when MCP publishes a new draft.
- ›See modelcontextprotocol.io for the canonical schema and examples.
Why and how