generate_card
Creates a machine-readable MCP server card with metadata like name, description, tools, author, and pricing for automatic agent discovery.
Instructions
Generate a .well-known/mcp-server-card.json for an MCP server.
Erstellt eine maschinenlesbare Server Card mit allen Metadaten, die andere Agents zur automatischen Discovery brauchen.
Args: name: Name des MCP-Servers description: Kurze Beschreibung des Servers tools: Liste der Tools als [{name: "tool_name", description: "was es tut"}, ...] author: Autor oder Organisation repo_url: URL zum Repository version: Semantic Version (Standard: 0.1.0) categories: Tags/Kategorien für die Suche pricing: Preismodell (free/freemium/paid/open-source) auth_required: Ob Authentifizierung benötigt wird transport: Transport-Typ (stdio/http/both)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| tools | Yes | ||
| author | No | ||
| pricing | No | free | |
| version | No | 0.1.0 | |
| repo_url | No | ||
| transport | No | stdio | |
| categories | No | ||
| description | Yes | ||
| auth_required | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |