Data Collection
unquant.ai
Provides a catalog and search interface for financial datasets, including metadata, availability, and access details.
ENDPOINT 1
https://unquant.ai/mcp
MCP server metadata
- Name
- unquant
- Version
- 1.26.0
Unquant returns read-only financial data for agents. If the required tool is not known, use datasets_search. Use YYYY-MM-DD for calendar days. Each data result contains data, meta, warnings, and billing fields. Read the warnings before you interpret a result.
Known tools 28
datasets_listList available datasets with access, freshness, and coverage details for dataset selection.
Inferred read-onlydatasets_describeReturn the schema, filters, limits, freshness, and access details for one dataset identifier.
Inferred read-onlydatasets_searchSearch dataset identifiers, names, and descriptions with a plain-language financial-data query.
Inferred read-onlycatalog_describeReturn the purpose, access state, inputs, and next action for one catalog entry.
Inferred read-onlycatalog_previewReturn a labeled preview for one catalog entry with optional symbols, dates, and filters.
Inferred read-onlycatalog_requestSave demand for a catalog entry after a preview, with the user goal and the preview action.
Inferred read-onlymarket_price_historyReturn daily prices and volume for one ticker by date range or latest trading-session count.
Inferred read-onlymarket_quoteReturn the latest available end-of-day price and volume for one ticker.
Inferred read-onlymarket_company_profileReturn the company name, industry, exchange, market value, and basic profile fields for one ticker.
Inferred read-onlymarket_fundamentalsReturn reported financial statements, ratios, and metrics for one company by quarterly or annual period.
Inferred read-onlymarket_symbol_searchFind ticker symbols by company name or ticker text for security identification.
Inferred read-onlymarket_analyst_ratingsReturn the analyst rating consensus and recent rating changes for one ticker.
Inferred read-onlymarket_earningsReturn reported or scheduled earnings events in a date range, with an optional ticker filter.
Inferred read-onlymarket_etf_holdingsReturn the largest reported holdings for one ETF, with an optional minimum weight filter.
Inferred read-onlymacro_calendarReturn economic events in chronological order for a date range, with optional country and impact filters.
Inferred read-onlymacro_indicatorReturn observations for one economic indicator, with optional dates for the observation period.
Inferred read-onlynews_impactsReturn generated direction, importance, and confidence scores for recent news about selected tickers.
Inferred read-onlymacro_current_conditionsReturn generated themes for current United States macroeconomic conditions.
Inferred read-onlypolitics_us_congress_tradesReturn reported United States congressional transactions.
Inferred read-onlypolitics_us_congress_aggregateReturn ticker-level totals from reported United States congressional transactions.
Inferred read-onlyaccount_request_upgradeCreate a human-reviewed Agent Pro request after Unquant delivers useful work.
Potential side effectsaccount_upgrade_statusReturn the current state of an Agent Pro request by upgrade identifier.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.unquant]
url = "https://unquant.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"unquant": {
"type": "http",
"url": "https://unquant.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: unquant
Remote MCP URL: https://unquant.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"unquant": {
"url": "https://unquant.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"unquant": {
"type": "http",
"url": "https://unquant.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "unquant",
"transport": "streamable-http",
"url": "https://unquant.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.