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.
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:
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 READMEget_market_statsregionId: number, typeId: numberGet price and volume statistics for an item in a specific region
get_market_orderstypeId: number, regionId?: numberGet the current order book for an item type with metadata
get_market_historyregionId: number, typeId: numberGet price history for an item in a region
get_regionsGet list of all EVE Online regions
get_market_groupsGet list of all market groups
get_market_group_typesgroupId: numberGet list of item types in a specific market group
Comparable tools
Installation
Installing via Smithery
npx -y @smithery/cli install @kongyo2/evetycoon-mcp-server --client claudeManual Installation
- Clone this repository
- Install dependencies:
npm install- Build the project:
npm run buildFor 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
Last updated · Auto-generated from public README + GitHub signals.