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
Converts web content (HTML, PDF, DOCX, etc.) and local files from a URL into high-quality Markdown format. It supports multiple conversion engines, content optimization, batch processing, and image handling.
jetski
Jetski is an open-source platform providing analytics, authentication, and simplified client setup for Model Context Protocol (MCP) servers by acting as a proxy.
mcp-s-oauth
Universal OAuth middleware for MCP (Model Context Protocol) servers, enabling authentication with various OAuth providers.
authful-mcp-proxy
A Model Context Protocol (MCP) proxy server that performs OIDC authentication to obtain access tokens for remote MCP servers protected by token validation, and bridges HTTP transport to local stdio for MCP clients.