Skip to main content
Glama

mrmarket.ai

Server Details

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

Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.

If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.

Status
Unhealthy
Uptime
0.0% over 37 days
Last Tested
Transport
Streamable HTTP
URL
Repository
mrmarket-ai/mrmarket-mcp
GitHub Stars
3
Server Listing
mrmarket.ai MCP server

TDQS

A4.4/5.0

Scored across 9 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: describe_data for catalog, query_data for analysis, fetch_page for pagination, get_symbols for symbol lookup, get_account_status for account info, getting_started for onboarding, list_tickets/report_issue for support, recent_queries for history. No overlap.

Naming Consistency4/5

Most tools follow a verb_noun pattern (describe_data, fetch_page, get_account_status, get_symbols, list_tickets, report_issue), but 'getting_started' uses a gerund and 'recent_queries' is adjective_noun, breaking the pattern. 'query_data' could be interpreted as a noun phrase. Minor inconsistency.

Tool Count5/5

With 9 tools covering data catalog, query, pagination, symbol lookup, account status, onboarding, support, and query history, the count is well-scoped for the server's purpose. Each tool earns its place without redundancy.

Completeness5/5

The tool surface covers the full lifecycle from discovery (describe_data), analysis (query_data, fetch_page), identification (get_symbols), account management (get_account_status), onboarding (getting_started), to support (list_tickets, report_issue, recent_queries). No obvious gaps for the intended use case.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 2 tool updates
    • Changedlist_tickets2 fields changed
      • removedInput schema / properties / limit / exclusiveMinimum
        Removed value: -0
      • addedInput schema / properties / limit / minimum
        Added value: +1
    • Changedrecent_queries2 fields changed
      • removedInput schema / properties / limit / exclusiveMinimum
        Removed value: -0
      • addedInput schema / properties / limit / minimum
        Added value: +1
  2. 1 tool update
    • Changedquery_data1 field changed
      • addedInput schema / properties / visualize
        Added value: +{
        +  "description": "Opt-in charting for the shareable view_url. Default false returns a plain table link (cheapest). Set true when the user wants a chart or stat card: the link is then rendered with the chart type the engine picks from the data shape — a single-row result becomes a \"stat\" card, a multi-period series a line chart, etc. Does not change the JSON rows you receive, only how the view_url renders.",
        +  "type": "boolean"
        +}
  3. 2 tool updates
    • Addedlist_tickets
    • Changedquery_data5 fields changed
      • addedInput schema / properties / clarification_mode
        Added value: +{
        +  "description": "\"auto\" (default): ambiguous questions are resolved via elicitation or sensible server defaults in one call. \"return\": the server returns status \"clarification_needed\" with the questions + recommended defaults and does NOT proceed (and does not charge); answer by re-calling query_data with `clarifications`. Use \"return\" when silent defaults are not acceptable for your user.",
        +  "enum": [
        +    "auto",
        +    "return"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / clarifications
        Added value: +{
        +  "description": "Answers to a prior clarification_needed response (pass each question verbatim with your chosen answer). Use together with clarification_mode: \"return\" for a two-step round-trip.",
        +  "items": {
        +    "properties": {
        +      "answer": {
        +        "type": "string"
        +      },
        +      "question": {
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "question",
        +      "answer"
        +    ],
        +    "type": "object"
        +  },
        +  "type": "array"
        +}
      • changedInput schema / properties / question / description
        Previous value: -"Full natural-language financial question. Not SQL. For complex multi-step workflows (backtests, Monte Carlo, multi-factor scoring), decompose into multiple calls — see mrmarket://capabilities resource."New value: +"ONE natural-language financial question, max 100 words (hard limit — longer is rejected as QUESTION_TOO_LONG, free of charge). Not SQL. Be precise, not redundant: metric(s) + universe/filters + time range is enough; the server picks columns and thresholds. Put ticker lists in `symbols`, never in this text. If 100 words feels tight, you are bundling multiple questions — split them into separate calls (see mrmarket://capabilities for the split test)."
      • addedInput schema / properties / question / maxLength
        Added value: +4000
      • addedInput schema / properties / symbols
        Added value: +{
        +  "description": "Explicit ticker universe for this question (e.g., a screening batch). STRONGLY preferred over pasting long ticker lists into `question`: the list is applied mechanically as a symbol filter (exact, order-independent), keeps the question readable, and is cheaper. Phrase the question generically (\"Find every golden cross event…\") and put the tickers here.",
        +  "items": {
        +    "type": "string"
        +  },
        +  "maxItems": 2000,
        +  "type": "array"
        +}
  4. 8 tool updates
    • First observeddescribe_data
    • First observedfetch_page
    • First observedget_account_status
    • First observedget_symbols
    • First observedgetting_started
    • First observedquery_data
    • First observedrecent_queries
    • First observedreport_issue

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    F
    maintenance
    Provides derived financial intelligence for AI agents, including insider activity analysis, earnings surprises, institutional moves, stock screening with a proprietary composite value score, and macro indicators.
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Provides as-reported US equity fundamentals, live quotes, financial statements, valuation comps, and a screener from SEC filings, with per-cell filing provenance for citations.
    7
    MIT
  • A
    license
    A
    quality
    F
    maintenance
    QuantContext turns plain-English strategy descriptions into executable quant research by screening stocks, backtesting, and performing factor analysis using real market data.
    3
    9
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.