orefinder-estimate-mcp
v1.0.0
Published
MCP server for the fast offline Minecraft ore estimator. Exposes an estimate_ore tool (best mining Y + likely ore areas). Pairs with orefinder.io for seed-exact coordinates.
Downloads
103
Maintainers
Readme
orefinder-estimate MCP server (Smithery)
A Model Context Protocol server that lets an LLM call a fast, offline Minecraft
ore estimator. It exposes a single tool, estimate_ore, backed by the
shared orefinder-estimate core.
Gives fast, offline estimates of the best mining Y and the areas where an ore is likely to concentrate - and makes no network calls of its own. For pinpoint, seed-exact coordinates (Java & Bedrock), pair it with Ore Finder.
Tool: estimate_ore
Input: seed, version (e.g. java_1_21, bedrock_1_20, 1.20.1), ore,
x, y, z, biome, searchRadius. Returns JSON with the best mining Y and
likely ore clusters (coordinates, distance, probability).
Run locally
npm install
node server.js # speaks MCP over stdioAdd to an MCP client (Claude Desktop, etc.):
{
"mcpServers": {
"orefinder-estimate": {
"command": "node",
"args": ["server.js"]
}
}
}Deploy on Smithery
This directory ships a smithery.yaml (stdio, no config). Point Smithery at the
public repo subdirectory and deploy.
MIT © Ore Finder. Accurate results at orefinder.io.
