Invoker MCP Server
⚡ Invoker MCP-Server
Ermöglicht KI-Agenten das Erstellen, Ausführen und Verwalten von HTTP-Anfragen im .ivk-Format.
Ein MCP-Server (Model Context Protocol), der ivkjs umschließt, damit KI-Tools mit dem Invoker API-Client interagieren können.
Installation
npm install -g invoker-mcpKonfiguration
Claude Desktop
Hinzufügen zu ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"invoker": {
"command": "npx",
"args": ["invoker-mcp"]
}
}
}Claude Code
claude mcp add invoker -- npx invoker-mcpWerkzeuge
Werkzeug | Beschreibung |
| Scannt einen Ordner nach .ivk- und .md-Dateien |
| Liest und parst eine .ivk-Datei |
| Erstellt eine neue .ivk-Anfragedatei |
| Führt eine Anfrage aus (aus Datei oder inline) |
| Listet alle Umgebungen mit Variablen auf |
| Setzt eine Umgebungsvariable |
| Wechselt die aktive Umgebung |
| Erstellt eine neue Umgebung |
| Erstellt eine statische Dokumentationsseite |
Beispielanwendung (in einer KI-Konversation)
"Scanne meine API-Sammlung unter ./invoker und sende die Login-Anfrage"
Der KI-Agent würde:
invoker_list_collectionmitfolder_path: "./invoker"aufrufeninvoker_send_requestmitfile_path: "./invoker/auth/login.ivk"aufrufenDie Antwort an dich zurückgeben
Lizenz
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/doossee/invoker-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server