Skip to main content
Glama
doossee
by doossee

⚡ Invoker MCP 服务器

让 AI 智能体能够以 .ivk 格式创建、运行和管理 HTTP 请求。

npm License: MIT


一个封装了 ivkjs 的 MCP (Model Context Protocol) 服务器,允许 AI 工具与 Invoker API 客户端进行交互。

安装

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. 调用 invoker_list_collection,参数为 folder_path: "./invoker"

  2. 调用 invoker_send_request,参数为 file_path: "./invoker/auth/login.ivk"

  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