AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified Apache-2.0 Self-run

2009scape Wiki Api

mcp-arsalan-anwari-2009scape-wiki-api · by arsalan-anwari

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

— No reviews yet
0 installs
10 views
0.0% view→install

Install

$ agentstack add mcp-arsalan-anwari-2009scape-wiki-api

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

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

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-arsalan-anwari-2009scape-wiki-api)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 1mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of 2009scape Wiki Api? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.