Dataroma
БесплатноНе проверенAn MCP server for Dataroma to access superinvestor holdings and trades
Описание
An MCP server for Dataroma to access superinvestor holdings and trades
README
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-mcp": {
"command": "uvx",
"args": ["dataroma-mcp"]
}
}
}
Cursor / Windsurf / Cline
- Open your AI settings/MCP configuration.
- Add a new MCP server.
- Type:
command - Configuration:
- Command:
uvx - Arguments:
dataroma-mcp
- Command:
ZeroClaw
Add to your config.toml:
[[mcp.servers]]
name = "dataroma-mcp"
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-mcp --command uvx --args dataroma-mcp
Credits
Data sourced from Dataroma.com. This project is for educational and research purposes only.
Установка Dataroma
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/kmukul123/dataroma-mcpFAQ
Dataroma MCP бесплатный?
Да, Dataroma MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Dataroma?
Нет, Dataroma работает без API-ключей и переменных окружения.
Dataroma — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Dataroma в Claude Desktop, Claude Code или Cursor?
Открой Dataroma на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Dataroma with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
