INDIVIDUAL MCP TOOL
preview_exploration_map
Create a professional mining claim, mineral tenure, investor-presentation, project-location, or infrastructure map from a supported public mineral registry.
LIVE ENDPOINT
https://www.explorationmaps.com/mcp/server
Connect to this endpoint to inspect the live schema for preview_exploration_map and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.explorationmaps]
url = "https://www.explorationmaps.com/mcp/server"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"explorationmaps": {
"type": "http",
"url": "https://www.explorationmaps.com/mcp/server"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: explorationmaps
Remote MCP URL: https://www.explorationmaps.com/mcp/server
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"explorationmaps": {
"url": "https://www.explorationmaps.com/mcp/server"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"explorationmaps": {
"type": "http",
"url": "https://www.explorationmaps.com/mcp/server"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "explorationmaps",
"transport": "streamable-http",
"url": "https://www.explorationmaps.com/mcp/server"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_mineral_claims— Search supported official mineral-claim registries by holder/company, claim number, claim name, or geographic bounding box.get_mapping_capabilities— Return the map types, mineral-registry jurisdictions, context overlays, search modes, and styles supported by ExplorationMaps.