Tradematic Cloud MCP connector
Tradematic Cloud is an algorithmic trading platform that automates strategy execution and signal management. The Tradematic Cloud MCP connector allows AI agents to create and manage autofollow strategies, configure trading rules with the strategy builder, and monitor positions and signals across active strategies. It also supports retrieving strategy performance data and sending custom trading signals to execute automated trades.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the Tradematic Cloud MCP connector to perform the following actions:
- Automate algorithmic trading strategies across multiple accounts simultaneously
- Monitor and execute trading signals in real time without manual intervention
- Build custom trading rules using the strategy builder and deploy instantly
- Track positions, orders, and trades across all connected trading accounts
- Manage API keys and user access for secure multi-tenant trading operations
- Synchronize account activity with active strategies to prevent conflicts
- Close positions and cancel orders programmatically when market conditions change
Example prompts
Use the following example prompts to invoke Tradematic Cloud MCP connector tools from your AI assistant or Boomi Connect workflow:
Show me all active autofollow strategies in Tradematic Cloud.Create a new trading strategy in Tradematic Cloud with specific entry and exit rules.What positions does my strategy currently hold in Tradematic Cloud?List all open orders for my trading account in Tradematic Cloud.Send a buy signal to my autofollow strategy in Tradematic Cloud.Close all positions in my account through Tradematic Cloud.Retrieve the equity and cash balance history for my account in Tradematic Cloud.Register a new user and set up their trading account in Tradematic Cloud.Get the trading signals that were generated for my strategy this week in Tradematic Cloud.Place a new order in Tradematic Cloud with specific size and price parameters.
Tradematic Cloud MCP connector tools
The Tradematic Cloud MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| getAutofollowStrategies | Retrieves a list of all available autofollow trading strategies. |
| createAutofollowStrategies | Creates a new autofollow strategy with specified configuration settings. |
| getAutofollowStrategies2 | Retrieves details for a specific autofollow strategy by identifier. |
| updateAutofollowStrategies | Modifies an existing autofollow strategy's settings and properties. |
| updateAutofollowStrategiesContent | Updates the rules for a strategy created with the strategy builder. |
| getAutofollowStrategiesPositions | Retrieves all open positions held by a specific strategy. |
| getAutofollowStrategiesSignals | Retrieves trading signals generated by a specific strategy. |
| createAutofollowStrategiesSignals | Sends a new trading signal for an autofollow strategy to execute. |
| getBuilderRules | Retrieves a list of available rules for building trading strategies. |
| getBuilderRules2 | Retrieves details for a specific strategy builder rule by identifier. |
| getClientApikeys | Retrieves all API keys associated with the client account. |
| createClientApikeys | Generates a new API key for programmatic access. |
| deleteClientApikeys | Removes an API key from the client account. |
| getClientUsers | Retrieves a list of all users in the client account. |
| createClientUsersLogin | Authenticates a user and establishes a system session. |
| createClientUsersRegister | Creates a new user account in the system. |
| getClientUsers2 | Retrieves profile information for a specific user by identifier. |
| getCloudAccounts | Retrieves a list of all connected trading accounts. |
| getCloudAccounts2 | Retrieves details for a specific trading account by identifier. |
| createCloudAccountsCloseall | Closes all open positions in a trading account immediately. |
| getCloudAccountsOrders | Retrieves all pending and executed orders for a trading account. |
| createCloudAccountsOrders | Submits a new order to a trading account. |
| deleteCloudAccountsOrders | Cancels a pending order in a trading account. |
| getCloudAccountsSnapshots | Retrieves equity and cash balance snapshots for a trading account. |
| createCloudAccountsSync | Synchronizes a trading account with its active strategies. |
| getCloudAccountsTrades | Retrieves completed trades and trade history for a trading account. |
| getCloudCommands | Retrieves a list of all available system commands. |
| getCloudCommands2 | Retrieves details for a specific command by identifier. |
| getCloudConnections | Retrieves a list of all broker and exchange connections. |
| createCloudConnections | Establishes a new connection to a broker or exchange. |
| getCloudConnections2 | Get connection by ID. |
| updateCloudConnections | Update existing connection. |
| deleteCloudConnections | Delete connection by ID. |
| getCloudConnectors | Get available connectors list. |
| getCloudConnectors2 | Get connector by ID. |
| getCloudSessions | Get sessions list. |
| getCloudSessions2 | Get session by ID. |
| getCloudStrategies | Get list of active (executing) strategies. |
| createCloudStrategiesStart | Start a strategy execution for account. |
| getCloudStrategies2 | Get active (executing) strategy by ID. |
| createCloudStrategiesStop | Stop a strategy execution by ID. |
| getMarketdataMarkets | Get markets list. |
| getMarketdataMarkets2 | Get market by ID. |
| getMarketdataSymbols | Get symbols list. |
| getMarketdataSymbols2 | Get symbol by ID. |
| getMarketdataSymbolsHistdata | Get historical data for instrument. |
| getNewsNews | Get news list. |
| getNewsNews2 | Get news by ID. |
| getPing | Ping. |
| getTaskmanagerTasks | Get tasks list. |
| createTaskmanagerTasks | Create a new task. |
| getTaskmanagerTasks2 | Get task by ID. |
| getTaskmanagerTasksBymonths | Get backtest data for equity chart, grouped by months. |
| getTaskmanagerTasksByquarters | Get backtest data for equity chart, grouped by quarters. |
| getTaskmanagerTasksByyears | Get backtest data for equity chart, grouped by years. |
| getTaskmanagerTasksContribution | Get backtest symbol contribution data. |
| getTaskmanagerTasksDrawdown | Get data for drawdown chart. |
| getTaskmanagerTasksEquity | Get data for equity chart. |
| getTaskmanagerTasksEquitypct | Get data for equity chart (%). |
| getTaskmanagerTasksEquitypctsm | Get spared data for equity chart (%). |
| getTaskmanagerTasksFolder | Get task result folder name. |
| getTaskmanagerTasksPerformance | Get backtest statistics. |
| getTaskmanagerTasksResult | Get task result. |
| getTaskmanagerTasksResult2 | Get task result (version 2). |
| getTaskmanagerTasksStatus | Get task status. |
| getTaskmanagerTasksTrades | Get backtest trades list. |
| getTime | Get current server time. |