MCP Catalogs
Home

EVE-Online-OSINT-MCP vs fastmcp

Side-by-side comparison to help you pick between these two MCP servers.

EVE-Online-OSINT-MCP
by kongyo2
fastmcp
by PrefectHQ
Stars★ 10★ 25,181
30d uses
Score3864
Official
Categories
Other
Developer ToolsAI / LLM ToolsOther
LanguageTypeScriptPython
Last commit9 mo agothis month

EVE-Online-OSINT-MCP · Summary

An MCP server providing OSINT tools for EVE Online characters, corporations, and alliances through ESI, EveWho, and zKillboard APIs.

fastmcp · Summary

FastMCP is the standard Python framework for building MCP servers, tools, and clients.

EVE-Online-OSINT-MCP · Use cases

  • Gathering intelligence on EVE Online players before diplomatic interactions
  • Analyzing corporation strength and activity before recruiting
  • Monitoring alliance growth and movements for strategic planning

fastmcp · Use cases

  • Building custom MCP servers with Python functions
  • Creating interactive UIs for MCP tools
  • Connecting to MCP servers programmatically

EVE-Online-OSINT-MCP · Install

Installation

Via Smithery

npx -y @smithery/cli install @kongyo2/eve-online-osint-mcp --client claude

Manual Installation

git clone https://github.com/kongyo2/EVE-Online-OSINT-MCP.git
cd EVE-Online-OSINT-MCP
npm install
npm run start

Claude Desktop Configuration

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "eve-osint": {
      "command": "node",
      "args": ["./dist/index.js"],
      "env": {}
    }
  }
}

fastmcp · Install

Install FastMCP using uv:

uv pip install fastmcp

For Claude Desktop, add to your config.json:

{
  "mcpServers": {
    "fastmcp": {
      "command": "uv",
      "args": ["run", "fastmcp", "serve"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.