← SuperhotGeo

SuperhotGeo for AI & developers

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

Three ways to connect

1. Hosted MCP server (recommended for agents)

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.

2. REST API

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?"}'

3. Read directly (for LLMs)

A curated site map and full-text file for retrieval:

Resources

ResourceWhat it is
libraryCurated news, studies, journals, and resources
projectsSuperhot / next-gen geothermal projects & high-potential regions
pioneersPeople and organizations advancing the field
vendorsDrilling & subsurface marketplace vendors
testbedsShared field labs and open data
lessonsHard-won field lessons
exchangeSupply exchange: RFQs, used gear, group buys
offtakePower ↔ demand (data-center / mining) board
datasetsOpen geothermal datasets
insightsNon-obvious cross-connections across the corpus

Access & quotas

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.

Attribution

This data is free to read and cite. Please attribute to “SuperhotGeo (superhotgeo.com)” and link back where possible.