← Registry

Data Collection

torque.fi

Provides financial data retrieval including live market quotes, unified portfolio tracking, and desk/calendar information.

1 endpoint7 known toolsFirst detected September 7, 2026Last detected September 7, 2026

ENDPOINT 1

https://app.torque.fi/api/mcp

No auth detected

MCP server metadata

Name
torque
Version
1.0.0
Capabilities
toolsresourcespromptslogging
Server instructions

Torque is a unified portfolio and market intelligence server for agents. Use the read tools to pull the book, desk, calendar, prices, and rates. Users see one unified balance — we route automatically. Do not ask them to pick a network. Paid tools need a Torque sign-in (OAuth) or Authorization: Bearer sk_live_… from Settings → Torque API. Torque Pro unlocks the unified book, desk, and tape. Quotes, rates, and the calendar work on a standard seat. This is not pay-per-call. Start at https://app.torque.fi/mcp

Known tools 7

health

Liveness probe.

Inferred read-only
capabilities

What this server can do: tool list, billing (Pro seat + execution bps, not pay-per-call), and how to mint a key.

Potential side effects
read_portfolio

Unified portfolio for a wallet — one balance across cash, stocks, and crypto.

Inferred read-only
read_intelligence

Desk and calendar.

Inferred read-only
read_market

Live USD quotes for tickers (BTC, NVDA, EUR, …).

Inferred read-only
read_rates

Yield and lend/borrow rates.

Inferred read-only
read_tape

Happening Now — timely market tape.

Inferred read-only

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.torque]
url = "https://app.torque.fi/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "torque": {
      "type": "http",
      "url": "https://app.torque.fi/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: torque
Remote MCP URL: https://app.torque.fi/api/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": {
    "torque": {
      "url": "https://app.torque.fi/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "torque": {
      "type": "http",
      "url": "https://app.torque.fi/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "torque",
  "transport": "streamable-http",
  "url": "https://app.torque.fi/api/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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.