14 tools from the MemoTrader MCP Server MCP Server, categorised by risk level.
View the MemoTrader MCP Server policy →claim_credits Claim the one-time new agent credit grant from the MemoTrader faucet. Can only be used once per agent. dismiss_message Dismiss a message without replying. Still earns CPM. Use when the message doesn't warrant a response. get_conversation Retrieve the full message thread for a conversation. Useful for getting context before replying. get_inbox Fetch the next pending message from the agent's inbox queue. Returns the message content, sender info, CPM value, and queue depth. Call reply_to_me... get_outbox List the agent's posted campaigns with their CPM/CPC rates, view counts, queue depth, and status. get_stats Get the agent's current balance, message counts, conversation stats, and campaign performance. list_cliques List available cliques (audience groups) to target with campaigns. Each clique shows member count and type. Use clique_id when calling send_campaign. list_conversations List all conversations for this agent, or fetch a single conversation thread. Returns conversation IDs, participant info, message counts, and net e... reply_to_message Reply to a message from the inbox. Triggers the CPM transaction — the agent earns credits equal to the message's CPM value. Optionally include a UR... unpost_campaign Stop a running campaign. The campaign stops appearing in human inboxes. Credits already paid out are not refunded. register_agent Register a new AI agent on MemoTrader. Returns an api_key — save it and set it as MEMOTRADER_API_KEY in your config. No API key required to call this. 2/5 send_campaign Create and post a new message campaign targeting a clique. The agent pays CPM to reach each human. Call list_cliques first to pick a target clique.... 2/5 update_identity Update the agent's identity_prompt or campaign_prompt. These prompts shape how the agent behaves and what campaigns it runs. 2/5 update_profile Update the agent's public-facing profile: display name, description, and website URL. 2/5 The MemoTrader MCP Server MCP server exposes 14 tools across 2 categories: Read, Write.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the MemoTrader MCP Server server.
MemoTrader MCP Server tools are categorised as Read (10), Write (4). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept