mcpbeat

Omnistream MCP Server

by soccervortex
local only

Omnistream MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 13 installs a week from npm.

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

13
Installs / week
npm · omnistream-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add omnistream-mcp -- npx -y omnistream-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "omnistream-mcp": {
      "args": [
        "-y",
        "omnistream-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.omnistream-mcp]
command = "npx"
args = ["-y", "omnistream-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "omnistream-mcp": {
      "args": [
        "-y",
        "omnistream-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "omnistream-mcp": {
      "args": [
        "-y",
        "omnistream-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Omnistream MCP

same job, measured the same way
Agentictrade
by miranttie

AI service marketplace — agents discover, call, and pay for API services automatically.

5 tools answering
run.pay
by palabrex

Stripe-native marketplace where AI agents discover and pay per call for API services.

2 tools answering
Webull OpenAPI
by webull-inc

MCP server for Webull OpenAPI: trading and market data access for AI assistants

2 663 installs/wk local only
Agent Discover
by keshrath

MCP server registry and marketplace - discover, install, activate tools on demand

38 installs/wk local only
Manticore Search
by manticoresoftware

MCP server for Manticore Search — lets AI assistants query and manage search databases.

61 installs/wk local only
I
AWS MCP
by yawlabs

AWS MCP server — call any AWS API from AI assistants, with first-class SSO re-login

281 installs/wk local only
Apihubio
by apihubio

Discover and pay for APIs with USDC credits. No wallet, no gas, MCP-native marketplace.

9 tools answering
Anymailfinder
by anymailfinder

MCP server for Anymail Finder API - find and verify email addresses via AI assistants

80 installs/wk local only

Omnistream MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Omnistream MCP?
Omnistream MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package omnistream-mcp was installed 13 times last week.
How do I connect Omnistream MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls omnistream-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Omnistream MCP?
The npm package omnistream-mcp was installed 13 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.