Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent endpoint
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.toreva-com]
url = "https://gateway.toreva.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"toreva-com": {
"type": "http",
"url": "https://gateway.toreva.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: toreva-com
Remote MCP URL: https://gateway.toreva.com/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": {
"toreva-com": {
"url": "https://gateway.toreva.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"toreva-com": {
"type": "http",
"url": "https://gateway.toreva.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "toreva-com",
"transport": "streamable-http",
"url": "https://gateway.toreva.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
toreva_strategies— Browse toreva's locked Day 1 strategy delivery contract for Solana.toreva_primitives— Discover toreva's full evidence-gated Solana primitive universe, mapped by family, skill access point, readiness state, venue/provider plan, pricing class, and public executable status.toreva_earn— Deploy idle USDC to the highest-yield DeFi lending strategy on Solana.toreva_perps_long— Open a long perpetual futures position on Solana.toreva_perps_short— Open a short perpetual futures position on Solana.toreva_perps_close— Close a perpetual futures position.toreva_perps_add_margin— Add margin to a perpetual futures position.toreva_perps_remove_margin— Remove margin from a perpetual futures position.