Rockmoon Financial Data
About
Cross-market (US/JP/KR) financial data over MCP — financials, segments, ownership, valuation metrics & prices, every value traceable to its source filing. 18 tools; one API key works for both REST and MCP.
Details
- Author
- 0xYx
- Downloads
- 201
- Categories
- Finance
Jump to
- 18 tools covering discovery, financials, valuation, screening, ownership, and prices
- Deep, filing-grade Asia data for Japan and Korea, not shallow auto-aggregated feeds
- Cross-market comparability via one canonical 80-field schema
- MCP-native design so agents call it directly without REST wrappers
- Every financial value backed by raw XBRL provenance with ASC/IFRS/Reg S-X citations
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Rockmoon Financial DataCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Add it to any MCP client such as Claude Desktop or Cursor by configuring a Streamable HTTP endpoint with a single API key. Use the provided JSON configuration with the URL https://mcp.rockmoon.ai/mcp and header X-API-Key (or Authorization: Bearer). Then ask natural-language queries like "Compare gross margins of AAPL, 7203 and 005930" or "Screen US semiconductors by ROE."
search_companies
Search companies by ticker or name across US/JP/KR/HK/CN/UK.
get_company
Get company facts (name, exchange, industry, regulator id, filings url).
get_financials
Get all three financial statements (IS + BS + CF) for a ticker.
get_income_statement
Get income statement (revenue, costs, margins, EPS).
get_balance_sheet
Get balance sheet (assets, liabilities, equity).
get_cash_flow
Get cash flow statement (OCF, ICF, FCF, capex, dividends).
get_prices
Get daily price history for a ticker.
get_segments
Get reported business / geographic / product segments.
get_segments_trend
Get time-series of segment values across periods for trend analysis.
get_major_shareholders
Get top shareholders (institutions + individuals).
get_director_holdings
Get director / officer shareholdings (insider equity stakes).
get_insider_trades
Get insider trading activity (US Form 4 filings).
get_institutional_holdings
Get institutional holders (US 13F filings).
get_large_holdings_events
Get large-holdings disclosure events (JP 350/360 reports).
get_metrics
Get latest valuation + financial metrics snapshot (PE, PB, ROE etc.).
screen_companies
Screen stocks across US/JP/KR/HK/CN by valuation + quality metrics (PE, PB, ROE, margins, market cap, dividend yield).
get_metrics_history
Get historical derived metrics (TTM aggregates + margins per period).
compare_metrics
Compare valuation metrics across multiple tickers.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"rockmoon financial data": {
"rockmoon": {
"type": "http",
"url": "https://mcp.rockmoon.ai/mcp",
"headers": {
"X-API-Key": "<YOUR_ROCKMOON_API_KEY>"
}
}
}
}
}
McpServers
{
"rockmoon": {
"type": "http",
"url": "https://mcp.rockmoon.ai/mcp",
"headers": {
"X-API-Key": "<YOUR_ROCKMOON_API_KEY>"
}
}
}
Rockmoon — Cross-Market Financial Data for AI Agents (MCP)
English · 中文 · 한국어 · 日本語 Rockmoon is an MCP server that gives your AI agent clean, cross-market (US / Japan / Korea) financial data — financials, segments, ownership, valuation metrics and prices — where every value traces back to its source filing (SEC / EDINET / DART). > One API key works for both REST and MCP. Built MCP-native, so Claude, Cursor, and any MCP client can call it directly. - Endpoint:https://mcp.rockmoon.ai/mcp (Streamable HTTP)
- Auth: X-API-Key: <your key> header (also accepts Authorization: Bearer <key>)
- Get a key: https://rockmoon.ai
- Official MCP registry: ai.rockmoon/financial-data
Why Rockmoon
| | Rockmoon | Typical "global" data APIs | | ------------------------------ | --------------------------------------- | -------------------------- | | Asia depth (JP / KR) | Deep, cleaned, filing-grade | Shallow / auto-aggregated | | Provenance | Every value traces to the source filing | Rarely | | MCP-native | Yes — agents call it directly | Mostly REST-only | | Cross-market comparability | One canonical 80-field schema | Per-vendor mess | Most "global" data is wide but shallow in Asia. Rockmoon is the opposite: deep, clean, comparable Asia + US data your agent can cite.Quickstart
Add to your MCP client config (Claude Desktop, Cursor, etc.): ``json
{
"mcpServers": {
"rockmoon": {
"type": "http",
"url": "https://mcp.rockmoon.ai/mcp",
"headers": { "X-API-Key": "<YOUR_ROCKMOON_API_KEY>" }
}
}
}
`
Then just ask:
- "Compare gross margins of AAPL, 7203 (Toyota) and 005930 (Samsung)."
- "Screen US semiconductors by ROE."
- "Show Toyota's revenue by segment over the last 5 years."
Capabilities — 18 tools
Discovery & profile
| Tool | What it does |
| ------------------ | ------------------------------------------------------------ |
| search_companies | Resolve a ticker or name to a company across US / JP / KR |
| get_company | Company profile — name, exchange, industry, GICS sector/group, regulator id |
Financials — canonical 80-field schema, traceable to filings
| Tool | What it does |
| ---------------------- | ------------------------------------------------- |
| get_financials | Full statements bundle |
| get_income_statement | Income statement, by period |
| get_balance_sheet | Balance sheet, by period |
| get_cash_flow | Cash-flow statement, by period |
| get_segments | Revenue by product / geography / business segment |
| get_segments_trend | Segment revenue over time |
Valuation & screening
| Tool | What it does |
| --------------------- | ------------------------------------------------------------ |
| get_metrics | Latest valuation + quality metrics (PE, PB, PS, EV/EBITDA, ROE, ROA, margins, market cap) |
| get_metrics_history | Historical TTM metrics per period |
| screen_companies | Cross-market screener — valuation/quality filters plus GICS sector / industry-group |
| compare_metrics | Side-by-side metrics across tickers (cross-market) |
| get_prices | Price history |
Ownership & insiders
| Tool | What it does |
| ---------------------------- | --------------------------- |
| get_major_shareholders | Major shareholders |
| get_director_holdings | Director / officer holdings |
| get_insider_trades | Insider transactions |
| get_institutional_holdings | Institutional holdings |
| get_large_holdings_events | Large-holding change events |
Provenance you can cite
Every financial value is backed by raw XBRL provenance with ASC / IFRS / Reg S-X citations, exposed via the REST /v1/trace/ surface — so an agent can show exactly where a number came from. No black-box numbers.
Links
- Website / get an API key — https://rockmoon.ai
- Official MCP registry — ai.rockmoon/financial-data`Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
