mcp-smartspreads

bv2026/mcp-smartspreads
★ 0 stars Python 📊 Data/Analytics Updated today
MCP server for ingesting Smart Spreads newsletter PDFs, storing watchlists and reference rules, and exporting intra/inter commodity CSV bundles.
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-smartspreads": {
      "command": "uvx",
      "args": [
        "mcp-smartspreads"
      ]
    }
  }
}

Or install with pip: pip install mcp-smartspreads