generate_mcp_server_card
Generate a SEP-1649 MCP Server Card (/.well-known/mcp/server-card.json) so crawlers and registries can discover your server without connecting to it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Server name | |
| tools | No | Optional JSON array of {name, description} for the capability summary. Accepts a JSON array, or a JSON string containing one. | |
| version | No | Server version (semver) | |
| transport | No | Transport: streamable-http or sse (default streamable-http) | |
| description | Yes | What the server does | |
| endpointUrl | No | Public Streamable HTTP endpoint URL | |
| requiresAuth | No | Does the server require authentication? |