Skip to main content
Glama
doossee
by doossee

⚡ Invoker MCPサーバー

AIエージェントが.ivk形式でHTTPリクエストを作成、実行、管理できるようにします。

npm License: MIT


ivkjsをラップし、AIツールがInvoker APIクライアントと対話できるようにするMCP(Model Context Protocol)サーバーです。

インストール

npm install -g invoker-mcp

設定

Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json に以下を追加します:

{
  "mcpServers": {
    "invoker": {
      "command": "npx",
      "args": ["invoker-mcp"]
    }
  }
}

Claude Code

claude mcp add invoker -- npx invoker-mcp

ツール

ツール

説明

invoker_list_collection

フォルダ内の.ivkファイルと.mdファイルをスキャンする

invoker_read_request

.ivkファイルを読み込んで解析する

invoker_create_request

新しい.ivkリクエストファイルを作成する

invoker_send_request

リクエストを実行する(ファイルまたはインラインから)

invoker_list_environments

変数を含むすべての環境を一覧表示する

invoker_set_variable

環境変数を設定する

invoker_switch_environment

アクティブな環境を切り替える

invoker_add_environment

新しい環境を作成する

invoker_build_site

静的ドキュメントサイトを構築する

使用例(AIとの会話)

「./invokerにあるAPIコレクションをスキャンして、ログインリクエストを送信して」

AIエージェントは以下のように動作します:

  1. folder_path: "./invoker" を指定して invoker_list_collection を呼び出す

  2. file_path: "./invoker/auth/login.ivk" を指定して invoker_send_request を呼び出す

  3. 結果をあなたに返す

ライセンス

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