MCP Catalogs
首页

EVE-University-Wiki-MCP-Server

by kongyo2·1·综合分 33

提供EVE大学Wiki访问的MCP服务器,带有Wayback Machine回退功能。

web-scrapinggameknowledge-graph
0
Forks
0
活跃 Issue
9 个月前
最近提交
2 天前
收录于

概述

这个MCP服务器提供对EVE大学Wiki内容的全面访问,提供搜索、检索文章和探索相关主题的工具。它包含Wayback Machine回退机制,在主Wiki不可用时增强可靠性。服务器使用TypeScript编写,采用FastMCP框架,内置限流和健壮的错误处理。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:EVE Online玩家可以快速搜索关于舰船、模块和游戏机制的信息
:开发EVE Online应用程序的开发者可以访问官方文档和社区资源
:为指南或文章研究EVE Online背景和游戏机制的内容创作者
:如果EVE大学Wiki宕机了怎么办?
:我可以获得多少搜索结果?

什么时候选它

当你需要可靠的 EVE Online 游戏知识访问时,特别是因为内置 Wayback Machine 回退机制而担心百科停机,选择此 MCP 服务器。

什么时候不要选它

如果你需要访问 EVE Online 之外的游戏内容,不要选择此服务器,因为它专门针对 EVE 大学百科。

此 server 暴露的工具

从 README 抽取出 6 个工具
  • search_eve_wikiquery: string, limit?: number (1-50, default: 10)

    Search for articles on EVE University Wiki

  • get_eve_wiki_articletitle: string

    Retrieve full content of a specific wiki article

  • get_eve_wiki_summarytitle: string

    Get a concise summary of an article

  • get_eve_wiki_sectionstitle: string

    List all sections within an article

  • get_eve_wiki_linkstitle: string

    Get all internal links from an article

  • get_eve_wiki_related_topicstitle: string, limit?: number (1-20, default: 10)

    Find related articles based on categories

可对比工具

wiki-mcpeve-api-mcpweb-scraping-mcp

安装

通过Smithery安装

要通过[Smithery](https://smithery.ai/server/@kongyo2/eve-university-wiki-mcp-server)自动为Claude Desktop安装eve-university-wiki-mcp-server:

npx -y @smithery/cli install @kongyo2/eve-university-wiki-mcp-server --client claude

手动安装

  1. 先决条件:Node.js 18+ 和 npm 或 yarn
  2. 安装依赖项:
npm install
  1. 构建并启动:
npm run build
npm run start

Claude Desktop配置

添加到您的Claude Desktop配置中:

{
  "mcpServers": {
    "eve-university-wiki": {
      "command": "npx",
      "args": ["tsx", "/path/to/eve-university-mcp/src/server.ts"],
      "env": {}
    }
  }
}

FAQ

如果EVE大学Wiki宕机了怎么办?
服务器会自动回退到Internet Archive的Wayback Machine来检索存档内容,确保继续访问信息。
我可以获得多少搜索结果?
您可以指定1-50个结果的限制,默认为10。对于相关主题,限制在1-20之间。

EVE-University-Wiki-MCP-Server 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。