agent-ready-mcp-server-card

Publish an MCP Server Card JSON endpoint for AI agent discovery.

47|4|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/fabricioctelles/skills --skill agent-ready-mcp-server-card
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-ready-mcp-server-card
Source: https://github.com/fabricioctelles/skills/tree/main/skills/agent-ready-cloudflare/mcp-server-card
Command: npx skills add https://github.com/fabricioctelles/skills --skill agent-ready-mcp-server-card

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers publish a standardized MCP Server Card so AI agents can discover a server's identity, transport endpoint, and supported capabilities.

Core Features & Use Cases

  • Server Card Implementation: Configure the /.well-known/mcp/server-card.json endpoint with valid server metadata.
  • Capability Declaration: Document supported tools, resources, and prompts for agent discovery.
  • Cloudflare Integration: Apply MCP Server Card patterns to Cloudflare Workers and Agents SDK deployments.
  • Validation: Scan a deployed server with isitagentready.com and verify that MCP discovery passes.
  • Use Case: Add MCP discovery metadata to a Cloudflare-hosted server so compatible AI clients can automatically identify its endpoint and capabilities.

Quick Start

Use the agent-ready-mcp-server-card skill to implement and validate an MCP Server Card for my deployed server.

Frequently Asked Questions about agent-ready-mcp-server-card

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is an MCP Server Card and how does it make my server discoverable by AI agents?

An MCP Server Card is a standardized JSON metadata file that makes an MCP server discoverable by AI agents. It declares the server's identity, transport endpoint, and supported capabilities so compatible clients can automatically identify and connect to the deployment.

How do I implement MCP server discovery metadata for Cloudflare Workers?

To implement MCP server discovery metadata for Cloudflare Workers, configure a JSON endpoint at `/.well-known/mcp/server-card.json`. This endpoint must return valid server metadata, including serverInfo, the transport endpoint, and supported capabilities for agent discovery.

Does the MCP Server Card pattern work with Streamable HTTP deployments on the Agents SDK?

Yes, the MCP Server Card pattern works with Streamable HTTP MCP deployments. It is specifically designed to apply to Cloudflare Workers and Agents SDK applications requiring standardized server metadata and capability discovery.

How do I validate that my MCP server is ready for AI agent discovery?

You validate MCP server readiness for AI agent discovery by scanning the deployed server with the isitagentready.com scanner. This scanner verifies that the MCP discovery metadata passes validation and is correctly configured for agent access.

What capabilities should I declare in my MCP server card?

You should declare supported tools, resources, and prompts in your MCP server card. Documenting these capabilities ensures that AI agents can accurately discover and interact with the functions your MCP server exposes.

Why is my MCP server not being discovered by AI clients?

Your MCP server might not be discovered by AI clients if the `/.well-known/mcp/server-card.json` endpoint is missing or misconfigured. You must ensure valid serverInfo, a transport endpoint, and supported capabilities are present, then validate using isitagentready.com.