
Product
Socket for Asana Is Now Available
Create and manage Asana tasks directly from Socket alerts, with manual task creation, automated ticketing rules, and two-way sync.
omnistream-mcp
Advanced tools
MCP server for OmniStream. Lets AI assistants discover and call any marketplace API.
MCP (Model Context Protocol) server for OmniStream. Lets AI assistants discover and call any marketplace API directly.
npx omnistream-mcp
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 |
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).
Same pattern - set OMNI_KEY as an environment variable and point the client at npx omnistream-mcp.
| 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) |
With this MCP server connected, you can ask your AI assistant:
FAQs
MCP server for OmniStream. Lets AI assistants discover and call any marketplace API.
The npm package omnistream-mcp receives a total of 220 weekly downloads. As such, omnistream-mcp popularity was classified as not popular.
We found that omnistream-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Create and manage Asana tasks directly from Socket alerts, with manual task creation, automated ticketing rules, and two-way sync.

Security News
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.