Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. Mrmarket.ai
M
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 10:59:22 PM

Mrmarket.ai

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository3 GitHub StarsTotal stargazers on GitHub for the source repository (3 stars).Visit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "mrmarket-ai": {
      "command": "npx",
      "args": [
        "-y",
        "https://mrmarket.ai"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Tool Schemas (8) Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Capabilities & Tool Schemas (8) ~288 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Mrmarket.ai.

query_data

The workhorse. A natural-language financial question in; structured rows and columns out. Screens, rankings, comparisons, time-series, cohort studies, and event studies are all single calls.

fetch_page

The continuation. When a `query_data` result is too large for one response, page 1 comes back with a `pagination.next_cursor`; pass that cursor to `fetch_page` to retrieve the rest. It runs no new query, so it never costs credits β€” the original `query_data` is charged once.

describe_data

The data catalog. Browse categories and fields, or search for a specific metric, before composing a question.

get_symbols

Fast ticker, sector, and industry resolution. Name to ticker, sector membership, or the full universe in under 50ms.

getting_started

A structured orientation tour with verified example prompts, grouped by use case.

recent_queries

Your recent queries, for context and re-runs.

Documentation Overview

mrmarket.ai MCP server

A purpose-built analytical engine for financial research, exposed over MCP. Ask hard questions about US-listed equities in plain English and get structured, reproducible results back.

mrmarket.ai is a remote MCP server. Connect it to Claude, ChatGPT, or Gemini and your assistant gains a dedicated engine for resolving financial questions against clean, structured market data. It is not a language model with a database bolted on, and it is not an API wrapper. You describe the analysis; the engine computes it and returns rows, columns, and the assumptions it applied.

The interesting questions in equity research require joins that no single API endpoint will run for you. "Stocks where insiders bought over $1M, free cash flow grew four quarters running, and the price sits below the 200-day moving average" spans insider filings, quarterly cash flow statements, and daily prices at once. mrmarket.ai is built for exactly that class of question.


Why it is different

  • Computed, not predicted. Answers are derived from the underlying data, not generated from a model's recollection. The same question returns the same answer every time.
  • Cross-dataset by design. Fundamentals, prices, earnings, and insider activity are resolved together in a single question, with time dimensions aligned across differing data frequencies.
  • Point-in-time aware. Historical and as-of questions respect the information available on the date in question, so backward-looking studies do not leak future data.
  • Built to fail loud. When a question falls outside coverage, the engine returns an explicit error rather than fabricating a plausible number.
  • Transparent. Every result carries the assumptions and defaults that were applied, so they can be inspected and adjusted.

Connect

mrmarket.ai is a remote MCP server reachable at:

Code
https://mcp.mrmarket.ai/mcp

Each connection is tied to a free account so that credit balance and rate limits apply correctly. Authorization happens over OAuth on first use. Create an account and manage connections at mrmarket.ai/connect.

Claude Code

Terminal
claude mcp add --transport http mrmarket https://mcp.mrmarket.ai/mcp

Claude Desktop

Open Settings, go to Connectors, choose Add custom connector, and paste the endpoint:

Code
https://mcp.mrmarket.ai/mcp

Claude prompts for authorization on first use. Note that editing claude_desktop_config.json by hand does not work for this server; that file only accepts local, command-based servers, and mrmarket.ai is remote.

ChatGPT

In Settings, open Connectors, choose Add custom connector, and point it at the same endpoint.

Gemini

Add it as a remote MCP extension when prompted by Gemini's MCP onboarding, using the same endpoint.


Tools

ToolCostPurpose
query_datameteredThe workhorse. A natural-language financial question in; structured rows and columns out. Screens, rankings, comparisons, time-series, cohort studies, and event studies are all single calls.
fetch_pagefreeThe continuation. When a query_data result is too large for one response, page 1 comes back with a pagination.next_cursor; pass that cursor to fetch_page to retrieve the rest. It runs no new query, so it never costs credits β€” the original query_data is charged once.
describe_datafreeThe data catalog. Browse categories and fields, or search for a specific metric, before composing a question.
get_symbolsfreeFast ticker, sector, and industry resolution. Name to ticker, sector membership, or the full universe in under 50ms.
getting_startedfreeA structured orientation tour with verified example prompts, grouped by use case.
recent_queriesfreeYour recent queries, for context and re-runs.
get_account_statusfreeConnected account, plan tier, credit balance, and rate limits. A useful first call in any new session.
report_issuefreeFlag a result that looks wrong or a feature that is missing. Pass the query_id from the response so the trace can be investigated.

Seven of the eight tools cost zero credits. Only query_data consumes credits, priced by query complexity. Start with getting_started or describe_data, then move to query_data.


What you can ask

Every prompt below resolves in a single query_data call. Phrase questions the way an analyst would speak them, not as a list of column filters.

Screens

Code
Technology stocks with ROIC above 20%, debt-to-equity below 0.5, and 5-year revenue CAGR above 10%.
Healthcare companies with positive free cash flow and gross margin above 50%.
Companies with four consecutive quarters of growing free cash flow.

Rankings

Code
Top 20 stocks by ROIC, excluding financials.
Top 15 companies by smoothness of year-over-year revenue growth over the last five fiscal years.
Bottom 10 consumer discretionary stocks by 1-year total return.

Comparisons

Code
Compare AAPL, MSFT, and GOOGL on revenue and net income over the last five years.
AMZN versus WMT operating margin trend over the last decade.
NVDA quarterly EPS surprise history.

Cohort-relative analysis

Code
Stocks whose ROIC is at least one standard deviation above their sector average.
Companies with a net profit margin more than twice their sector average.
Companies with revenue growth in the top quartile of their industry.

Time-series and overlays

Code
AAPL daily closes for the last five years with earnings dates overlaid.
MSFT price with insider buy and sell markers over the past two years.
50-day and 200-day moving averages for TSLA.

Event studies

Code
Average 30-day return after companies beat earnings by more than 10 percent.
Forward 3-month returns following insider purchases above $1M, grouped by sector.
Across the large-cap universe, the correlation between monthly insider purchase count and the next 3-month return.

Multi-step research, driven by your assistant

Larger studies decompose into several calls that your assistant orchestrates while mrmarket.ai supplies the ground truth at each step:

Code
For every large-cap stock that gapped down 5 percent or more after earnings in the
past two years, what is the 30, 60, and 90-day recovery rate, and is it statistically
significant against random 90-day windows?
Code
Backtest this signal: buy stocks with insider purchases above $500K within 30 days
before earnings that then beat EPS estimates, hold for 63 trading days, and report
CAGR, maximum drawdown, and win rate against buying every post-beat stock.
Code
Build a pre-earnings watchlist: companies reporting in the next two weeks where
insiders bought in the last 90 days, the stock trades below its 200-day moving
average, and they beat estimates last quarter.

Coverage

Universe11,000+ US-listed stocks and ETFs (NYSE, NASDAQ, AMEX)
History20+ years of financials on US equities
Response timeUnder 10 seconds for typical questions

Data spans daily adjusted prices, annual and quarterly financial statements (income statement, balance sheet, cash flow), earnings actuals against estimates, insider transactions, and valuation snapshots, alongside computed metrics such as ROIC, free cash flow, debt-to-equity, ROE, margins, returns, and earnings surprise. Sourced with point-in-time accuracy and curated for cross-dataset queries.

Scope

mrmarket.ai is a research and analysis layer, not a brokerage and not a real-time feed. Prices are end-of-day. The following are out of scope: intraday and tick data, options chains, news and transcript text, raw filing text, macro series, FX, crypto, bonds, and futures. When a question reaches an edge, the engine reports it rather than guessing.


Troubleshooting

Every query_data response carries a stable error_code, plus warnings and assumptions arrays that explain how the question was interpreted. Read those first; they usually point at the cause.

SymptomWhat it meansWhat to do
QUERY_NOT_UNDERSTOODThe question was ambiguous or referenced an unsupported metric.Rephrase with specifics (period type, time range, ranking criterion). Use describe_data to confirm a field exists.
RATE_LIMITEDYou hit your tier's per-minute or per-day cap.Wait briefly, or check get_account_status for your exact limits.
INSUFFICIENT_CREDITSYour credit balance is exhausted.Top up or upgrade at mrmarket.ai. Not a fault, no retry needed.
SCHEMA_DRIFTA data field is temporarily unavailable (mid-update).Rephrase without the affected scope and try again.
INVALID_CURSOR / SNAPSHOT_EXPIREDA fetch_page cursor was malformed or its result snapshot aged out (snapshots live ~15 minutes).Re-run the original query_data question to get a fresh result and cursor.
BILLING_UNAVAILABLE / SERVICE_ERRORA transient server-side issue.Retry once; the retryable flag will be set.
Empty result on a screenFilters were too tight.Loosen one threshold (e.g. ROIC > 15% instead of 25%) or widen the time range.
A result looks wrongAn assumption or default may not match your intent.Read the assumptions array. If it still looks wrong, file it with report_issue (include the query_id).

For a guided tour of capabilities, limits, and worked examples at any time, call the free getting_started tool.

Support

  • Report a wrong result, bug, or feature request with the report_issue tool. Pass the query_id from the response so the exact run can be investigated. This is the fastest path because it links directly to the query trace.
  • Email: support@mrmarket.ai

Links

  • Product and sign-up: mrmarket.ai
  • Connect your assistant: mrmarket.ai/connect
  • Endpoint: https://mcp.mrmarket.ai/mcp

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Alpha Vantage Mcp logoAlpha Vantage Mcp

    Alpha Vantage API integration to fetch both stock and crypto information

    πŸ’° Finance & Fintech3 views
    Compare vs Alpha Vantage Mcp β†’
  • Mcp Server Ledger logoMcp Server Ledger

    A ledger-cli integration for managing financial transactions and generating reports.

    πŸ’° Finance & Fintech1 views
    Compare vs Mcp Server Ledger β†’
  • Optionsahoy Mcp logoOptionsahoy Mcp

    Multi-year equity-compensation optimization engine: returns the globally-optimal ISO/AMT exercise schedule, NSO sell-vs-hold decision, RSU vest plan, single-stock concentration sell-down, protective put / zero-cost collar pricing, and Section 1202 QSBS qualification verdict. Covers full federal tax code plus all 50 states + DC (ordinary brackets, long-term capital gains treatment, state AMT for CA/CO/CT/MN, FICA, NIIT). Remote HTTP MCP at https://optionsahoy.com/mcp (no auth, no install). Six tools, same engine as the in-browser calculators at optionsahoy.com/tools.

    πŸ’° Finance & Fintech2 views
    Compare vs Optionsahoy Mcp β†’
  • Oathscore logoOathscore

    The trust layer for AI trading agents. Real-time world state (exchange status, VIX/VVIX/SKEW, economic events) in one call, plus independent quality ratings (0-100) for financial data APIs. 8 MCP tools.

    πŸ’° Finance & Fintech2 views
    Compare vs Oathscore β†’

Frequently Asked Questions about Mrmarket.ai

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "mrmarket-ai": { "command": "npx", "args": ["-y", "mrmarket.ai"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMrmarket.ai AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/mrmarket-ai?style=directory)](https://allmcps.com/mcp/mrmarket-ai)
HTML Embed
<a href="https://allmcps.com/mcp/mrmarket-ai"><img src="https://allmcps.com/api/badge/mrmarket-ai?style=directory" alt="Mrmarket.ai on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSSE (Remote)
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars3
GitHub Star CountTotal stargazers on GitHub representing community popularity (3 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 19, 2026
51Quality signal: Good Β· 51/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools25/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to Mrmarket.ai β†’Install in Claude DesktopInstall in CursorInstall in VS Code