Fundamentals MCP
Rank #57,757io.github.SimonTarara62/fundamentals-mcp
Unofficial read-only MCP for fundamentals, macro & news (EDGAR + FRED + Tavily, BYO-key).
Fundamentals MCP is a Model Context Protocol (MCP) server published by simontarara62. It ranks #57,757 of 115,591 servers tracked on MCP Toplist. Fundamentals MCP is listed on Official MCP, with 1 tracked version. It was first listed on Jun 28, 2026 and most recently updated on Jun 28, 2026.
Ranks ahead of 57,834 of 115,591 servers on MCP Toplist.
Use Fundamentals MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add fundamentals-mcp -e "FUND_ENV_FILE=<your FUND_ENV_FILE>" -e "FUND_EDGAR_USER_AGENT=<your FUND_EDGAR_USER_AGENT>" -e "FUND_FRED_API_KEY=<your FUND_FRED_API_KEY>" -e "FUND_TAVILY_API_KEY=<your FUND_TAVILY_API_KEY>" -e "FUND_EDGAR_MIN_INTERVAL=<your FUND_EDGAR_MIN_INTERVAL>" -e "FUND_FRED_MIN_INTERVAL=<your FUND_FRED_MIN_INTERVAL>" -e "FUND_TAVILY_MIN_INTERVAL=<your FUND_TAVILY_MIN_INTERVAL>" -- uvx fundamentals-mcpReplace each placeholder with your own value before saving.
[mcp_servers.fundamentals-mcp]
command = "uvx"
args = ["fundamentals-mcp"]
[mcp_servers.fundamentals-mcp.env]
FUND_ENV_FILE = "<your FUND_ENV_FILE>"
FUND_EDGAR_USER_AGENT = "<your FUND_EDGAR_USER_AGENT>"
FUND_FRED_API_KEY = "<your FUND_FRED_API_KEY>"
FUND_TAVILY_API_KEY = "<your FUND_TAVILY_API_KEY>"
FUND_EDGAR_MIN_INTERVAL = "<your FUND_EDGAR_MIN_INTERVAL>"
FUND_FRED_MIN_INTERVAL = "<your FUND_FRED_MIN_INTERVAL>"
FUND_TAVILY_MIN_INTERVAL = "<your FUND_TAVILY_MIN_INTERVAL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fundamentals-mcp": {
"command": "uvx",
"args": [
"fundamentals-mcp"
],
"env": {
"FUND_ENV_FILE": "<your FUND_ENV_FILE>",
"FUND_EDGAR_USER_AGENT": "<your FUND_EDGAR_USER_AGENT>",
"FUND_FRED_API_KEY": "<your FUND_FRED_API_KEY>",
"FUND_TAVILY_API_KEY": "<your FUND_TAVILY_API_KEY>",
"FUND_EDGAR_MIN_INTERVAL": "<your FUND_EDGAR_MIN_INTERVAL>",
"FUND_FRED_MIN_INTERVAL": "<your FUND_FRED_MIN_INTERVAL>",
"FUND_TAVILY_MIN_INTERVAL": "<your FUND_TAVILY_MIN_INTERVAL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fundamentals-mcp": {
"command": "uvx",
"args": [
"fundamentals-mcp"
],
"env": {
"FUND_ENV_FILE": "<your FUND_ENV_FILE>",
"FUND_EDGAR_USER_AGENT": "<your FUND_EDGAR_USER_AGENT>",
"FUND_FRED_API_KEY": "<your FUND_FRED_API_KEY>",
"FUND_TAVILY_API_KEY": "<your FUND_TAVILY_API_KEY>",
"FUND_EDGAR_MIN_INTERVAL": "<your FUND_EDGAR_MIN_INTERVAL>",
"FUND_FRED_MIN_INTERVAL": "<your FUND_FRED_MIN_INTERVAL>",
"FUND_TAVILY_MIN_INTERVAL": "<your FUND_TAVILY_MIN_INTERVAL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"fundamentals-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"fundamentals-mcp"
],
"env": {
"FUND_ENV_FILE": "<your FUND_ENV_FILE>",
"FUND_EDGAR_USER_AGENT": "<your FUND_EDGAR_USER_AGENT>",
"FUND_FRED_API_KEY": "<your FUND_FRED_API_KEY>",
"FUND_TAVILY_API_KEY": "<your FUND_TAVILY_API_KEY>",
"FUND_EDGAR_MIN_INTERVAL": "<your FUND_EDGAR_MIN_INTERVAL>",
"FUND_FRED_MIN_INTERVAL": "<your FUND_FRED_MIN_INTERVAL>",
"FUND_TAVILY_MIN_INTERVAL": "<your FUND_TAVILY_MIN_INTERVAL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fundamentals-mcp": {
"command": "uvx",
"args": [
"fundamentals-mcp"
],
"env": {
"FUND_ENV_FILE": "<your FUND_ENV_FILE>",
"FUND_EDGAR_USER_AGENT": "<your FUND_EDGAR_USER_AGENT>",
"FUND_FRED_API_KEY": "<your FUND_FRED_API_KEY>",
"FUND_TAVILY_API_KEY": "<your FUND_TAVILY_API_KEY>",
"FUND_EDGAR_MIN_INTERVAL": "<your FUND_EDGAR_MIN_INTERVAL>",
"FUND_FRED_MIN_INTERVAL": "<your FUND_FRED_MIN_INTERVAL>",
"FUND_TAVILY_MIN_INTERVAL": "<your FUND_TAVILY_MIN_INTERVAL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fundamentals-mcp": {
"command": "uvx",
"args": [
"fundamentals-mcp"
],
"env": {
"FUND_ENV_FILE": "<your FUND_ENV_FILE>",
"FUND_EDGAR_USER_AGENT": "<your FUND_EDGAR_USER_AGENT>",
"FUND_FRED_API_KEY": "<your FUND_FRED_API_KEY>",
"FUND_TAVILY_API_KEY": "<your FUND_TAVILY_API_KEY>",
"FUND_EDGAR_MIN_INTERVAL": "<your FUND_EDGAR_MIN_INTERVAL>",
"FUND_FRED_MIN_INTERVAL": "<your FUND_FRED_MIN_INTERVAL>",
"FUND_TAVILY_MIN_INTERVAL": "<your FUND_TAVILY_MIN_INTERVAL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.SimonTarara62%2Ffundamentals-mcp)<a href="https://mcptoplist.com/server/io.github.SimonTarara62%2Ffundamentals-mcp"><img src="https://mcptoplist.com/badge/io.github.SimonTarara62%2Ffundamentals-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
simontarara62
Other servers by simontarara62
View all simontarara62 servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jun 28, 2026 |
Frequently asked questions
- Who maintains Fundamentals MCP?
- Fundamentals MCP is maintained by simontarara62, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Fundamentals MCP listed on the Official MCP Registry?
- Yes — Fundamentals MCP is listed on the Official MCP Registry.
- How many versions does Fundamentals MCP have?
- MCP Toplist tracks 1 version of Fundamentals MCP, most recently published on Jun 28, 2026.
- Where can I find the source code for Fundamentals MCP?
- The source code for Fundamentals MCP is hosted at github.com/SimonTarara62/fundamentals-mcp.