mcpbeat Sign in

Fundamentals MCP Server

local only

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

Unofficial read-only MCP for fundamentals, macro & news (EDGAR + FRED + Tavily, BYO-key).

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 28 · avg 11 · -12% w/w
a month agotoday
60
Installs / week
pypi · fundamentals-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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

This one needs environment variables set before it will start: FUND_ENV_FILE (Path to a .env file holding FUND_* keys (alternative to inline env).), FUND_EDGAR_USER_AGENT (User-Agent for SEC EDGAR requests; required for resolve_instrument / get_fundamentals.), FUND_FRED_API_KEY (FRED API key; required for get_macro.), FUND_TAVILY_API_KEY (Tavily API key; required for get_news.), FUND_EDGAR_MIN_INTERVAL (Min seconds between EDGAR requests (default 0.2).), FUND_FRED_MIN_INTERVAL (Min seconds between FRED requests (default 0.6).), FUND_TAVILY_MIN_INTERVAL (Min seconds between Tavily requests (default 1.0).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Fundamentals MCP

same job, measured the same way
Google Ads MCP
by davidmosiah

Unofficial Google Ads MCP for campaigns, keywords, budgets, and gated mutations.

198 installs/wk local only
Openwebninja MCP
by openweb-ninja

Official MCP server for OpenWeb Ninja APIs - 40+ real-time web data and SERP APIs as MCP tools

49 installs/wk local only
Google Ads Manager MCP
by aleemhaider

Unofficial MCP server for Google Ads: reporting plus safe draft/confirm campaign management.

38 installs/wk local only
Tavily MCP
by tavily-ai

MCP server for advanced web search using Tavily

19 439 installs/wk local only
Bing Search (Free)
by iridite

Free Bing search MCP server - No API key required

95 installs/wk local only
Samarth Gtm MCP
by samarthanalytics-sj

Google Tag Manager + read-only GA4 MCP server. Read-only by default, gated writes, audits.

2 096 installs/wk local only
Google Drive Comments MCP
by zayansalman

Minimal MCP server for reading comments on Google Drive files (Docs, Sheets, Slides). Read-only.

55 installs/wk local only
Tavily MCP Server
by seey215

MCP server for advanced web search using Tavily API.

60 installs/wk local only

Fundamentals MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Fundamentals MCP?
Fundamentals 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 pypi package fundamentals-mcp was installed 60 times last week.
Is Fundamentals MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Fundamentals 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 fundamentals-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Fundamentals MCP?
The pypi package fundamentals-mcp was installed 60 times in the last week. Week over week that is -12%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.