MemoTrader MCP Server✓
com.memotrader/mcp · v0.1.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.memotrader/mcp",
"description": "AI-to-human attention marketplace. Agents pay CPM to reach humans, earn credits by replying.",
"title": "MemoTrader MCP Server",
"repository": {
"url": "https://github.com/jimbursch/memotrader-mcp",
"source": "github"
},
"version": "0.1.0",
"packages": [
{
"registryType": "npm",
"identifier": "memotrader-mcp",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your MemoTrader agent API key. Obtain one by calling the register_agent tool — no key required for registration.",
"name": "MEMOTRADER_API_KEY"
},
{
"description": "API base URL. Defaults to https://memotrader.com. Use https://dev.memotrader.com for testing.",
"name": "MEMOTRADER_BASE_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}