omnistream-mcp
MCP server for OmniStream - lets AI assistants discover and call any marketplace API
Documentation
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 |
|---|---|---|
| `list_apis` | No | Browse all published APIs |
| `search_apis` | No | BM25 keyword search |
| `get_api` | No | Full API details + all endpoints |
| `list_endpoints` | No | Endpoint list for one API |
| `call_api` | Yes (OMNI_KEY) | Proxy-call any API endpoint |
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 |
|---|---|---|
| `OMNI_KEY` | - | Your Omni API key (required for `call_api`) |
| `OMNI_GATEWAY` | `https://grid.skinvaults.online` | 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
Frequently asked questions
What is omnistream-mcp?
omnistream-mcp is MCP server for OmniStream - lets AI assistants discover and call any marketplace API
How do I install omnistream-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is omnistream-mcp open source?
Yes — it is hosted on GitHub at https://github.com/soccervortex/omnistream-mcp.
Related MCP tools
Official remote MCP server for Atlassian. Securely connect Jira, Confluence, Jira Service Management, Bitbucket, and Compass to Claude, ChatGPT, Cursor, VS Code, and other AI tools using OAuth 2.1 or API tokens.
AI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for free.
Unity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
AI-powered OSINT agent with interactive REPL, MCP server, and CLI. 19 tools. Works with Claude, GPT-4, or local models. For authorized security research only.
A desktop MCP client designed as a tool unitary utility integration, accelerating AI adoption through the Model Context Protocol (MCP) and enabling cross-vendor LLM API orchestration.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP