EVE-University-Wiki-MCP-Server
by kongyo2·★ 1·Score 33
MCP server providing access to EVE University Wiki with Wayback Machine fallback.
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:
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 READMEsearch_eve_wikiquery: string, limit?: number (1-50, default: 10)Search for articles on EVE University Wiki
get_eve_wiki_articletitle: stringRetrieve full content of a specific wiki article
get_eve_wiki_summarytitle: stringGet a concise summary of an article
get_eve_wiki_sectionstitle: stringList all sections within an article
get_eve_wiki_linkstitle: stringGet 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
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 claudeManual Installation
- Prerequisites: Node.js 18+ and npm or yarn
- Install dependencies:
npm install- Build and start:
npm run build
npm run startClaude 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
Last updated · Auto-generated from public README + GitHub signals.