Skip to content

feat: add MCP Server Card for agent discovery#74

Merged
MoLow merged 1 commit intomainfrom
claude/issue-68
Apr 24, 2026
Merged

feat: add MCP Server Card for agent discovery#74
MoLow merged 1 commit intomainfrom
claude/issue-68

Conversation

@MoLow
Copy link
Copy Markdown
Owner

@MoLow MoLow commented Apr 24, 2026

Summary

  • Adds /.well-known/mcp/server-card.json as requested in the issue
  • Also adds /.well-known/mcp-server-card (the canonical path per SEP-2127 spec)
  • Both files expose the server's identity (name, version), a streamable-http transport endpoint at https://recipes.atlow.co.il/mcp, and supported MCP protocol versions

Schema

The server card follows the SEP-2127 MCP Server Cards draft specification, using the https://static.modelcontextprotocol.io/schemas/v1/server-card.schema.json schema.

Test plan

  • Verify /.well-known/mcp/server-card.json returns valid JSON with name, version, remotes[].url, and supportedProtocolVersions
  • Verify /.well-known/mcp-server-card returns the same content (spec-canonical path)
  • Run isitagentready.com check against the deployed site

Closes #68

🤖 Generated with Claude Code

Serves an MCP Server Card (SEP-2127) for agent discovery, exposing
server identity, transport endpoint, and supported protocol versions.
Also serves the spec-canonical path /.well-known/mcp-server-card.

Closes #68

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@MoLow MoLow merged commit bf8c3c2 into main Apr 24, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MCP Server Card

1 participant