Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"evetycoon-mcp-server": {
"args": [
"-y",
"@kongyo2/evetycoon-mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server that provides access to the EVE Tycoon API for EVE Online market data.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@kongyo2/evetycoon-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @kongyo2/evetycoon-mcp-server against OSV.dev.
Click any tool to inspect its schema.
EVE Tycoon API DocumentationQuick reference for API endpoints and usage
https://evetycoon.com/api
market-analysisGenerate queries to find market data for specific items
comprehensive-analysisPerform detailed market analysis for items
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment / finance
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
The official MCP Server for the Mux API
A Model Context Protocol server for building an investor agent
AI agents get on-chain identity, credentials, reputation, escrow, and persistent memory on XRPL.
MCP Security Weekly
Get CVE alerts and security updates for Evetycoon Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server that provides access to the EVE Tycoon API for EVE Online market data.
This MCP server allows you to interact with the EVE Tycoon API to retrieve market data, price statistics, order books, and historical pricing information for EVE Online items across different regions.
To install evetycoon-mcp-server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @kongyo2/evetycoon-mcp-server --client claude
Clone this repository
Install dependencies:
npm install
Build the project:
npm run build
Run the server in development mode:
npm run dev
Build and start the server:
npm run build
npm start
Run tests:
npm test
This MCP server provides access to all documented EVE Tycoon API endpoints:
/v1/market/stats/{regionId}/{typeId} - Market statistics/v1/market/orders/{typeId} - Order book data/v1/market/history/{regionId}/{typeId} - Price history/v1/market/regions - All regions/v1/market/groups - All market groups/v1/market/groups/{groupId}/types - Types in market groupThe server connects to the EVE Tycoon API at https://evetycoon.com/api. No authentication is required for the public endpoints.
Please respect the Expires header returned by the EVE Tycoon API. The server will pass through caching information from the upstream API.
// Using the get_market_stats tool
{
"regionId": 10000002, // The Forge
"typeId": 44992 // PLEX
}
// Using the get_market_orders tool
{
"typeId": 44992, // PLEX
"regionId": 10000002 // Optional: filter by region
}
// Using the get_market_history tool
{
"regionId": 10000002, // The Forge
"typeId": 44992 // PLEX
}
MIT License
Contributions are welcome! Please feel free to submit a Pull Request.
This is an unofficial tool and is not affiliated with CCP Games or EVE Online. EVE Online is a trademark of CCP hf.