omnistream-mcp
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
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"
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
- 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