Data Collection
explorationmaps.com
An MCP server for searching public mineral claim registries and generating professional exploration, tenure, and infrastructure maps.
ENDPOINT 1
https://www.explorationmaps.com/mcp/server
MCP server metadata
- Name
- ExplorationMaps
- Version
- 1.0.0
ExplorationMaps creates and searches professional mineral exploration maps using supported public mineral registries.
Known tools 3
preview_exploration_mapCreate a professional mining claim, mineral tenure, investor-presentation, project-location, or infrastructure map from a supported public mineral registry.
Potential side effectssearch_mineral_claimsSearch supported official mineral-claim registries by holder/company, claim number, claim name, or geographic bounding box.
Inferred read-onlyget_mapping_capabilitiesReturn the map types, mineral-registry jurisdictions, context overlays, search modes, and styles supported by ExplorationMaps.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.