loading…
Search for a command to run...
loading…
Enables AI agents to create, run, and manage HTTP requests using the Invoker API client's .ivk format. It provides tools for scanning collections, executing req
Enables AI agents to create, run, and manage HTTP requests using the Invoker API client's .ivk format. It provides tools for scanning collections, executing requests, managing environments, and building documentation sites.
Let AI agents create, run, and manage HTTP requests in .ivk format.
An MCP (Model Context Protocol) server that wraps ivkjs to let AI tools interact with the Invoker API client.
npm install -g invoker-mcp
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"invoker": {
"command": "npx",
"args": ["invoker-mcp"]
}
}
}
claude mcp add invoker -- npx invoker-mcp
| Tool | Description |
|---|---|
invoker_list_collection |
Scan a folder for .ivk and .md files |
invoker_read_request |
Read and parse an .ivk file |
invoker_create_request |
Create a new .ivk request file |
invoker_send_request |
Execute a request (from file or inline) |
invoker_list_environments |
List all environments with variables |
invoker_set_variable |
Set an environment variable |
invoker_switch_environment |
Switch the active environment |
invoker_add_environment |
Create a new environment |
invoker_build_site |
Build a static documentation site |
"Scan my API collection at ./invoker and send the login request"
The AI agent would:
invoker_list_collection with folder_path: "./invoker"invoker_send_request with file_path: "./invoker/auth/login.ivk"MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"invoker-mcp-server": {
"command": "npx",
"args": []
}
}
}Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also