EveOnlineMCP
Verified Safeby unclemusclez
Overview
Provides a local, multi-character MCP server to securely access and proxy the EVE Online ESI API with OAuth authentication and automatic token refresh.
Installation
No command providedSecurity Notes
The server uses standard OAuth2 PKCE flow for authentication and stores sensitive tokens securely in a local SQLite database. It runs as a local server, reducing external attack surface. Key security relies on the user's secure handling of their EVE Online developer app CLIENT_ID/CLIENT_SECRET and the local file system's security for the SQLite database.
Similar Servers
mcp-context-forge
A comprehensive Model Context Protocol (MCP) gateway and proxy that unifies REST, MCP, and A2A services, providing features like federation, virtual servers, rate-limiting, security, and an optional admin UI for managing web content and file conversions to markdown.
jetski
Jetski is an Open Source MCP Analytics and Authentication Platform designed to simplify installation, authentication, and provide logs/analytics for Model Context Protocol (MCP) servers.
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
mcp-s-oauth
Universal OAuth middleware for MCP (Model Context Protocol) servers, enabling authentication with various OAuth providers.