MCP Catalogs
Home

evetycoon-mcp-server

by kongyo2·3·Score 36

An MCP server for EVE Online market data, providing access to price statistics, order books, and historical information.

ecommerceai-llmother
0
Forks
0
Open issues
10 mo ago
Last commit
2d ago
Indexed

Overview

The EVE Tycoon MCP server connects to the EVE Tycoon API to retrieve market data for EVE Online items across different regions. It provides tools for getting market statistics, current orders, price history, and static data like regions and market groups. The server is well-documented with clear installation instructions, examples, and API endpoint coverage.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Analyze EVE Online market trends for specific items across regions
you:Track price history and volume statistics for in-game commodities
you:Compare market prices between different regions to identify profitable trading routes
you:Does this server require authentication?
you:How often is the market data updated?

When to choose this

Choose this server if you need EVE Online market data integration for AI analysis or trading bots.

When NOT to choose this

Don't choose if you need real-time market data or require write access to the EVE database - this server only provides read-only access.

Tools this server exposes

6 tools extracted from the README
  • get_market_statsregionId: number, typeId: number

    Get price and volume statistics for an item in a specific region

  • get_market_orderstypeId: number, regionId?: number

    Get the current order book for an item type with metadata

  • get_market_historyregionId: number, typeId: number

    Get price history for an item in a region

  • get_regions

    Get list of all EVE Online regions

  • get_market_groups

    Get list of all market groups

  • get_market_group_typesgroupId: number

    Get list of item types in a specific market group

Comparable tools

eve-online-api-wrapperesi-mcp-servereve-prism

Installation

Installing via Smithery

npx -y @smithery/cli install @kongyo2/evetycoon-mcp-server --client claude

Manual Installation

  1. Clone this repository
  2. Install dependencies:
npm install
  1. Build the project:
npm run build

For Claude Desktop

Add to your Claude Desktop configuration:

{
  "mcpServers": {
    "evetycoon": {
      "command": "node",
      "args": ["/path/to/evetycoon-mcp-server/dist/index.js"]
    }
  }
}

FAQ

Does this server require authentication?
No, the server connects to public EVE Tycoon API endpoints that don't require authentication.
How often is the market data updated?
The server passes through caching information from the EVE Tycoon API via the 'Expires' header, respecting their rate limits.

Compare evetycoon-mcp-server with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.