invokit-mcp
OfficialClick 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., "@invokit-mcpsearch for tools to generate images"
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.
invokit-mcp
Official MCP server for invok.it — the API marketplace for AI agents.
Search, evaluate, and invoke AI tools directly from Claude Desktop, Cursor, VS Code, or any MCP-compatible client.
Quick Start
Add the following to your MCP client configuration:
{
"mcpServers": {
"invokit": {
"url": "https://api.invok.it/mcp",
"headers": {
"Authorization": "Bearer ik-your-api-key"
}
}
}
}Get your API key at invok.it/dashboard/api-keys.
Claude Desktop
Open Settings → Developer → Edit Config
Paste the config above (replace
ik-your-api-keywith your key)Restart Claude Desktop
Cursor
Open Settings → MCP
Click Add new MCP server
Paste the config above
VS Code
Add to .vscode/mcp.json in your project:
{
"mcpServers": {
"invokit": {
"url": "https://api.invok.it/mcp",
"headers": {
"Authorization": "Bearer ik-your-api-key"
}
}
}
}Related MCP server: disvr
Available Tools (14)
Discovery
Tool | Description |
| Semantic search for AI agent tools |
| Get full details for a tool by slug |
| List all categories with counts |
| Search multi-tool workflow skills |
| Get skill details with tool bindings |
| Search deterministic step-pipeline apps |
| Get app details with execution steps |
Invocation
Tool | Description |
| Invoke a tool via transparent proxy (requires API key) |
Quality & Feedback
Tool | Description |
| Quality score breakdown (success rate, schema honesty, latency) |
| Performance metrics (latency percentiles, error rate, uptime) |
| Find type-compatible alternative tools |
| Submit quality feedback after invoking a tool (improves rankings) |
Platform
Tool | Description |
| Check your current API quota, usage, and remaining calls |
| Platform capabilities, endpoints, and rate limits |
Recommended Workflow
search_tools → get_tool_quality → invoke_tool → submit_outcomeSearch for tools matching your task
Evaluate quality scores to pick the best tool
Check your usage quota with
check_usageInvoke the tool
Submit quality feedback via
submit_outcometo improve rankings
This server cannot be installed
Maintenance
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
- 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/invok-it/invokit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server