Skip to main content
Glama

eve-online-mcp

refresh-token

Renew an expired access token for EVE Online MCP server by providing a valid refresh token, ensuring continued access to real-time market data via the ESI API.

Instructions

Refresh an expired access token

Input Schema

NameRequiredDescriptionDefault
refresh_tokenYesRefresh token from previous authentication

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "refresh_token": { "description": "Refresh token from previous authentication", "type": "string" } }, "required": [ "refresh_token" ], "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