@pipeworx/usgs-mrdata
Connect: https://gateway.pipeworx.io/usgs-mrdata/mcp · Install: one-click buttons
No MCP client? Skip the connection: POST https://gateway.pipeworx.io/v1/tools/search_packs {"query":"..."} to find a tool below, GET /v1/tools/<name> for its schema, POST the same URL with arguments for the data — see For AI agents.
Tools: 3
The USGS Mineral Resources Data System (MRDS) — ~300,000 mines, prospects, occurrences and processing plants worldwide, with commodity, deposit type, development status, production history and bibliography.
Tools
mrdata_search_deposits(bbox?, name_contains?, commodity?, limit?)— sites with deposit id, name, development status, coordinates and commodity codes.mrdata_deposit(dep_id, sections?)— the full record for one deposit.mrdata_commodities(bbox?, sample_size?)— commodity site counts for an area, or the code reference list.
Auth
Keyless.
Data sources
https://mrdata.usgs.gov/services/wfs/mrds— OGC WFS point layer (search).https://mrdata.usgs.gov/mrds/json/<dep_id>— full record for one deposit.
Things the next person would otherwise rediscover:
- The WFS speaks GML only.
outputformat=geojsonandapplication/jsonare both rejected by name; only GML 2.1.2 and GML 3.1.1 are advertised. - Use
version=1.0.0for bbox queries. WFS 1.1.0 flips EPSG:4326 to lat,lon and a 1.0.0-style bbox then returns ZERO features with no error at all. PropertyIsEqualToondep_idfails server-side.PropertyIsLikewith no wildcard works, and is what exact lookup uses.- The per-deposit JSON is a PATH,
/mrds/json/<dep_id>. The query-parameter form answers HTTP 400 with an empty body. - Commodity codes are not element symbols. MRDS codes non-metals with three
letters (
SDGsand and gravel,STNstone,CLYclay,LSTlimestone) and qualifies them with a suffix (STN_Ccrushed stone,PGE_PTplatinum).SDGis the single commonest code in the western US — a two-letter-symbol table leaves it, and most of the database, unnamed.
Tools
- mrdata_search_deposits — Search the USGS Mineral Resources Data System for mines, prospects and mineral occurrences by bounding box, site name or commodity. AUTHORITATIVE for “what has been mined near here” and “where are the
- mrdata_deposit — Full USGS MRDS record for one mineral deposit by its deposit id — commodities with their roles, deposit type and model, development status, operation type, mining method, years of first and last produ
- mrdata_commodities — Which commodities are recorded in USGS MRDS inside an area, with a site count per commodity — the “what is this region mined for” tool. Also serves as the lookup for the commodity symbols that mrdata_
Tools
mrdata_commodities— Which commodities are recorded in USGS MRDS inside an area, with a site count per commodity — the what is this region mined for tool. Also serves as the lookup for the commodity symbols that mrdata_semrdata_deposit— Full USGS MRDS record for one mineral deposit by its deposit id — commodities with their roles, deposit type and model, development status, operation type, mining method, years of first and last produmrdata_search_deposits— Search the USGS Mineral Resources Data System for mines, prospects and mineral occurrences by bounding box, site name or commodity. AUTHORITATIVE for what has been mined near here and where are the US