Skip to main content
Glama

eve-online-mcp

authenticate

Exchange EVE Online SSO authorization codes for access tokens to securely access market data via the MCP server.

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" }

Other Tools from eve-online-mcp

Related Tools

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