Data Collection
torque.fi
Provides financial data retrieval including live market quotes, unified portfolio tracking, and desk/calendar information.
ENDPOINT 1
https://app.torque.fi/api/mcp
MCP server metadata
- Name
- torque
- Version
- 1.0.0
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
capabilitiesWhat this server can do: tool list, billing (Pro seat + execution bps, not pay-per-call), and how to mint a key.
Potential side effectsread_portfolioUnified portfolio for a wallet — one balance across cash, stocks, and crypto.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.