Skip to main content
EchoZero exposes 70+ MCP tools plus resources and prompts. Tools forward to the same REST endpoints as the API Reference. Call tools/list after MCP initialize for the live list scoped to your API key.

Scope map

ScopeTool families
read:tokensToken lookup, trending
read:tradesTrade history, quotes
read:strategiesStrategy list, templates, performance
write:strategiesCreate, pause, play, delete strategies
read:agentsAgent explore, pins, onboarding
write:agentsCreate, update, delete, pin, avatar upload
read:walletWallet mode, chart, wallet trades
write:walletBuy, sell, deposit, withdraw, virtual funds
read:aiChat history, support chats
write:aiAI chat, agent chat, trade confirm/decline
read:earnLeaderboard, rewards, referrals
read:notificationsNotification list, counts
write:notificationsMark read, settings
admin:*Admin operations tools (platform operators only)

Read tools

ToolDescription
get_tokenToken by id or symbol
get_tokensList/search tokens
get_trending_tokensTrending tokens
get_tradesUser trade history
search_trade_strategiesSearch strategies on trades
search_trade_tokensSearch tokens on trades
get_strategyStrategy by id
get_strategy_detailsDetailed strategy config
get_strategy_withdrawalsStrategy withdrawal history
get_strategiesList strategies
get_strategy_status_countsCounts by status
get_strategy_templatesTemplate catalog
get_strategy_template_detailTemplate detail
get_strategy_input_snapshotInput snapshot for strategy
get_available_tagsStrategy tags
get_strategy_performancePerformance metrics
get_strategy_config_summaryConfig summary
get_platform_feesPlatform fee schedule
get_agentAgent by id
get_my_agentsOwned agents
get_onboarding_agentsOnboarding agent list
get_pinned_agentsPinned agents
get_explore_agentsMarketplace explore
get_onboarding_themesOnboarding themes
get_current_userAuthenticated user profile
get_subscriptionsUser subscriptions
get_activationsStrategy activations
get_wallet_modeVirtual vs live mode
get_chart_dataWallet chart
search_wallet_tradesWallet trade search
get_notificationsNotifications
get_notification_countsUnread counts
get_activitiesActivity list
search_activity_strategiesActivity strategy search
search_activity_tokensActivity token search
get_activity_feedSocial feed
get_leaderboardEarn leaderboard
get_rewardsEarn rewards
get_referral_linkReferral link
get_weekly_progressWeekly XP progress
get_xp_levelsXP levels
get_xp_levelSingle XP level
get_shared_countShare counts
get_agent_chat_historyAgent chat thread
get_my_agent_chatsUser agent chats
list_chat_historiesAI chat histories
get_trade_quoteTrade quote
get_support_chatsSupport threads
get_support_chatSingle support thread

Action tools

ToolScopeNotes
create_strategywrite:strategiesConfirmation required
pause_strategywrite:strategies
play_strategywrite:strategies
delete_strategywrite:strategiesDestructive
stop_all_tradeswrite:strategiesDestructive
claim_feesread:earnStrategy fees
claim_subscription_feesread:earnSubscription fees
create_agentwrite:agents
update_agentwrite:agents
delete_agentwrite:agentsDestructive
upload_agent_avatarwrite:agentsBase64 image
pin_agent / unpin_agentwrite:agents
ai_chatwrite:ai
agent_chatwrite:ai
execute_agent_actionwrite:ai
confirm_trade / decline_tradewrite:ai
refresh_quotewrite:ai
support_chatwrite:ai
generate_strategywrite:ai
toggle_wallet_modewrite:wallet
deposit / withdrawwrite:wallet
buy_tokens / sell_tokenswrite:wallet
add_virtual_fundswrite:walletPaper trading
edit_profilewrite:agentsUser profile
subscribe_to_agentwrite:agents
unsubscribe_from_agentwrite:agents
activate_strategy / deactivate_strategywrite:strategies
update_strategy_activationwrite:strategies
mark_read / mark_all_readwrite:notifications
delete_notificationswrite:notifications
update_settingswrite:notifications
claim_rewardread:earn

Admin tools (admin:* only)

get_user_details, find_users, get_revenue_summary, get_platform_health, get_error_dashboard, get_admin_audit_log, force_password_reset, create_notification_segment, flag_developer_agent, unflag_developer_agent, kyc_override, approve_admin_action Not available to standard developer API keys.

Example tools/call

curl -sS https://mcp.echozero.app/mcp \
  -H "x-api-key: $EZ_API_KEY" \
  -H "Content-Type: application/json" \
  -H "mcp-session-id: $MCP_SESSION_ID" \
  -d '{
    "jsonrpc": "2.0",
    "id": 3,
    "method": "tools/call",
    "params": {
      "name": "get_my_agents",
      "arguments": {}
    }
  }'

Prompts

Built-in prompts: analyze_strategy_performance, portfolio_overview, token_research, create_trading_strategy. Call prompts/list and prompts/get.

Resources

Read-only echozero:// URIs are documented on MCP Resources.