EVE ESI LLM Bridge
by 4i7
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EVE_CLIENT_ID | Yes | Your own EVE Developer application client ID. | |
| MAX_ESI_PAGES | No | Maximum number of ESI pages to fetch. Default is 50. | 50 |
| EVE_ESI_SCOPES | Yes | Space-separated list of ESI scopes enabled on your EVE app, e.g., 'esi-location.read_location.v1 esi-skills.read_skills.v1'. | |
| MCP_AUTH_SECRET | Yes | Your own generated 32-byte base64url secret used to seal OAuth transaction state and tokens. Treat it like a password. | |
| PUBLIC_BASE_URL | Yes | The production URL of your deployment, e.g., https://my-eve-bridge.vercel.app, used for OAuth callbacks. | |
| MCP_REFRESH_TTL_DAYS | No | Refresh token TTL in days. Default is 7. | 7 |
| EVE_ENABLE_WRITE_ACTIONS | No | Whether to enable write actions. Use 'true' or 'false'. Default is 'false'. | false |
| EVE_ALLOWED_CHARACTER_IDS | No | Optional space-separated list of character IDs allowed to authenticate. If empty, any EVE character can authenticate. |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivitySlowing
ResponsivenessNo issues