Agent Directory MCP Server
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 |
|---|---|
| register_serviceB | Einen AI-Agent-Service im Verzeichnis registrieren. Args: name: Eindeutiger Service-Name description: Was der Service macht category: Kategorie (z.B. "finance", "weather", "data") capabilities: Liste der Fähigkeiten endpoint: URL oder MCP-Endpoint mcp_config: MCP Server Konfiguration (JSON) author: Autor/Entwickler tags: Tags für bessere Auffindbarkeit |
| search_servicesB | Nach AI-Agent-Services suchen. Durchsucht das Verzeichnis nach Services die bestimmte Fähigkeiten oder Funktionen bieten. Args: query: Suchbegriff (durchsucht Name, Beschreibung, Fähigkeiten) category: Optional — nur in dieser Kategorie suchen tags: Optional — nur Services mit diesen Tags limit: Maximale Ergebnisse (Standard: 10) |
| get_serviceB | Details eines bestimmten Service abrufen. Args: name: Name des Services |
| rate_serviceB | Einen Service bewerten (1-5 Sterne). Hilft anderen Agents, gute Services zu finden. Args: service_name: Name des zu bewertenden Services rating: Bewertung 1-5 (5 = beste) review: Optionaler Bewertungstext |
| list_categoriesA | Alle Service-Kategorien auflisten. Zeigt welche Kategorien es gibt und wie viele Services jeweils registriert sind. |
| top_servicesC | Top-bewertete Services anzeigen. Die bestbewerteten Services im Verzeichnis. Args: limit: Anzahl (Standard: 10) |
| directory_statsA | Verzeichnis-Statistiken abrufen. Gesamtzahl Services, Kategorien, Bewertungen. |
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-directory-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server