Invoker MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Invoker MCP Serverscan my API collection at ./api-tests and run the user registration request"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
⚡ Invoker MCP Server
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.
Install
npm install -g invoker-mcpConfigure
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"invoker": {
"command": "npx",
"args": ["invoker-mcp"]
}
}
}Claude Code
claude mcp add invoker -- npx invoker-mcpTools
Tool | Description |
| Scan a folder for .ivk and .md files |
| Read and parse an .ivk file |
| Create a new .ivk request file |
| Execute a request (from file or inline) |
| List all environments with variables |
| Set an environment variable |
| Switch the active environment |
| Create a new environment |
| Build a static documentation site |
Example usage (in an AI conversation)
"Scan my API collection at ./invoker and send the login request"
The AI agent would:
Call
invoker_list_collectionwithfolder_path: "./invoker"Call
invoker_send_requestwithfile_path: "./invoker/auth/login.ivk"Return the response to you
License
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