MCP Server Cards
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_cardB | 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) |
| validate_cardA | Validate a server card JSON against the schema. Prüft ob eine Server Card alle Pflichtfelder enthält und dem Schema entspricht. Gibt auch Warnungen für fehlende empfohlene Felder. Args: card_json: JSON-String der Server Card |
| discoverA | Discover an MCP server card from a URL via .well-known. Prüft ob unter der angegebenen URL eine Server Card unter .well-known/mcp-server-card.json verfügbar ist. Args: url: Basis-URL des Servers (z.B. https://example.com) |
| searchC | Search indexed server cards by keyword. Durchsucht den lokalen Index nach Server Cards. Sucht in Name, Beschreibung, Kategorien und Tool-Namen. Args: query: Suchbegriff |
| registerB | Register a server card in the local index. Fügt eine Server Card zum lokalen Index hinzu oder aktualisiert eine bestehende Card mit gleichem Namen. Args: card_json: JSON-String der Server Card |
| schemaA | Get the JSON schema for MCP server cards. Gibt das vollständige Schema zurück, das beschreibt welche Felder eine Server Card haben kann und welche Pflicht sind. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AiAgentKarl/agent-server-card-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server