Skip to main content
Feedback

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.

ToolDescription
getAutofollowStrategiesRetrieves a list of all available autofollow trading strategies.
createAutofollowStrategiesCreates a new autofollow strategy with specified configuration settings.
getAutofollowStrategies2Retrieves details for a specific autofollow strategy by identifier.
updateAutofollowStrategiesModifies an existing autofollow strategy's settings and properties.
updateAutofollowStrategiesContentUpdates the rules for a strategy created with the strategy builder.
getAutofollowStrategiesPositionsRetrieves all open positions held by a specific strategy.
getAutofollowStrategiesSignalsRetrieves trading signals generated by a specific strategy.
createAutofollowStrategiesSignalsSends a new trading signal for an autofollow strategy to execute.
getBuilderRulesRetrieves a list of available rules for building trading strategies.
getBuilderRules2Retrieves details for a specific strategy builder rule by identifier.
getClientApikeysRetrieves all API keys associated with the client account.
createClientApikeysGenerates a new API key for programmatic access.
deleteClientApikeysRemoves an API key from the client account.
getClientUsersRetrieves a list of all users in the client account.
createClientUsersLoginAuthenticates a user and establishes a system session.
createClientUsersRegisterCreates a new user account in the system.
getClientUsers2Retrieves profile information for a specific user by identifier.
getCloudAccountsRetrieves a list of all connected trading accounts.
getCloudAccounts2Retrieves details for a specific trading account by identifier.
createCloudAccountsCloseallCloses all open positions in a trading account immediately.
getCloudAccountsOrdersRetrieves all pending and executed orders for a trading account.
createCloudAccountsOrdersSubmits a new order to a trading account.
deleteCloudAccountsOrdersCancels a pending order in a trading account.
getCloudAccountsSnapshotsRetrieves equity and cash balance snapshots for a trading account.
createCloudAccountsSyncSynchronizes a trading account with its active strategies.
getCloudAccountsTradesRetrieves completed trades and trade history for a trading account.
getCloudCommandsRetrieves a list of all available system commands.
getCloudCommands2Retrieves details for a specific command by identifier.
getCloudConnectionsRetrieves a list of all broker and exchange connections.
createCloudConnectionsEstablishes a new connection to a broker or exchange.
getCloudConnections2Get connection by ID.
updateCloudConnectionsUpdate existing connection.
deleteCloudConnectionsDelete connection by ID.
getCloudConnectorsGet available connectors list.
getCloudConnectors2Get connector by ID.
getCloudSessionsGet sessions list.
getCloudSessions2Get session by ID.
getCloudStrategiesGet list of active (executing) strategies.
createCloudStrategiesStartStart a strategy execution for account.
getCloudStrategies2Get active (executing) strategy by ID.
createCloudStrategiesStopStop a strategy execution by ID.
getMarketdataMarketsGet markets list.
getMarketdataMarkets2Get market by ID.
getMarketdataSymbolsGet symbols list.
getMarketdataSymbols2Get symbol by ID.
getMarketdataSymbolsHistdataGet historical data for instrument.
getNewsNewsGet news list.
getNewsNews2Get news by ID.
getPingPing.
getTaskmanagerTasksGet tasks list.
createTaskmanagerTasksCreate a new task.
getTaskmanagerTasks2Get task by ID.
getTaskmanagerTasksBymonthsGet backtest data for equity chart, grouped by months.
getTaskmanagerTasksByquartersGet backtest data for equity chart, grouped by quarters.
getTaskmanagerTasksByyearsGet backtest data for equity chart, grouped by years.
getTaskmanagerTasksContributionGet backtest symbol contribution data.
getTaskmanagerTasksDrawdownGet data for drawdown chart.
getTaskmanagerTasksEquityGet data for equity chart.
getTaskmanagerTasksEquitypctGet data for equity chart (%).
getTaskmanagerTasksEquitypctsmGet spared data for equity chart (%).
getTaskmanagerTasksFolderGet task result folder name.
getTaskmanagerTasksPerformanceGet backtest statistics.
getTaskmanagerTasksResultGet task result.
getTaskmanagerTasksResult2Get task result (version 2).
getTaskmanagerTasksStatusGet task status.
getTaskmanagerTasksTradesGet backtest trades list.
getTimeGet current server time.
On this Page