# Omniio > Omniio is a hosted Model Context Protocol (MCP) aggregator. It puts 113 MCP servers behind one endpoint, https://mcp.omniio.dev, so an AI agent connects once instead of once per server, and discovers tools by searching rather than by loading every schema into its context window. Omniio is operated by Marco Lorenzo Qureshi Grima, a sole trader established in Malta, trading as Omniio (a LimitBreakIT product). VAT Reg No 3297-8402, registered as exempt under article 11 of the Value Added Tax Act (Malta). ## What problem it solves An MCP client that connects to twenty servers loads twenty tool catalogues into its context before the user has asked anything. Omniio exposes exactly three tools regardless of how many servers are enabled: - `search_tools` — BM25-ranked search over the catalogue of the servers you have switched on. Takes a natural-language `query` and an optional `limit` (default 8, maximum 25). Returns qualified tool names with one-line summaries. - `describe_tool` — takes a qualified `name` and returns that one tool's description and full JSON input schema. - `run_tool` — invokes the upstream tool with the user's own credentials attached and returns its result unchanged. Tools are namespaced as `__`, for example `github__create_pull_request`, so two servers can both expose a `search` without colliding. ## Key facts - Endpoint: https://mcp.omniio.dev — Streamable HTTP MCP. This host serves the MCP endpoint and nothing else. - Authorization server: https://omniio.dev — OAuth 2.1 with dynamic client registration. Tokens are audience-bound to the endpoint above. - Servers in the library: 113, exposing 270 tools in total. - 22 of those servers need no credential at all; the rest take an API token or an OAuth grant, held per user. - Upstream API tokens are encrypted with AES-256-GCM before storage and decrypted only in memory to serve that user's own call. - Every `run_tool` invocation is recorded with its arguments, result, success and duration, and pruned after 7 days. - Billing is per MCP call. One call is one request to `search_tools`, `describe_tool` or `run_tool`. Connecting a client, browsing the library and reading the dashboard are not billable. - Usage counters reset at 00:00 UTC on the first day of each calendar month. - Paid plans are bought self-serve by card through Stripe Checkout and managed in Stripe's billing portal. The monthly fee is charged in advance; overage is metered from the call counter and added to the following invoice. Enterprise is quoted and invoiced by agreement. - Every plan reaches every server in the library. The plan governs call volume, never which tools are available. ## Plans | Plan | Price | Included MCP calls | Overage | Best for | | --- | --- | --- | --- | --- | | Free | €0/month | 10,000 | Hard limit | Trying Omniio, personal agents | | Pro | €19/month | 100,000 | €0.25 / 1K | Developers, power users | | Scale | €49/month | 500,000 | €0.15 / 1K | Apps, small teams | | Business | €149/month | 2,000,000 | €0.10 / 1K | Production workloads | | Enterprise | Custom | Custom | Volume pricing | Larger organizations | Free is a hard limit: calls are refused once the allowance is spent, until the counter resets. Paid plans do not stop; calls beyond the included volume bill at the plan's rate. ## Server library by category - **Docs & knowledge** (15): AWS Knowledge, Astro Docs, Chakra UI, Clerk, Cloudflare Docs, Context7, Convex, DeepWiki, GitBook, GitMCP, Microsoft Learn, Nuxt, Qdrant, Stack Overflow, Svelte - **Web search** (8): Apify, Bright Data, Consensus, Exa Search, Firecrawl, Parallel Search, Tavily, Wolfram - **Code & CI** (9): Bitrise, Buildkite, Cypress, GitHub, GitLab, Jam, Postman, Retool, Semgrep - **Data & AI** (12): Airtable, CoinDesk Data, CoinGecko, CoinMarketCap, Daloopa, Hugging Face, MongoDB Atlas, Neon, PixelGust Weather, Replicate, Supabase, Twelve Data - **Observability** (14): Amplitude, Axiom, Better Stack, Cloudflare Observability, Cloudflare Radar, Datadog, Grafana, Honeycomb, Mixpanel, New Relic, PostHog, Sentry, Statsig, incident.io - **Payments** (9): Dodo Payments, GoCardless, Mercury, Paddle, PayPal, Ramp, Razorpay, Recurly, Stripe - **Productivity** (22): Apollo.io, Atlassian, Attio, ClickUp, Close, Customer.io, Fireflies, Granola, Greenhouse, Jotform, Klaviyo, Linear, MailerLite, Mem, Notion, Otter.ai, PandaDoc, Productboard, Shortcut, Todoist, Workable, monday.com - **Design & content** (13): Contentful, Excalidraw, LottieFiles, Lucid, Magic Patterns, Mermaid Chart, Miro, Recraft, Sanity, Unsplash, Webflow, Whimsical, Wix - **Infrastructure** (11): Appwrite, Cloudflare Bindings, Cloudflare Browser Rendering, Globalping, Loops, Netlify, OpenRouter, Resend, Squarespace Domains, Vanta, WorkOS ## Pages - [Home](https://omniio.dev/): what Omniio is, how connecting works, and the server wall. - [Server library](https://omniio.dev/library): every server, grouped by category, with the credential each one needs. - [Docs](https://omniio.dev/docs): quickstart, the three meta-tools, tool naming, authorization, limits, audit trail. - [Pricing](https://omniio.dev/pricing): the plan table, what counts as a call, and the pricing FAQ. - [Support](https://omniio.dev/support): support form and the form for requesting a server the library does not carry. - [Brand kit](https://omniio.dev/brand): the logo, mark and wordmark in every rendition, the usage rules, and a zip of the whole set. Use these files when illustrating Omniio; do not redraw the mark. - [Terms of service](https://omniio.dev/terms) - [Privacy policy](https://omniio.dev/privacy) - [Cookie policy](https://omniio.dev/cookies) ## Contact sales@omniio.dev — sales, plan changes and enterprise enquiries. Established in Malta.