EVE Online MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EVE_CLIENT_ID | No | Non-default override for automation or existing credentials | |
| ESI_USER_AGENT | No | Optional override for a downstream app's identity/contact | |
| ESI_OPENAPI_PATH | No | Loads a different local OpenAPI document for development | |
| EVE_ACCESS_TOKEN | No | Non-default override for automation or existing credentials | |
| EVE_CLIENT_SECRET | No | Non-default override for automation or existing credentials | |
| EVE_REFRESH_TOKEN | No | Non-default override for automation or existing credentials | |
| EVE_CREDENTIALS_PATH | No | Overrides the OS credential file location | |
| EVE_DISABLE_AUTO_SSO | No | Set to `1` to prevent browser login on protected calls | |
| EVE_SSO_REDIRECT_URI | No | Overrides the localhost callback for a custom application | |
| ESI_MAX_RESPONSE_BYTES | No | Overrides the 5,000,000-byte response ceiling |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_esi_operationsA | Find read-only EVE Online ESI operations by natural-language keywords, exact tag, or authentication requirement. Start here when choosing which game data to retrieve. |
| get_esi_operationA | Return the exact path/query/header parameters, OAuth scopes, cache hints, and rate-limit metadata for one read-only ESI operation before calling it. |
| call_esiA | Execute an ESI GET/HEAD operation selected by operationId. Only parameters declared by the pinned OpenAPI schema are accepted. Mutating ESI operations cannot be selected. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| plan_eve_adventure | Guide the model to use live ESI data when helping decide what to do next in EVE Online |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| esi-catalog | Summary of the pinned ESI schema and the operations this server exposes |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/HammoTime/eve-online-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server