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-mcpRelated MCP server: curl-mcp
Configure
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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables AI models to load and inspect OpenAPI specifications, generate Hurl test scripts, and access API documentation for automated testing and API interaction through natural language.Last updated1
- Alicense-qualityCmaintenanceProvides a structured HTTP client tool for making web requests with full HTTP method support, detailed response metadata, and error handling. Enables AI assistants to interact with any web API or endpoint through the curl_request tool.Last updated262MIT
- Flicense-quality-maintenanceEnables AI assistants to interact with Istek API Client for managing workspaces, collections, environments, variables, and request history. Allows natural language control of API development workflows including creating collections, adding requests, and managing environment configurations.Last updated
- Flicense-quality-maintenanceEnables AI agents to dynamically discover and interact with APIs through Swagger/OpenAPI specifications and Postman collections using a strategic four-tool approach. It streamlines API integration by providing universal tools for endpoint discovery, detailed request information, and authenticated execution.Last updated1
Related MCP Connectors
Curated knowledge API for AI agents - skill packs, semantic search, validated patterns.
CVE lookups (NVD) and dependency-manifest audits (OSV) for AI agents. No API keys.
CVE lookups (NVD) and dependency-manifest audits (OSV) for AI agents. No API keys.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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