The wiki answers not only people in a browser but agents too: ChatGPT, Claude, your own bot. They talk over MCP (Model Context Protocol). There are two servers and they do not overlap.
| Address | For whom | What it does | Token |
|---|---|---|---|
https://wiki-last-asylum.com/mcp | everyone | search and read published pages | not needed |
https://wiki-last-asylum.com/api/mcp | members | read and edit within your own rights, upload images | needed |
Public server: search and read
No registration and no token. It serves published pages only: drafts stay inside.
ChatGPT
Settings, Connectors, create a connector. Address https://wiki-last-asylum.com/mcp,
authentication «No authentication».
Claude Code
claude mcp add --transport http last-asylum https://wiki-last-asylum.com/mcp
Claude Desktop and other clients
{
"mcpServers": {
"last-asylum": {
"type": "http",
"url": "https://wiki-last-asylum.com/mcp"
}
}
}
Tools
search: finds pages by title, description and key. Arguments: the query, the language (ruoren) and how many results to return.fetch: returns the full Markdown text of a page. Arguments: the id from the search results and, optionally, a language different from the id.
Each page comes with the date its game numbers were verified and a source link: numbers change with patches, and an agent has to show that.
Limit: 60 calls per minute per address.
Personal server: editing the wiki
Works with a token and strictly within your rights: what you cannot do, your agent cannot do either. A reader gets reading, an editor also gets creating and editing pages and categories and uploading images.
Issue a token on the Access tokens page in your account. The value is shown once, treat it like a password.
claude mcp add --transport http last-asylum-editor https://wiki-last-asylum.com/api/mcp \
--header "Authorization: Bearer YOUR_TOKEN"
Edits made by an agent land in the page history under your name, like any other edit. The rules are the same as for people: a game number is published only with a verification date and a source link, and third-party art is not uploaded without knowing the rights.