AgentMarketMCP / SKILL 资产档案馆

目录 / RuneScape Wiki RS3

MCP 鉴权未知 未评级 已上架

RuneScape Wiki RS3

This MCP server provides AI assistants with real-time access to RuneScape 3 game data through the RuneScape Wiki APIs. It enables AI systems to retrieve current Grand Exchange prices, detailed item information (including stats, examine text, and alchemy values), historical price trends with configurable time intervals, and player statistics from the official hiscores across different game modes (normal, ironman, hardcore ironman). The server acts as a bridge between AI applications and RuneScape's extensive database, allowing for dynamic queries about items, market analysis, player progression tracking, and game-related assistance without requiring direct API knowledge or authentication from the end user.

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链

接入信息

传输形态
http
鉴权方式
鉴权未知
端点
https://runescape-wiki-mcp--birdwell.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
  "mcpServers": {
    "RuneScape Wiki RS3": {
      "url": "https://runescape-wiki-mcp--birdwell.run.tools"
    }
  }
}

能力清单

工具说明
lookup_itemResolve an item name to Grand Exchange ID and latest price. Uses exact name match first, then wiki opensearch. Prefer this before get_item_price when you only know the name.
get_item_graphGet historical Grand Exchange price graph data (last 180 days) by itemId or name.
get_item_priceGet current Grand Exchange price, trends, and examine text for an item by itemId or exact/near-exact name.
get_ge_infoGet Grand Exchange database metadata (lastConfigUpdateRuneday).
get_category_infoGet letter counts for a Grand Exchange category. Use get_all_categories for IDs.
get_all_categoriesList all RS3 Grand Exchange category IDs and names (0-43).
browse_itemsBrowse the Grand Exchange catalogue by category and starting letter. This is NOT a name search — use lookup_item for that. Use # for numeric names.
summarize_price_historySummarize recent Grand Exchange price trends for an item (min/max/average price, change, and average daily volume) by itemId or name. Returns a compact summary instead of raw data points — use get_item_graph when you need the full price series.
compare_itemsCompare latest Grand Exchange prices for up to 10 items in one call. Provide either names or itemIds. Returns one row per entry with id, name, price, volume and timestamp; entries that cannot be resolved come back as error rows instead of failing the call.
estimate_flipEstimate Grand Exchange flip profit after the 2% RS3 sales tax for an item, by itemId or name. This is an ESTIMATE ONLY: guide prices lag the live market, buy limits and fill times are not modelled, and actual profit will differ. Pass buyPrice/sellPrice to model your own offers.
get_player_statsGet RS3 hiscores for a player. Normal mode works via Jagex index_lite. Ironman/hardcore use documented Jagex endpoints that currently return HTTP 404; the tool reports that clearly instead of falling back to normal data.
get_wiki_page_contentFetch plain-text content of a RuneScape Wiki page. Follows redirects. Prefer exact titles; use lookup_item or wiki search when unsure.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。