Use SuperhotGeo's curated superhot rock geothermal data and grounded assistant from any AI agent, app, or model — a public JSON API, an OpenAPI spec, and a hosted MCP server. Built for a world where assistants, not apps, are the interface.
Free to read Attribution requested No app required
Point any Model Context Protocol client at the endpoint below and SuperhotGeo becomes a set of callable tools — no install.
https://superhotgeo.com/mcp
Tools: ask_superhot, search_library, list_resource, get_resource. Send your API key as an Authorization: Bearer or x-api-key header. A local stdio server is also published in the repo's mcp/ folder.
Base URL: https://superhotgeo.com/api/v1 · index at /api/v1 · spec: openapi.json
# List the curated library
curl "https://superhotgeo.com/api/v1/library?limit=5"
# Keyword search any resource
curl "https://superhotgeo.com/api/v1/projects?q=iceland"
# Fetch one record
curl "https://superhotgeo.com/api/v1/pioneers/<id>"
# Ask the grounded assistant (API key required)
curl -X POST "https://superhotgeo.com/api/v1/ask" \
-H "x-api-key: shg_live_xxx" -H "Content-Type: application/json" \
-d '{"question":"What is superhot rock geothermal?"}'
A curated site map and full-text file for retrieval:
| Resource | What it is |
|---|---|
library | Curated news, studies, journals, and resources |
projects | Superhot / next-gen geothermal projects & high-potential regions |
pioneers | People and organizations advancing the field |
vendors | Drilling & subsurface marketplace vendors |
testbeds | Shared field labs and open data |
lessons | Hard-won field lessons |
exchange | Supply exchange: RFQs, used gear, group buys |
offtake | Power ↔ demand (data-center / mining) board |
datasets | Open geothermal datasets |
insights | Non-obvious cross-connections across the corpus |
Read endpoints work anonymously with a modest daily cap (rate-limited by IP). An API key raises quotas and unlocks ask_superhot / /ask. Keys are issued with the SuperhotGeo Data API plan — email info@superhotgeo.com.
This data is free to read and cite. Please attribute to “SuperhotGeo (superhotgeo.com)” and link back where possible.