Skip to main content
Glama
4i7

EVE ESI LLM Bridge

by 4i7

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
EVE_CLIENT_IDYesYour own EVE Developer application client ID.
MAX_ESI_PAGESNoMaximum number of ESI pages to fetch. Default is 50.50
EVE_ESI_SCOPESYesSpace-separated list of ESI scopes enabled on your EVE app, e.g., 'esi-location.read_location.v1 esi-skills.read_skills.v1'.
MCP_AUTH_SECRETYesYour own generated 32-byte base64url secret used to seal OAuth transaction state and tokens. Treat it like a password.
PUBLIC_BASE_URLYesThe production URL of your deployment, e.g., https://my-eve-bridge.vercel.app, used for OAuth callbacks.
MCP_REFRESH_TTL_DAYSNoRefresh token TTL in days. Default is 7.7
EVE_ENABLE_WRITE_ACTIONSNoWhether to enable write actions. Use 'true' or 'false'. Default is 'false'.false
EVE_ALLOWED_CHARACTER_IDSNoOptional 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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