mcp-macroscope

naixie2022/mcp-macroscope
★ 0 stars Python 🤖 AI/LLM Updated 7d ago
MCP server exposing SEC EDGAR filings and FRED economic data to LLMs.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-macroscope": {
      "command": "uvx",
      "args": [
        "mcp-macroscope"
      ]
    }
  }
}

Or install with pip: pip install mcp-macroscope

README Excerpt

> Ask Claude (or any MCP client) about US companies and the economy. Real SEC filings, real Fed data, no plumbing. `mcp-macroscope` is a [Model Context Protocol](https://modelcontextprotocol.io) server that exposes two of the richest free financial data sources on the internet — [SEC EDGAR](https://www.sec.gov/edgar.shtml) and the Federal Reserve's [FRED](https://fred.stlouisfed.org/) — to LLMs as a small, well-shaped set of tools.

Tools (1)

lookup_company