Install
$ agentstack add mcp-arsalan-anwari-2009scape-wiki-api ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
2009scape-wiki-api
[](https://pypi.org/project/scape2009-wiki-api/) [](https://pypistats.org/packages/scape2009-wiki-api) [](https://hub.docker.com/r/arsalananwari/2009scape-wiki-api) [](https://hub.docker.com/r/arsalananwari/2009scape-wiki-api) [](https://github.com/arsalan-anwari/2009scape-wiki-api/actions/workflows/ci.yml)
[](https://github.com/arsalan-anwari/2009scape-wiki-api/releases/latest) [](https://github.com/arsalan-anwari/2009scape-wiki-api/releases/latest) [](https://github.com/arsalan-anwari/2009scape-wiki-api/releases/latest) [](https://huggingface.co/datasets/arsalan-anwari/2009scape-wiki-api-data) [](https://arsalan-anwari.github.io/2009scape-wiki-api/) [](https://arsalan-anwari.github.io/2009scape-wiki-api/http-api.html) [](https://arsalan-anwari.github.io/2009scape-wiki-api/mcp.html) [](https://github.com/arsalan-anwari/2009scape-wiki-api/blob/main/LICENSE)
Turns the raw 2009scape game sources (items, NPCs, shops, drop tables, quests, locations) into one immutable SQLite artifact, served two ways: a FastAPI contract for a wiki front end, and an MCP server for Claude and other agents.
flowchart LR
SRC["game sources+ overlays"] --> PIPE["pipeline/artifactoffline build"]
PIPE --> ART[("knowledge.sqlite3one immutable build")]
subgraph RUN ["one image, one process, one port"]
REPO["repositorySQLite + FTS5"] --> CORE["coreresolve, walk, search"]
CORE --> HTTP["surfaces/httpFastAPI"]
CORE --> MCP["surfaces/mcpFastMCP"]
HTTP --> GUARD["guardingtoken, rate, bans"]
MCP --> GUARD
end
ART --> REPO
GUARD --> WIKI["wiki front end"]
GUARD --> AGENT["Claude, editors,any MCP client"]
DOM["domainentities, relationshipsattribute registry"] -.-> PIPE & REPO & CORE
A build holds ~20,000 entities, ~83,000 relationships and two years of weekly Grand Exchange prices. It ships on Hugging Face, never in this repository.
Installing
Debian, Fedora and Arch packages are on the releases page. Each way in is complete on its own: dataset, settings file, keys and the commands to manage them.
See install. For install guide per method
Documentation
The full documentation is at arsalan-anwari.github.io/2009scape-wiki-api.
| read | for | | --- | --- | | install, deployment | packages, containers, first questions | | configuration, access | settings, deploy.json, keys, tokens, bans | | http-api, mcp, demos | the two surfaces, and worked examples | | architecture, data model, pipeline | layers, entities, how a build is made | | extending, contributing | adding a sort, a relationship, a release |
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: arsalan-anwari
- Source: arsalan-anwari/2009scape-wiki-api
- License: Apache-2.0
- Homepage: https://2009scape.org/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.