omnistream-mcp
The omnistream-mcp server connects AI assistants to the OmniStream marketplace, enabling discovery and direct interaction with 195+ REST APIs and real-time data streams through a single MCP integration.
Browse APIs (
list_apis): List all published APIs, optionally filtered by category, with details like slug, title, rating, uptime, and endpoint count.Search APIs (
search_apis): Perform BM25 keyword search across API titles, descriptions, tags, and endpoint names to find relevant APIs by topic.Get API details (
get_api): Retrieve full details for a specific API including description, base URL, authentication method, and all endpoints with parameters.List endpoints (
list_endpoints): Get a lightweight list of all endpoints for a specific API (operation IDs, HTTP methods, paths, required parameters) without the full API detail payload.Call any API (
call_api): Proxy-call any endpoint on any published API using your Omni key — supports query parameters and JSON request bodies, with upstream credentials injected server-side and never exposed to the AI.Browse real-time streams (
list_streams): List all available real-time data streams on the OmniStream Grid, including stream ID, category, update interval, and subscriber count.Inspect a stream (
get_stream): Get details for a specific real-time stream, including its update interval and the last 5 data samples to understand the payload structure.
Note: Only
call_apirequires theOMNI_KEYenvironment variable; all other tools are keyless.
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., "@omnistream-mcpWhat APIs are available on OmniStream?"
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.
omnistream-mcp
MCP (Model Context Protocol) server for OmniStream. Lets AI assistants discover and call any marketplace API directly.
npx omnistream-mcpWhat it does
Exposes the OmniStream marketplace as MCP tools that AI assistants (Claude Desktop, Cursor, Continue, etc.) can call:
Tool | Auth needed | Description |
| No | Browse all published APIs |
| No | BM25 keyword search |
| No | Full API details + all endpoints |
| No | Endpoint list for one API |
| Yes (OMNI_KEY) | Proxy-call any API endpoint |
Related MCP server: decixa-mcp
Why one server instead of one per service
Most MCP servers wrap a single service, so covering ten APIs means installing and configuring ten servers. This one connects your assistant to a whole marketplace: 195+ REST APIs behind a single install and a single key, from Hacker News, Wikipedia and the World Bank to GitHub, Stripe and Anthropic.
Adding an API to the marketplace makes it callable here immediately, with no client update.
Keys stay out of the conversation
Many of the listed APIs are keyless and work the moment you connect. For the ones that need a provider key (bring your own key), you store that key once on OmniStream and the proxy injects it server-side on each call. The assistant only ever holds your Omni key, so an upstream credential is never pasted into a prompt or exposed in a tool result.
Claude Desktop setup
Add to ~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"omnistream": {
"command": "npx",
"args": ["omnistream-mcp"],
"env": {
"OMNI_KEY": "omni_live_your_key_here"
}
}
}
}Get an Omni key at omnistream.skinvaults.online (free to start).
Cursor / Continue / other MCP clients
Same pattern - set OMNI_KEY as an environment variable and point the client at npx omnistream-mcp.
Environment variables
Variable | Default | Description |
| - | Your Omni API key (required for |
|
| Gateway base URL (override for self-hosted) |
Example AI prompts
With this MCP server connected, you can ask your AI assistant:
"What APIs are available on OmniStream?"
"Search OmniStream for CS2 skin price APIs"
"Get the endpoints for the skinapi API"
"Call skinapi/items-search with q=ak47 and show me the results"
Related
OmniStream - the marketplace this server talks to, with a browsable list of every API, live uptime and a try-it console
omnistream-sdk - the same marketplace from TypeScript or Python
omnistream-go - the Go client
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
- Alicense-qualityDmaintenanceA universal MCP server that connects any REST API to AI assistants via OpenAPI or Postman specifications. It enables dynamic tool creation with GraphQL-style field selection and automatic schema inference for efficient data retrieval.Last updated475Inno Setup
- AlicenseAqualityDmaintenanceMCP server for Decixa that helps AI agents find and resolve APIs for tasks using natural language intents, with support for budget and latency filtering.Last updated635MIT
- Alicense-qualityDmaintenanceMCP server for fal model discovery, execution, pricing, and local media processing, enabling AI model workflows via natural language.Last updated104MIT
- Alicense-qualityDmaintenanceAn MCP server for the Loooom marketplace that lets AI agents discover, search, and explore skills.Last updated12MIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP Hub: AI service discovery, per-user OAuth, and multi-service workflow orchestration
MCP server for AI dialogue using various LLM models via AceDataCloud
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/soccervortex/omnistream-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server