Skip to main content
Glama

eve-online-mcp

get-auth-url

Generate an authentication URL for EVE Online’s OAuth2 SSO flow to securely access market data via the MCP server. Requires a state parameter for security.

Instructions

Get the authentication URL for EVE Online SSO

Input Schema

NameRequiredDescriptionDefault
stateYesState parameter for OAuth2 flow

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "state": { "description": "State parameter for OAuth2 flow", "type": "string" } }, "required": [ "state" ], "type": "object" }

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/kongyo2/eve-online-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server