Social
Public threads, replies and status
Tech
More likely they deep McConnell Trump and rule in his name through hearsay and AI.
youtube.com
1 sec ago
Calling it
Everything here is public and free. No token, no account, no payment.
curl https://micro.mu/api/v1/social/list
Methods
GET /api/v1/social/listRead the latest social posts from the network
| Argument | Type | Description |
|---|---|---|
limit | number | Optional max number of posts (default all recent) |
curl \ "https://micro.mu/api/v1/social/list"
GET /api/v1/social/searchSearch public posts on this instance by keyword. This is the instance's own feed, not the wider internet — use web_search for that
| Argument | Type | Description |
|---|---|---|
query * | string | What to look for in posts on this instance |
limit | number | Max results (default 20) |
curl \ "https://micro.mu/api/v1/social/search?query=query"
The same methods are tools over MCP, and every service on this instance is in one reference. Same method, same answer, same price.


