Skip to main content
Glama
doossee
by doossee

⚡ Invoker MCP-Server

Ermöglicht KI-Agenten das Erstellen, Ausführen und Verwalten von HTTP-Anfragen im .ivk-Format.

npm License: MIT


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-mcp

Konfiguration

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-mcp

Werkzeuge

Werkzeug

Beschreibung

invoker_list_collection

Scannt einen Ordner nach .ivk- und .md-Dateien

invoker_read_request

Liest und parst eine .ivk-Datei

invoker_create_request

Erstellt eine neue .ivk-Anfragedatei

invoker_send_request

Führt eine Anfrage aus (aus Datei oder inline)

invoker_list_environments

Listet alle Umgebungen mit Variablen auf

invoker_set_variable

Setzt eine Umgebungsvariable

invoker_switch_environment

Wechselt die aktive Umgebung

invoker_add_environment

Erstellt eine neue Umgebung

invoker_build_site

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:

  1. invoker_list_collection mit folder_path: "./invoker" aufrufen

  2. invoker_send_request mit file_path: "./invoker/auth/login.ivk" aufrufen

  3. Die Antwort an dich zurückgeben

Lizenz

MIT

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - A tier

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