INDIVIDUAL MCP TOOL
get_mapping_capabilities
Return the map types, mineral-registry jurisdictions, context overlays, search modes, and styles supported by ExplorationMaps.
LIVE ENDPOINT
https://www.explorationmaps.com/mcp/server
Connect to this endpoint to inspect the live schema for get_mapping_capabilities and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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
preview_exploration_map— Create a professional mining claim, mineral tenure, investor-presentation, project-location, or infrastructure map from a supported public mineral registry.search_mineral_claims— Search supported official mineral-claim registries by holder/company, claim number, claim name, or geographic bounding box.