Skip to main content
Glama

eve-online-mcp

authenticate

Convert an EVE Online SSO authorization code into an access token to enable secure access to the EVE Online MCP server for market data retrieval.

Instructions

Exchange authorization code for access token

Input Schema

NameRequiredDescriptionDefault
codeYesAuthorization code from EVE Online SSO

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "code": { "description": "Authorization code from EVE Online SSO", "type": "string" } }, "required": [ "code" ], "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