For the complete documentation index, see llms.txt. This page is also available as Markdown.

🧰Tool reference

Every tool the MCP server publishes, grouped by toolset. You do not have to memorise any of this. The assistant picks the right tool from your question. The list is here so you can see exactly what an assistant is able to reach before you connect it.

Type
Meaning

read

Only reads. Available on every connection, including read only ones.

write

Changes something. Needs a read write credential and, on OAuth, the matching scope. Removed entirely on a /readonly endpoint.

reference and docs are part of every connection. All other toolsets have to be selected, see endpoints and toolsets.

accounts

Tool
Type
What it does

metacopier_get_account

read

Returns one trading account by id

metacopier_get_account_creation_status

read

Returns the state of an account creation that was started asynchronously

metacopier_get_account_information

read

Returns the live broker state of one account: connection, margin, leverage, floating profit and today's, this week's and this month's result

metacopier_get_account_performance

read

Returns headline performance metrics of one account: win rate, profit factor, expectancy, drawdown, streaks and average trade size

metacopier_get_configuration_summary

read

Lists every account with its copier state in one call: whether it has active, disabled or monitor only copiers, and whether it runs on a dedicated IP

metacopier_list_account_features

read

Lists the features enabled on one account with their configuration

metacopier_list_accounts

read

Lists the trading accounts in the caller's project with account type, connection status, balance and equity

metacopier_list_equity_history

read

Lists sampled balance, equity and floating profit readings of one account over time

metacopier_list_master_accounts

read

Lists the master accounts of the project together with the slave accounts that copy from them

metacopier_list_risk_limits

read

Lists the risk limits configured on one account, including the limit type, the threshold and whether it closes all open positions when hit

metacopier_list_slave_accounts

read

Lists the accounts that copy from the given master account

metacopier_create_account

write

Connects a new trading account to the project

metacopier_create_account_feature

write

Adds a feature to one account, which is how filters, trading windows, news filters and the rest of the account behaviour are configured

metacopier_create_risk_limit

write

Creates a risk limit on one account, for example a daily loss cap

metacopier_delete_account

write

Removes a trading account from the project

metacopier_delete_account_feature

write

Removes a feature from one account

metacopier_delete_risk_limit

write

Deletes one risk limit from an account

metacopier_reconnect_account

write

Drops and rebuilds the broker connection of one account

metacopier_rename_account

write

Changes the display name of one account

metacopier_reset_profit_target

write

Resets the counter behind one profit target feature, so it starts measuring again from now

metacopier_reset_risk_limit

write

Resets the counter behind one risk limit, so a limit that already tripped starts measuring again from now

metacopier_start_account

write

Starts one account so it connects to the broker and its copiers run

metacopier_stop_account

write

Stops one account

metacopier_update_account_feature

write

Changes named settings on a feature of one account

metacopier_update_risk_limit

write

Changes named settings on one risk limit, for example the threshold, the reset time or whether it is active

templates

Tool
Type
What it does

metacopier_get_template_revision

read

Returns the metadata of one stored template revision

metacopier_list_account_templates

read

Lists the account templates of a project, with the current revision, how many accounts are linked and whether any need attention

metacopier_list_template_linked_accounts

read

Lists the accounts linked to one template and the revision each of them last received, so drift is visible

metacopier_list_template_revisions

read

Lists the revision history of one account template: which revision was saved when and by whom

metacopier_apply_account_template

write

Applies one account template to an account, which overwrites the account's copier and feature configuration with what the template says

metacopier_create_account_template

write

Creates an account template in a project, which is a saved set of account settings that can be applied to accounts later

metacopier_delete_account_template

write

Deletes an account template from a project

metacopier_update_account_template

write

Changes named fields on one account template

copiers

Tool
Type
What it does

metacopier_get_copier

read

Returns one copy relation with its full configuration

metacopier_get_copier_symbol_mappings

read

Returns the symbol mappings currently in effect for one copier

metacopier_list_copier_features

read

Lists the features enabled on one copier with their configuration

metacopier_list_copiers

read

Lists the copy relations of one account: source, scaling mode, multiplier, lot limits and whether the copier is active or monitor only

metacopier_list_project_symbol_mappings

read

Lists the project wide symbol mapping rules

metacopier_create_copier

write

Creates a copier that copies trades from a master account onto one slave account

metacopier_create_copier_feature

write

Adds a feature to one copier. Cooldowns, profit and drawdown targets, spread and news filters, trading windows, symbol permissions and trailing stops are features rather than copier settings, so they are added here

metacopier_create_symbol_mapping

write

Creates a project symbol mapping, which tells copiers that a symbol on the master corresponds to a differently named symbol on the slave

metacopier_delete_copier

write

Deletes one copier from an account

metacopier_delete_copier_feature

write

Removes a feature from one copier. Turning the behaviour off with metacopier_update_copier does not work, because none of it is a setting on the copier

metacopier_delete_symbol_mapping

write

Deletes one project symbol mapping

metacopier_reset_masaniello

write

Resets the progression of one Masaniello feature back to its first step, either for every symbol or for one named symbol

metacopier_resync_copier

write

Rebuilds the link between the positions on the source account and the positions on this copier's target account

metacopier_set_copiers_state

write

Sets every copier that feeds this account to the same state at once

metacopier_update_copier

write

Changes named settings on one copier, for example the multiplier, the lot size caps or whether it is active

metacopier_update_copier_feature

write

Changes named settings on a feature of one copier. Reads the feature first and preserves every setting not named in the changes

metacopier_update_symbol_mapping

write

Changes named fields on one project symbol mapping, for example the target symbol or the priority

strategies

Tool
Type
What it does

metacopier_get_strategy

read

Returns one signal strategy of a project

metacopier_list_strategies

read

Lists the signal strategies of a project

metacopier_list_strategy_copiers

read

Lists the copiers that consume one strategy

metacopier_create_strategy

write

Creates a strategy in a project

metacopier_create_strategy_copier

write

Creates a copier that copies trades from a master account onto a project strategy rather than onto a single account

metacopier_delete_strategy

write

Deletes a strategy from a project

metacopier_delete_strategy_copier

write

Deletes one copier from a project strategy

metacopier_resync_strategy_copier

write

Rebuilds the position link for one copier that runs off a project strategy

metacopier_update_strategy

write

Changes named fields on one project strategy: its name, whether it is active, and the key it is listed under

metacopier_update_strategy_copier

write

Changes named settings on one copier that runs off a project strategy rather than off a second account

trading

Tool
Type
What it does

metacopier_get_quote

read

Returns the current bid and ask of one symbol on one account

metacopier_get_symbol

read

Returns the broker specification of one symbol

metacopier_list_history_positions

read

Lists the closed positions of one account in a time range

metacopier_list_open_positions

read

Lists the currently open positions and pending orders of one account

metacopier_list_symbols

read

Lists the symbols the broker of this account offers, with contract size, volume steps and whether trading is disabled

metacopier_close_all_positions

write

Closes every open position on one account and cancels every pending order on it

metacopier_close_position

write

Closes one open position or cancels one pending order

metacopier_modify_position

write

Changes the stop loss, the take profit, the volume or the entry price of one open position or pending order

metacopier_open_position

write

Opens a position on one account, or places a pending order, and waits for the core to accept it

metacopier_send_order

write

Places the same order as metacopier_open_position but returns the moment the core has taken it, without waiting for the broker

reports

Tool
Type
What it does

metacopier_generate_performance_report

read

Builds a performance report over a period for a set of accounts, projects or features, with balance, equity, drawdown and net profit per account

metacopier_get_cost_forecast

read

Returns the forecast cost of the current billing period, broken down by position

metacopier_list_invoices

read

Lists the invoices of a project

metacopier_list_transactions

read

Lists the balance movements of a project

logs

Tool
Type
What it does

metacopier_list_account_audit_logs

read

Lists the API calls made against one account: endpoint, status code and duration

metacopier_list_account_logs

read

Lists the log lines of one account

metacopier_list_project_audit_logs

read

Lists the API calls made against the project

metacopier_list_project_logs

read

Lists project level log lines, for example billing and account provisioning events

metacopier_list_signal_follower_audit_logs

read

Lists the configuration changes made to one follower account of a signal provider: who changed what and when

metacopier_list_signal_follower_logs

read

Lists the operational log of one follower account of a signal provider

metacopier_acknowledge_logs

write

Marks project log entries as read

news

Tool
Type
What it does

metacopier_backtest_news_filter

read

Replays a news filter setting over the trades this account already closed and reports which of them would have been skipped and what that would have cost or saved

metacopier_get_calendar_exposure

read

Returns the upcoming calendar events the currently open positions are exposed to, with the volume, margin and floating profit at risk per event

metacopier_get_calendar_heatmap

read

Returns the event load per currency and day as a grid, so a week can be ranked by how crowded it is before deciding when to trade

metacopier_get_economic_calendar

read

Returns economic calendar events in a time range, filterable by currency, country and impact

metacopier_get_economic_calendar_event

read

Returns one economic calendar event with actual, forecast and previous values

metacopier_get_indicator_history

read

Returns the past releases of the indicator behind one calendar event, with actual, forecast and previous values and the surprise each release scored

metacopier_get_rate_outlook

read

Returns the current policy rate of each central bank, the next rate decision and the change the market expects

metacopier_get_surprise_index

read

Returns how often each currency beat or missed its forecast recently, with the average surprise in standard deviations

metacopier_list_bank_holidays

read

Lists bank holidays in a date range

metacopier_list_calendar_alert_rules

read

Lists the standing rules that arm calendar reminders automatically, for example \

metacopier_list_calendar_alerts

read

Lists the calendar reminders that have not fired yet, both the ones armed by hand and the ones a rule created

metacopier_list_market_news

read

Returns market news articles with sentiment and affected currencies

metacopier_preview_news_filter

read

Shows the blackout windows a news filter setting would produce for the given symbols, without changing anything

metacopier_add_news_bookmark

write

Saves one market news article

metacopier_create_calendar_alert

write

Arms a reminder for one economic calendar event that the user names, such as the next ECB rate decision

metacopier_create_calendar_alert_rule

write

Creates a standing rule that arms reminders automatically, for example 30 minutes before every high impact USD event

metacopier_delete_calendar_alert

write

Disarms one calendar reminder

metacopier_delete_calendar_alert_rule

write

Deletes a standing calendar alert rule

metacopier_remove_news_bookmark

write

Removes one saved market news article

marketplace

Tool
Type
What it does

metacopier_get_investor_trader

read

Returns one trader of the investor program

metacopier_get_investor_trader_performance

read

Returns the performance metrics of one trader in the investor program: win rate, profit factor, drawdown and the rest of the scorecard

metacopier_get_signal_earnings

read

Returns the earnings summary of a signal provider: follower count, gross and net amounts and the MetaCopier fee share

metacopier_get_signal_follower_performance

read

Returns the performance metrics of one follower account of a signal provider: win rate, profit factor, drawdown and the rest of the scorecard

metacopier_list_investor_trader_history

read

Lists the closed positions one trader of the investor program published in a time range

metacopier_list_investor_traders

read

Lists the traders available in the investor program, with their headline drawdown limit and current status

metacopier_list_marketplace_signals

read

Lists the signal providers offered on the MetaCopier marketplace, with their pricing and subscription model

metacopier_list_signal_follower_accounts

read

Lists the follower accounts subscribed to a signal provider

metacopier_list_signal_follower_positions

read

Lists the open positions of one follower account of a signal provider, as the provider sees them

metacopier_list_signal_history_positions

read

Lists the closed positions a signal provider published in a time range

metacopier_list_signal_symbols

read

Lists the symbols a signal provider trades, as they resolve on one follower account

metacopier_list_subscribed_signals

read

Lists the signal providers this project may follow, with the terms of each subscription

metacopier_list_traders

read

Lists the traders this project publishes, with their headline drawdown limit and status

dashboards

Tool
Type
What it does

metacopier_get_dashboard

read

Returns one saved dashboard of a project by id

metacopier_list_dashboards

read

Lists the saved dashboards of a project, with their name, sort order and which one is the default

metacopier_create_dashboard

write

Creates a dashboard in a project

metacopier_delete_dashboard

write

Deletes a dashboard from a project

metacopier_duplicate_dashboard

write

Copies an existing dashboard, optionally under a new name

webhooks

Tool
Type
What it does

metacopier_get_webhook_data

read

Returns one stored TradingView webhook payload by id

metacopier_get_webhook_request_status

read

Returns what became of one TradingView webhook request: whether it succeeded, how many positions it matched, and the error code and hint if it did not

metacopier_list_webhook_data

read

Lists the payloads an account received through its TradingView webhook store action, newest first

metacopier_delete_webhook_data

write

Deletes one stored TradingView webhook payload from an account

project

Tool
Type
What it does

metacopier_get_project

read

Returns the project header: name, balance, currency and whether it is blocked

metacopier_list_labels

read

Lists the account labels defined in a project

metacopier_list_project_features

read

Lists the features enabled on a project with their configuration

metacopier_create_project_feature

write

Adds a feature to a project, which applies it across the project rather than to one account

metacopier_delete_project_feature

write

Removes a feature from a project

metacopier_update_project_feature

write

Changes named settings on a feature of one project

reference

Tool
Type
What it does

metacopier_describe_connection

read

Returns which project this connection works on and what it may do: read only or read write, when it expires, and the access rules that apply

metacopier_list_broker_servers

read

Lists the broker servers known for one platform

metacopier_list_copier_setting_fields

read

Lists the settings a copier accepts, with their type and allowed values

metacopier_list_enum_values

read

Lists one of the reference types, as id and name pairs

docs

Tool
Type
What it does

metacopier_get_doc_page

read

Reads one MetaCopier documentation page in full, as markdown

metacopier_search_docs

read

Searches the MetaCopier documentation and returns matching pages with an excerpt and a citable link

Last updated