https://github.com/burberius/eve-mcp
Eve Online Model Context Protocol Server
https://github.com/burberius/eve-mcp
Last synced: 23 days ago
JSON representation
Eve Online Model Context Protocol Server
- Host: GitHub
- URL: https://github.com/burberius/eve-mcp
- Owner: burberius
- License: apache-2.0
- Created: 2025-05-18T20:24:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-22T07:59:04.000Z (about 1 year ago)
- Last Synced: 2025-07-22T11:16:28.739Z (about 1 year ago)
- Language: Java
- Size: 1010 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Eve Online Model Context Protocol Server
This is a MCP server that provides data from Eve Online to AI systems like Ollama.
Currently it just uses the public data from the SDE and ESI endpoints.
## Build and run it
```
./mvnw clean package
java -jar target/eve-mcp-0.0.1-SNAPSHOT.jar
```
## Example queries
* Is Jita a high sec system?
* Can you tell me more about Bei? Is it a safe system?
* Can you tell me how many jumps are from Jita to Hek on the safe and on the shortest route are? Are how many systems are the same on both routes?
* Were there any pod kills on the shortest route from Jita to Hek?
* How many jumps and kills were in Jita?
* Are there any incursions with a boss present?