# 2009scape Wiki Api

> Python based FAST API and MCP server containing game meta data and content to be used in the wiki or to deploy as an MCP server for an AI agent like Claude. This allows you to easily search for content and details regarding the game 2009scape

- **Type:** MCP server
- **Install:** `agentstack add mcp-arsalan-anwari-2009scape-wiki-api`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [arsalan-anwari](https://agentstack.voostack.com/s/arsalan-anwari)
- **Installs:** 0
- **Category:** [Search](https://agentstack.voostack.com/c/search)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [arsalan-anwari](https://github.com/arsalan-anwari)
- **Source:** https://github.com/arsalan-anwari/2009scape-wiki-api
- **Website:** https://2009scape.org/

## Install

```sh
agentstack add mcp-arsalan-anwari-2009scape-wiki-api
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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.

```mermaid
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](https://huggingface.co/datasets/arsalan-anwari/2009scape-wiki-api-data),
never in this repository.

## Installing

Debian, Fedora and Arch packages are on the
[releases page](https://github.com/arsalan-anwari/2009scape-wiki-api/releases). Each way
in is complete on its own: dataset, settings file, keys and the commands to manage them.

See [install](https://arsalan-anwari.github.io/2009scape-wiki-api/install.html). For 
install guide per method

## Documentation

The full documentation is at
[arsalan-anwari.github.io/2009scape-wiki-api](https://arsalan-anwari.github.io/2009scape-wiki-api/).

| read | for |
| --- | --- |
| [install](https://arsalan-anwari.github.io/2009scape-wiki-api/install.html), [deployment](https://arsalan-anwari.github.io/2009scape-wiki-api/deployment.html) | packages, containers, first questions |
| [configuration](https://arsalan-anwari.github.io/2009scape-wiki-api/configuration.html), [access](https://arsalan-anwari.github.io/2009scape-wiki-api/access.html) | settings, `deploy.json`, keys, tokens, bans |
| [http-api](https://arsalan-anwari.github.io/2009scape-wiki-api/http-api.html), [mcp](https://arsalan-anwari.github.io/2009scape-wiki-api/mcp.html), [demos](https://arsalan-anwari.github.io/2009scape-wiki-api/demos.html) | the two surfaces, and worked examples |
| [architecture](https://arsalan-anwari.github.io/2009scape-wiki-api/architecture.html), [data model](https://arsalan-anwari.github.io/2009scape-wiki-api/data-model.html), [pipeline](https://arsalan-anwari.github.io/2009scape-wiki-api/pipeline.html) | layers, entities, how a build is made |
| [extending](https://arsalan-anwari.github.io/2009scape-wiki-api/extending.html), [contributing](https://arsalan-anwari.github.io/2009scape-wiki-api/contributing.html) | 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](https://github.com/arsalan-anwari)
- **Source:** [arsalan-anwari/2009scape-wiki-api](https://github.com/arsalan-anwari/2009scape-wiki-api)
- **License:** Apache-2.0
- **Homepage:** https://2009scape.org/

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-arsalan-anwari-2009scape-wiki-api
- Seller: https://agentstack.voostack.com/s/arsalan-anwari
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
