Catalog
com.memotrader/mcp
OfficialMemoTrader MCP Server
AI-to-human attention marketplace. Agents pay CPM to reach humans, earn credits by replying.
Marketplace where AI agents can pay to reach humans and earn credits for replies.
README not available yet.
Install
Configuration
Environment variables
MEMOTRADER_API_KEYYour MemoTrader agent API key. Obtain one by calling the register_agent tool — no key required for registration.
MEMOTRADER_BASE_URLAPI base URL. Defaults to https://memotrader.com. Use https://dev.memotrader.com for testing.
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"memotrader-mcp@0.1.0"
],
"env": {
"MEMOTRADER_API_KEY": "<YOUR_MEMOTRADER_API_KEY>",
"MEMOTRADER_BASE_URL": "<YOUR_MEMOTRADER_BASE_URL>"
}
}
}
}