← unquant.ai

INDIVIDUAL MCP TOOL

account_request_upgrade

Create a human-reviewed Agent Pro request after Unquant delivers useful work.

unquant.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://unquant.ai/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

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_describe — Return the schema, filters, limits, freshness, and access details for one dataset identifier.
  • 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.