Agent Ready MCP Server Card

Sub-skill de agent-ready-cloudflare: Implement MCP Server Card

fabricioctelles Updated

File contents

Implement MCP Server Card

Publish an MCP Server Card for agent discovery per SEP-1649.

Requirements

  • Serve JSON at /.well-known/mcp/server-card.json with HTTP 200
  • Include serverInfo with name and version
  • Include a transport endpoint URL (e.g., /mcp for Streamable HTTP)
  • List capabilities (tools, resources, prompts) the server supports

Cloudflare

Agents SDK and Workers make it straightforward to build and deploy MCP servers with server card support.

Validate

POST https://isitagentready.com/api/scan
Content-Type: application/json

{"url": "https://YOUR-SITE.com"}

Check that checks.discovery.mcpServerCard.status is "pass".

fabricioctelles/skills/tree/main/skills/agent-ready-cloudflare/mcp-server-card commit cf98cbd7c0

Frequently asked questions

npx skillmds@latest add fabricioctelles/agent-ready-mcp-server-card