No MCP Server Card at /.well-known/mcp/server-card.json
MCP (Model Context Protocol) is a standard that lets AI assistants like Claude and ChatGPT call tools directly on a website's behalf, and a Server Card is the file that advertises which tools are available. This check found no server card published at /.well-known/mcp/server-card.json, meaning your site doesn't currently expose any callable capability to AI agents this way. Adoption of this pattern is still near-zero across the web, so not having one costs nothing competitively today. The relevance is entirely forward-looking: if your business offers anything programmatic, like checking availability, submitting a form, or looking up pricing, publishing an MCP server card would let AI assistants act on your service directly, which almost no competitor currently offers. Your developer needs about half a day, and only if you have a programmatic capability worth exposing. Run an MCP server for that capability and publish its card at /.well-known/mcp/server-card.json, following the SEP-1649/2127 specification. If nothing on your site is currently callable this way, there's no action required until that changes.
Why this matters
Adoption of this pattern is still near-zero across the web, so not having one costs nothing competitively today. The relevance is entirely forward-looking: if your business offers anything programmatic, like checking availability, submitting a form, or looking up pricing, publishing an MCP server card would let AI assistants act on your service directly, which almost no competitor currently offers.
How to fix it
Your developer needs about half a day, and only if you have a programmatic capability worth exposing. Run an MCP server for that capability and publish its card at /.well-known/mcp/server-card.json, following the SEP-1649/2127 specification. If nothing on your site is currently callable this way, there's no action required until that changes.