mcpbeat Sign in

Market Intelligence MCP Server

local only

Market Intelligence MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 46 installs a week from npm. Last commit 14 Aug 2026.

Recession probability, capital rotation scoring, and economic data API

Installs per day peak 24 · avg 8 · +37% w/w
a month agotoday
46
Installs / week
npm · @bullrundata/market-intelligence
1
Stars
2 open issues
14 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Market Intelligence 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 market-intelligence-mcp -- npx -y @bullrundata/market-intelligence
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "market-intelligence-mcp": {
      "args": [
        "-y",
        "@bullrundata/market-intelligence"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.market-intelligence-mcp]
command = "npx"
args = ["-y", "@bullrundata/market-intelligence"]
.cursor/mcp.json
{
  "mcpServers": {
    "market-intelligence-mcp": {
      "args": [
        "-y",
        "@bullrundata/market-intelligence"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "market-intelligence-mcp": {
      "args": [
        "-y",
        "@bullrundata/market-intelligence"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BULLRUNDATA_API_KEY (Your BullrunData API key (get one free at bullrundata.com)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Market Intelligence MCP

same job, measured the same way
O
Prediction Markets
by memoryapi

Prediction market data and crowd-sourced probability forecasts

3 tools answering
Rekindle
by skitchy

MCP session continuity engine. Boot reports, orientation scoring, and end-session capture. SQLite.

49 installs/wk local only
Inbed
by geeks-accelerator

AI agent dating — personality matching, compatibility scoring, and real conversations on inbed.ai

32 installs/wk local only
Scrapegraph MCP
by scrapegraphai

AI-powered web scraping and data extraction capabilities through ScrapeGraph API

160 installs/wk local only
Bota — car rental availability and bookings
by bota-chat

Real availability, prices and bookings of car rental companies (rent-a-car), by conversation.

8 tools answering
Taxlocus
by taxlocus

US sales tax for AI agents: rates, economic nexus, taxability, filing. Citation-backed.

answering
Twig
by kind-ling

MCP server quality scoring and optimization for the agent economy.

96 installs/wk local only
C
CMS Medicare Data
by olyport

Medicare spending, chronic conditions, hospital quality, readmissions, and enrollment

5 tools answering

Market Intelligence MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Market Intelligence MCP?
Market Intelligence 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 @bullrundata/market-intelligence was installed 46 times last week.
How do I connect Market Intelligence 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 @bullrundata/market-intelligence straight from npm; nothing to host, nothing to sign up for.
How many people use Market Intelligence MCP?
The npm package @bullrundata/market-intelligence was installed 46 times in the last week. Week over week that is +37%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Market Intelligence MCP open source?
We cannot say either way: written in TypeScript, 1 stars on GitHub and 2 open issues, but we could not determine the licence, and without one the code is not open source by default.