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 Unquant MCP server status for an availability check.

List available datasets with access, freshness, and coverage details for dataset selection.

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

Search dataset identifiers, names, and descriptions with a plain-language financial-data query.

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 with optional symbols, dates, and filters.

Save a product request for a missing tool, dataset, or feature. Examples include backtesting and options pricing. This request helps improve coverage.

Save demand for a catalog entry after a preview, with the user goal and the preview action.

Return daily prices and volume for one ticker by date range or latest trading-session count.

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 by quarterly or annual period.

Find ticker symbols by company name or ticker text for security identification.

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, with an optional ticker filter.

Return the largest reported holdings for one ETF, with an optional minimum weight filter.

Return economic events in chronological order for a date range, with optional country and impact filters.

Return observations for one economic indicator, with optional dates for 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 with cursor pagination.

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. The result contains a confirmation link.

Return the current state of an Agent Pro request by upgrade identifier.

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