Skip to main content

An MCP server for Dataroma to access superinvestor holdings and trades

Project description

Universal Dataroma MCP Server

A high-performance Model Context Protocol (MCP) server for extracting superinvestor portfolios and financial intelligence from Dataroma.com. This server is compatible with any MCP-enabled AI client, including Claude Desktop, Cursor, Cline, and ZeroClaw.

Features

  • One-Shot Homepage Scraper: Extracts all 10+ market lists and the manager directory in a single request for maximum efficiency.
  • Aggressive 24h Caching: Uses an in-memory cache with disk persistence (dataroma_cache.json) to provide instant responses and avoid rate limits.
  • Enriched Portfolio Data: 13F holdings automatically include recent insider transaction (Form 4) summaries.
  • Full Market Intelligence: Direct access to Big Bets, 52-Week Lows, Most Owned Stocks, and Real-time Activity.

Available Tools

  • get_investor_holdings(manager_id): Get full 13F holdings for a specific manager (e.g., 'BRK' for Buffett).
  • get_realtime_insider_trades(symbol): Get the 10 most recent insider transactions for a stock ticker.
  • get_market_intelligence(list_type): Access Latest Insider Buys, Most Owned, Big Bets, Q1/Q2 Buying Trends, High Conviction Lows, and Insider Concentration.
  • list_superinvestors(): Full directory of all 80+ tracked superinvestors and their IDs.
  • invalidate_cache(key): Manually clear specific keys or the entire cache to force a fresh scrape.

Installation

The recommended way to run this server is using uvx (which acts like npx for Python). This allows you to run it directly from PyPI without manually installing dependencies or cloning the repository.

uvx dataroma-mcp

Configuration

Claude Desktop

Add this to your claude_desktop_config.json:

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

Cursor / Windsurf / Cline

  1. Open your AI settings/MCP configuration.
  2. Add a new MCP server.
  3. Type: command
  4. Configuration:
    • Command: uvx
    • Arguments: dataroma-mcp

ZeroClaw

Add to your config.toml:

[[mcp.servers]]
name = "Dataroma"
transport = "stdio"
command = "uvx"
args = ["dataroma-mcp"]

Hermes

Hermes fully supports MCP. You can add the server by running this command in your Hermes terminal:

hermes mcp add dataroma --command uvx --args dataroma-mcp

Credits

Data sourced from Dataroma.com. This project is for educational and research purposes only.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dataroma_mcp-0.1.3.tar.gz (7.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dataroma_mcp-0.1.3-py3-none-any.whl (7.7 kB view details)

Uploaded Python 3

File details

Details for the file dataroma_mcp-0.1.3.tar.gz.

File metadata

  • Download URL: dataroma_mcp-0.1.3.tar.gz
  • Upload date:
  • Size: 7.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.11

File hashes

Hashes for dataroma_mcp-0.1.3.tar.gz
Algorithm Hash digest
SHA256 598e511ca279ef7dadbd7639265fff94af03384c6f35a542bb5aab75ee2f8dcf
MD5 109c7b9e8580bd7ce3a8c420b26347c9
BLAKE2b-256 c25876bb39e2db7f55f86e9ea69bd8ff7ccd86916253ea6afd5b9f11f2003eb0

See more details on using hashes here.

File details

Details for the file dataroma_mcp-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: dataroma_mcp-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 7.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.11

File hashes

Hashes for dataroma_mcp-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 28b85e10905eeafa0fb49dffc6a4c1fe141737bb9b67cd17c9cfcb0cb1f0daea
MD5 ec4bd601af1ffd3c0f56ccd700c9e8bb
BLAKE2b-256 0d46a6ecb7d223a5760a635d8b6fd6103d3248217d96141e586682052c950d0d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page