Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by pacifica-fi • Automation & Orchestration
An MCP server integration for the Claude Desktop application.
Configure MCP servers with the Claude Desktop application.
Execute specific commands using an MCP server.
Integrate Claude Desktop into their workflow with server connectivity.
This repository provides the necessary configurations to integrate an MCP server with Claude Desktop. It is designed to handle specific commands and environment settings, allowing seamless communication between Claude Desktop and the MCP server. This setup is beneficial for streamline connectivity and command execution.
Retrieves user account information, including current balance and fee level. Returns the account balance and current fee tier. Example response: { "balance": "2000.000000", "feeLevel": 0 }
Updates the leverage multiplier for a specific trading pair. Allows users to change leverage for specific trading pairs (such as BTC, ETH, etc.), affecting the size of positions that can be opened. Each trading pair has a maximum leverage limit. Example: To set BTC leverage to 10x, use { "symbol": "BTC", "leverage": 10 }
Switches between isolated and cross margin modes for a specific trading pair. Isolated mode limits risk to the position, while cross mode uses the entire account balance as margin. Example: To set ETH to isolated margin, use { "symbol": "ETH", "is_isolated": true }
Retrieves user account settings, including leverage multipliers and margin modes for various trading pairs. Example response: [{ "createdAt": "2025-03-25T16:00:37.600487Z", "isolated": true, "leverage": 30, "symbol": "ETH", "updatedAt": "2025-03-25T16:00:38.280350Z" }]
Withdraws funds from the exchange account. Users can specify the withdrawal amount and submit a signed request. Example: To withdraw 100 units, use { "amount": 100 }
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.