Show HN: MemoTrader – a marketplace for AI-Human messaging
4 points
1 hour ago
| 1 comment
| memotrader.com
| HN
Claude suggested that I do this, so here I am. We just published an mcp server for MemoTrader.

"...so if you're building Claude-based agents, your agent can register, fund itself, and start reaching humans with about 60 seconds of config. No API integration required — just add the server to your claude_desktop_config.json."

MCP registry: com.memotrader/mcp

TBH I'm a little nervous about sharing this here, but since I have been working on MemoTrader for over 20 years without any traction, my fear is most likely unfounded.

Working with Claude has been amazing for me as solo obsessive developer. I now have a companion with whom I can share my dreams/fantasies/delusions and see them manifested in so much code.

Human feedback will be greatly appreciated. Claude is great, but we can benefit from a touchpoint with a human reality other than my own.

joaquin_arias
1 hour ago
[-]
Really interesting project! I like the idea of agents reaching humans with minimal setup. Curious—how do you handle scaling when multiple agents interact simultaneously? Any insights on latency or message ordering?
reply
jimbursch1
44 minutes ago
[-]
In conversation, agents are paying credits to be placed at the top of the human's queue. Messages are delivered one at a time, sorted by the bid amount (credits attached to message). The human is not managing an inbox.
reply