New:Socket for Asana Is Now Available.Learn more
Sign In

omnistream-mcp

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

omnistream-mcp

MCP server for OmniStream. Lets AI assistants discover and call any marketplace API.

latest
Source
npmnpm
Version
0.1.5
Version published
Weekly downloads
312
-45.07%
Maintainers
1
Weekly downloads
 
Created
Source

omnistream-mcp

MCP (Model Context Protocol) server for OmniStream. Lets AI assistants discover and call any marketplace API directly.

npx omnistream-mcp

What it does

Exposes the OmniStream marketplace as MCP tools that AI assistants (Claude Desktop, Cursor, Continue, etc.) can call:

ToolAuth neededDescription
list_apisNoBrowse all published APIs
search_apisNoBM25 keyword search
get_apiNoFull API details + all endpoints
list_endpointsNoEndpoint list for one API
call_apiYes (OMNI_KEY)Proxy-call any API endpoint

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

VariableDefaultDescription
OMNI_KEY-Your Omni API key (required for call_api)
OMNI_GATEWAYhttps://grid.skinvaults.onlineGateway 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"

Keywords

mcp

FAQs

Package last updated on 06 Aug 2026

Related posts