# EVE Online Market Data Server

Provide real-time access to EVE Online market data including prices, orders, history, and statistics. Enable detailed market analysis and structure-specific order retrieval with support for authentic…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add kongyo2/eve-online-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list kongyo2/eve-online-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get kongyo2/eve-online-mcp get-market-prices

# Call a tool
npx -y @smithery/cli@latest tool call kongyo2/eve-online-mcp get-market-prices '{}'
```

## Tools (10)

- `get-market-prices` — Get market prices for all items in EVE Online
- `get-market-orders` — Get market orders from a specific region
- `get-market-history` — Get market history for a specific item in a region
- `get-market-groups` — Get grouped market data for a region and type
- `get-structure-orders` — Get all market orders in a structure
- `get-market-stats` — Get market statistics for a region
- `get-structure-type-orders` — Get all market orders for a specific type in a structure
- `get-auth-url` — Get the authentication URL for EVE Online SSO
- `authenticate` — Exchange authorization code for access token
- `refresh-token` — Refresh an expired access token

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get kongyo2/eve-online-mcp <tool-name>
```

---

Source: https://github.com/kongyo2/eve-online-mcp
