Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

mrmarket.ai

ai.mrmarket/mrmarket-mcp

Analytical engine for US-listed equities: screens, rankings, and event studies in plain English.

Uptime
50.0%
2 probes
Response
541ms
last probe
Tools
9
callable

Tools · 9

getting_started

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…

query_data

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_page

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…

describe_data

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…

get_symbols

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 …

get_account_status

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…

recent_queries

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" …

report_issue

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_tickets

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

ai.marketintell/marketintell live
AI analyst desk for stocks, options & crypto with sourced trade setups and a public accuracy record.
17 tools · streamable-http
Signal8 live
SEC filings, dilution, insider & institutional ownership, and political-trade data for AI agents.
86 tools · streamable-http
Boolsai Signals live
Quant-research MCP — tradeable signals from public-company website stack changes. 7 tools.
12 tools · streamable-http
ai.plith/plith live
AI agent infrastructure: dedup, cost prediction, validation, governance, failure intelligence.
15 tools · streamable-http
Sugra API live
Connector between LLM agents and world data. 643 endpoints, 75+ primary sources.
6 tools · streamable-http
ai.dynamicfeed/dynamic-feed live
Fresh data AI models lack: live prices, software versions, CVEs, service status & more.
91 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "mrmarket.ai": {
      "url": "https://mcp.mrmarket.ai/mcp",
      "transport": "streamable-http"
    }
  }
}