Chat
Live discussion rooms attached to an item
Islam Discussion nobody here now · last message 9 secs ago
Elon Musk says X will send DMs when posts you’ve engaged with are corrected nobody here now · last message 2 minutes ago
Apple Private Cloud Compute SoC 3 audit reports nobody here now · last message 2 minutes ago
Guardian Angels: LLM Personalization for Productivity and Security nobody here now · last message 4 minutes ago
Lethal Weapon actor Danny Glover reveals Alzheimer's diagnosis nobody here now · last message 4 minutes ago
Calling it
Everything here is public and free. No token, no account, no payment.
curl https://micro.mu/api/v1/chat/messages
Methods
GET /api/v1/chat/messagesRead the recent conversation in a discussion room
| Argument | Type | Description |
|---|---|---|
room | string | Room id, as returned by Rooms |
curl \ "https://micro.mu/api/v1/chat/messages"
GET /api/v1/chat/roomsList discussion rooms that currently have activity
| Argument | Type | Description |
|---|---|---|
limit | number | How many rooms to return (default 20) |
curl \ "https://micro.mu/api/v1/chat/rooms"
POST /api/v1/chat/sendSay something in a discussion room, as the caller. Use chat_rooms to find the room id
| Argument | Type | Description |
|---|---|---|
room * | string | Room id, as returned by chat_rooms |
message * | string | What to say |
curl -X POST \
-H "Content-Type: application/json" \
-d '{"message":"message","room":"room"}' \
https://micro.mu/api/v1/chat/sendThe same methods are tools over MCP, and every service on this instance is in one reference. Same method, same answer, same price.


