← unquant.ai

INDIVIDUAL MCP TOOL

datasets_describe

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

unquant.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://unquant.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for datasets_describe and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

unquant.ai

CONNECT 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.

Related tools

  • ping — Return the Unquant MCP server status for an availability check.
  • datasets_list — List available datasets with access, freshness, and coverage details for dataset selection.
  • datasets_search — Search dataset identifiers, names, and descriptions with a plain-language financial-data query.
  • catalog_list — List data, signals, tools, and workflows.
  • catalog_describe — Return the purpose, access state, inputs, and next action for one catalog entry.
  • catalog_preview — Return a labeled preview for one catalog entry with optional symbols, dates, and filters.
  • feedback_submit — Save a product request for a missing tool, dataset, or feature.
  • catalog_request — Save demand for a catalog entry after a preview, with the user goal and the preview action.