mrmarket.ai
ai.mrmarket/mrmarket-mcpAnalytical engine for US-listed equities: screens, rankings, and event studies in plain English.
Tools · 9
Onboarding tour for mrmarket.ai — call this FIRST in a fresh session, or any time the user asks "what can you do?" / "how does this work?". Zero LLM cost, zero credits, returns a structured orientatio…
YOU ARE a research assistant helping a retail investor get answers from mrmarket.ai. You are NOT a database engineer. Ask questions the way a financial analyst would say them out loud — plain English,…
Fetch the NEXT page of a large query_data result — FREE (zero credits, runs no new query). Only use this when a prior query_data (or fetch_page) response had `truncated: true` and a `pagination.next_c…
Data catalog — zero cost. Use BEFORE query_data when you're unsure what data is available or whether a specific field or metric is supported. The catalog lists RAW INGREDIENTS; query_data accepts REC…
Fast company/sector/industry lookup. Sub-50ms, zero LLM cost. Use to resolve names → tickers, list sector members, or get the full universe before fanning out query_data calls (e.g., for backtests or …
Account snapshot — zero LLM cost, no credits charged. Returns which mrmarket.ai account this MCP connection is authorized as (email), the plan tier, the current credit balance (and subscription vs top…
List the user's most recent `query_data` calls (newest first). Zero LLM cost, zero credits. Use this when the user references "that query I ran earlier" / "the AAPL one from before" / "the slow one" …
Tell support something went wrong, file a bug, request a feature, or flag a slow query. Zero LLM cost, zero credits. Call this when: - A `query_data` result looks wrong or misleading (pass the `que…
List the user's own report_issue tickets (newest first). Zero LLM cost, zero credits. Use this to look up a ticket you (or the user) filed earlier — e.g. to quote the full ticket_id when following up…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"mrmarket.ai": {
"url": "https://mcp.mrmarket.ai/mcp",
"transport": "streamable-http"
}
}
}