Archive
Everything this instance has collected — news, video, markets, posts — searchable as one thing
Calling it
Everything here is public and free. No token, no account, no payment.
Methods
GET /api/v1/archive/listWith a kind, the most recent entries of it. Without one, what kinds are archived and how much of each
| Argument | Type | Description |
|---|---|---|
kind | string | One kind: news, video, market, blog, prayer. Omit for a summary of what is here |
limit | number | Max entries (default 20, max 100) |
curl \ "https://mu-mcp.yvangodard.me/api/v1/archive/list"
GET /api/v1/archive/searchSearch everything this instance has collected, across news, video, markets and posts at once. Use it when the question crosses a service, or when you do not know which service would hold the answer; news_search is narrower and better when you know it is news
| Argument | Type | Description |
|---|---|---|
query * | string | What to look for |
kind | string | Narrow to one kind: news, video, market, blog, prayer. Omit to search everything |
limit | number | Max results (default 20, max 100) |
curl \ "https://mu-mcp.yvangodard.me/api/v1/archive/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.


