mcpbeat Sign in

Alternativespe MCP Server

local only

Alternativespe MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 17 Sep 2026.

Private-market data across Southeast Asia via the Alternatives Partner API v3

Installs / week
npm · alternativespe-mcp
0
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
WTFPL
License
TypeScript

Nothing serious here today

Today is the operative word: we check Alternativespe MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

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 alternativespe-mcp -- npx -y alternativespe-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "alternativespe-mcp": {
      "args": [
        "-y",
        "alternativespe-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.alternativespe-mcp]
command = "npx"
args = ["-y", "alternativespe-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "alternativespe-mcp": {
      "args": [
        "-y",
        "alternativespe-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "alternativespe-mcp": {
      "args": [
        "-y",
        "alternativespe-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ALTDMP_API_KEY (Your Alternatives Partner API key (obtain from [email protected])), ALTDMP_BASE_URL (Override the API base URL (default: https://api.altdmp.io/v3)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Alternativespe MCP

same job, measured the same way
Startuphub
by pipeworx-io

StartupHub MCP — wraps the StartupHub.ai private-market API (startuphub.ai)

40 tools answering
Alpaca
by pipeworx-io

Alpaca MCP — real-time US stock market data via the Alpaca Market Data API

34 tools answering
Tradier
by pipeworx-io

Tradier MCP — stock & options market data via the Tradier Brokerage API

34 tools answering
Whoop MCP
by briangaoo

Full read + write access to your Whoop fitness data via the private iOS API. 48 tools.

30 installs/wk local only
Marketdata App
by pipeworx-io

Market Data App MCP — wraps the Market Data App API (marketdata.app)

40 tools answering
Codebahn
by codebahn

Codebahn is the private GitHub alternative: fast Git and CI for small teams.

answering
Agentery
by agentery

Price benchmarks, alternatives & daily price history across 17,000+ AI agents and MCP servers.

19 tools answering
Fmp
by houtini-ai

Access financial data and market information via Financial Modeling Prep API

64 installs/wk local only

Alternativespe MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Alternativespe MCP?
Alternativespe 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 alternativespe-mcp.
How do I connect Alternativespe 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 alternativespe-mcp straight from npm; nothing to host, nothing to sign up for.
Is Alternativespe MCP open source?
No, and the distinction matters: its licence is declared as WTFPL. That makes it source-available — you can read the code, but the terms are the author's own, not one of the recognised open-source licences. Read them before you build on it.