MCP Catalogs
Home

EVE-University-Wiki-MCP-Server

by kongyo2·1·Score 33

MCP server providing access to EVE University Wiki with Wayback Machine fallback.

web-scrapinggameknowledge-graph
0
Forks
0
Open issues
9 mo ago
Last commit
2d ago
Indexed

Overview

This MCP server provides comprehensive access to EVE University Wiki content, offering tools for searching, retrieving articles, and exploring related topics. It includes a Wayback Machine fallback mechanism for enhanced reliability when the primary wiki is unavailable. The server is written in TypeScript and uses FastMCP framework, with built-in rate limiting and robust error handling.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:EVE Online players can quickly search for information about ships, modules, and gameplay mechanics
you:Developers building EVE Online applications can access official documentation and community resources
you:Content creators researching EVE Online lore and game mechanics for guides or articles
you:What happens if the EVE University Wiki is down?
you:How many search results can I get?

When to choose this

Choose this MCP server when you need reliable access to EVE Online game knowledge, especially if you're concerned about wiki downtime due to the built-in Wayback Machine fallback.

When NOT to choose this

Don't choose this if you need access to gaming content outside of EVE Online, as the server is specifically dedicated to the EVE University Wiki.

Tools this server exposes

6 tools extracted from the README
  • 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

Comparable tools

wiki-mcpeve-api-mcpweb-scraping-mcp

Installation

Installing via Smithery

To install eve-university-wiki-mcp-server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@kongyo2/eve-university-wiki-mcp-server):

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

Manual Installation

  1. Prerequisites: Node.js 18+ and npm or yarn
  2. Install dependencies:
npm install
  1. Build and start:
npm run build
npm run start

Claude Desktop Configuration

Add to your Claude Desktop configuration:

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

FAQ

What happens if the EVE University Wiki is down?
The server automatically falls back to the Internet Archive's Wayback Machine to retrieve archived content, ensuring continued access to information.
How many search results can I get?
You can specify a limit between 1-50 results, with 10 being the default. For related topics, the limit is between 1-20.

Compare EVE-University-Wiki-MCP-Server with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.