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 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_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.toreva_perps_cancel_order— Cancel an open perpetual futures order.