MCP Omni-Tool
Provides tools for interacting with GitHub's API, enabling AI agents to manage repositories, issues, pull requests, and more.
Provides tools for interacting with Linear's API, enabling AI agents to manage issues, projects, and teams.
Provides tools for interacting with Notion's API, enabling AI agents to manage pages, databases, and content.
Provides tools for interacting with Slack's API, enabling AI agents to send messages, manage channels, and perform other Slack operations.
Provides tools for interacting with Stripe's API, enabling AI agents to manage payments, subscriptions, and billing.
Provides tools for interacting with Twilio's API, enabling AI agents to send SMS, make calls, and manage communication services.
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., "@MCP Omni-ToolSend a Slack message to #general saying 'Hello from Omni-Tool!'"
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.
๐ฎ MCP Omni-Tool
Stop installing 50 MCP servers. Install one.
One MCP server. Thousands of APIs. Zero config headaches.
Your AI agent shouldn't need 50 different MCP servers to be useful. It needs one that connects to everything.
Get Started โ ยท See Examples โ ยท Get $5 Free Credit โ
๐คฏ The Problem
Every new API your agent needs = another MCP server to find, install, configure, and maintain.
Want Slack, GitHub, Stripe, Twilio, and 46 other services? That's 50 package.json entries, 50 sets of API keys, 50 things that can break on update.
There's a better way.
Related MCP server: REST API MCP Server
โก The Solution
MCP Omni-Tool is a single MCP server powered by AgentClear that gives your AI agent dynamic access to thousands of APIs through one install and one API key.
Your agent discovers what it needs, then calls it โ all through a unified proxy. No per-service config. No dependency hell.
โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโ
โ Your Agent โโโโโโโถโ MCP Omni-Tool โโโโโโโถโ AgentClear Gateway โ
โ (Claude, โ โ (1 MCP server) โ โ โ
โ Cursor, โ โ โ โ Slack โ GitHub โ
โ etc.) โโโโโโโโ โโโโโโโโ Stripe โ Twilio โ
โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโ โ Notion โ Linear โ
โ ... 1000s more โ
โโโโโโโโโโโโโโโโโโโโโโโโ๐ Quick Start
1. Install
npm install -g mcp-omni-tool2. Get Your API Key
Sign up at agentclear.dev and grab your key (starts with axk_).
๐ Every new account gets $5 in free credit โ no card required.
3. Configure
Add to your MCP client config (e.g. claude_desktop_config.json):
{
"mcpServers": {
"omni-tool": {
"command": "mcp-omni-tool",
"env": {
"AGENTCLEAR_API_KEY": "axk_your_key_here"
}
}
}
}4. Go
That's it. Your agent now has access to thousands of APIs.
๐ Usage
MCP Omni-Tool exposes two core operations to your agent:
discover โ Find Available APIs
Your agent calls discover to search for services matching what it needs.
POST https://agentclear.dev/api/discover
{
"query": "send a Slack message",
"api_key": "axk_your_key_here"
}Response:
{
"services": [
{
"service_id": "slack_post_message",
"name": "Slack โ Post Message",
"description": "Send a message to a Slack channel or DM",
"parameters": {
"channel": "string (required)",
"text": "string (required)",
"thread_ts": "string (optional)"
}
}
]
}proxy โ Call Any Discovered API
Once discovered, your agent calls the service directly through the proxy:
POST https://agentclear.dev/api/proxy/slack_post_message
{
"api_key": "axk_your_key_here",
"params": {
"channel": "#general",
"text": "Deployed v2.4.1 to production โ
"
}
}That's the entire pattern. Discover โ Proxy. Your agent figures out the rest.
๐ Why Omni-Tool?
50 Individual MCP Servers | 1 MCP Omni-Tool | |
Install | 50 packages, 50 configs | 1 package, 1 key |
API Keys | Manage 50 separate keys | 1 AgentClear key |
Updates | 50 packages to keep current | 1 package, always current |
New APIs | Find โ install โ configure โ restart | Already there. Just call it. |
Agent Complexity | Must know which server handles what | Discovers capabilities dynamically |
Failure Surface | 50 potential breaking points | 1 stable gateway |
Setup Time | Hours | 2 minutes |
Cost | $0 + your time ร 50 | $5 free to start |
๐ $5 Free Credit for New Signups
Every new AgentClear account gets $5 in free credit โ no credit card required.
That's enough for hundreds of API calls to test integrations, build prototypes, or just see what your agent can actually do when it has access to everything.
๐ฐ Framework Authors & Template Builders: Earn 40% Revenue Share
Building an MCP-powered template, framework, starter kit, or boilerplate?
Bundle MCP Omni-Tool and earn 40% of the revenue generated by users who sign up through your referral.
How it works:
Include MCP Omni-Tool in your project's MCP config
Register as a referral partner at agentclear.dev/partners
Add your referral tag to the config
Earn 40% rev-share on every user who activates through your template
This isn't an afterthought affiliate program โ it's a core part of the model. We want framework authors to win when their users succeed.
โ Become a Partner
๐ง Supported Clients
MCP Omni-Tool works with any MCP-compatible client:
Claude Desktop
Cursor
Windsurf
Continue
Custom MCP integrations
๐ API Key Format
All AgentClear API keys start with axk_ followed by a unique token:
axk_a1b2c3d4e5f6...Keep your key secure. You can rotate keys at any time from the AgentClear dashboard.
๐ License
MIT ยฉ AgentClear
Built by AgentClear โ the universal API gateway for AI agents.
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/dwflickinger/mcp-omni-tool'
If you have feedback or need assistance with the MCP directory API, please join our Discord server