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. |
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 | |
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/4i7/eve-esi-llm-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server