MCP.so
Sign In
U

UnquantVerifiedFeatured

@Streetbeat

About Unquant

Hosted financial-data MCP for AI agents: 28 tools for market and company data, financial news, macroeconomics, and US Congress disclosures. Streamable HTTP with an anonymous Free allowance plus OAuth. Delayed/end-of-day data, not real-time.

Connection details

https://unquant.ai/mcp

Setup

claude mcp add unquant --transport http https://unquant.ai/mcp

Tools

28

Return the service status. Use this tool to make sure that the Unquant MCP server can answer requests.

List available datasets with access, freshness, and coverage details. Use this tool before you select an unknown dataset.

Return the schema, filters, limits, freshness, and access details for one dataset identifier.

Search dataset identifiers, names, and descriptions. Use plain words that describe the required financial data.

List data, signals, tools, and workflows. Filter the catalog by the agent job, theme, item type, status, or geography.

Return the purpose, access state, inputs, and next action for one catalog entry.

Return a labeled preview for one catalog entry. If the task has known symbols, dates, or filters, supply realistic inputs.

If a missing tool, dataset, or feature blocks the task, save a product request. Examples include backtesting and options pricing. This request helps improve coverage. Do not include secrets or personal data.

Save demand for a catalog entry after a preview. Include the user goal and the action that the preview returns.

Return daily prices and volume for one ticker. Use a date range or request the latest trading sessions.

Return the latest available end-of-day price and volume for one ticker. This tool does not return a real-time quote.

Return the company name, industry, exchange, market value, and basic profile fields for one ticker.

Return reported financial statements, ratios, and metrics for one company. Select quarterly or annual periods.

Find ticker symbols by company name or ticker text. If the correct ticker is not known, use this tool.

Return the analyst rating consensus and recent rating changes for one ticker. The results are third-party opinions.

Return reported or scheduled earnings events in a date range. If a ticker is known, use the ticker filter.

Return the largest reported holdings for one ETF. If a minimum weight is required, use the weight filter.

Return economic events in chronological order for a date range. Filter the results by country code or impact level.

Return observations for one economic indicator. Use optional dates to limit the observation period.

Return recent news summaries for one ticker. The tool returns summaries and does not return full article text.

Return recent cross-market news summaries. If the result has more pages, use the cursor to continue.

Return generated direction, importance, and confidence scores for recent news about selected tickers. These scores do not establish causality.

Return one processed news summary by story identifier. The tool does not return full article text or external links.

Return generated themes for current United States macroeconomic conditions. The result includes its time and method version.

Return reported United States congressional transactions. Filter by ticker, member, asset owner, or transaction dates.

Return ticker-level totals from reported United States congressional transactions. The totals do not show current holdings or intent.

Create a human-reviewed Agent Pro request after Unquant delivers useful work. Return the confirmation link to the user.

Return the current state of an Agent Pro request. Use only an upgrade identifier from account.request_upgrade.

Overview

Unquant — hosted financial data MCP for AI agents

Unquant is a hosted remote Model Context Protocol (MCP) server operated by Streetbeat. Connect directly to https://unquant.ai/mcp over MCP Streamable HTTP; no local server or source installation is required.

What agents can access

  • 28 tool contracts and 22 dataset contracts, with 17 datasets currently available in the public contract catalog.
  • Market quotes and delayed/end-of-day price history.
  • Company profiles, fundamentals, analyst ratings, earnings, and ETF holdings.
  • Stock and general financial news, impact analysis, and article retrieval.
  • Macroeconomic calendars, indicators, and current-conditions data.
  • US Congress transaction disclosures and aggregate views.

Results expose dates, units, freshness, coverage, warnings, and billing metadata so agents can explain limitations instead of silently guessing.

Access and authentication

Anonymous use includes the Free allowance. OAuth Authorization Code with PKCE is available for persistent connections.

{
  "mcpServers": {
    "unquant": {
      "type": "http",
      "url": "https://unquant.ai/mcp"
    }
  }
}

Market data is delayed or end-of-day unless explicitly stated otherwise; Unquant is not a real-time market-data feed. Unquant provides information only, does not execute or route trades, and is not investment advice.

Documentation and examples

The production implementation is private. The public GitHub repository contains official examples and machine-readable contracts; it is not the production server source code.

Support: [email protected]

Frequently asked questions

What is the Unquant remote MCP server?

The Unquant remote MCP server is a hosted Model Context Protocol endpoint at https://unquant.ai/mcp, so AI assistants can connect to it without installing or running anything locally.

How do I connect to the Unquant MCP server?

Add the endpoint https://unquant.ai/mcp to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the Unquant MCP server require authentication?

No. Unquant's MCP server does not require authentication — you can connect directly with the endpoint URL.

Which transport does the Unquant MCP server use?

Unquant exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.

Comments