geotap-mcp-server 2.2.0 → 2.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geotap-mcp-server",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "MCP server for GeoTap — access 37 US federal environmental and infrastructure data sources from Claude, Cursor, and other AI tools",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
package/src/index.js CHANGED
@@ -70,7 +70,8 @@ IMPORTANT:
70
70
  - All data from authoritative US federal sources. Always cite the source agency.
71
71
  - Responses include _summary with plain-English descriptions — use these in answers.
72
72
  - Data is for informational purposes. Remind users to verify for engineering/regulatory decisions.
73
- - Coordinates must be within the United States (including territories).`
73
+ - Coordinates must be within the United States (including territories).
74
+ - API key required. Users can get a free key at https://geotapdata.com/developers (one-click signup).`
74
75
  });
75
76
 
76
77
  // ── Shared tool call handler ────────────────────────────────────────
package/src/llms.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  # GeoTap API
2
2
 
3
- > Access 37 US federal environmental and infrastructure data sources through a single API.
3
+ > Access 71 US federal environmental and infrastructure data layers through a single API.
4
4
 
5
5
  GeoTap aggregates real-time data from FEMA, USGS, EPA, NOAA, USDA/NRCS, USFWS, USACE, DOT, and Census Bureau into a unified REST API and MCP server for AI tools.
6
6
 
@@ -16,7 +16,7 @@ https://geotapdata.com/api/v1
16
16
 
17
17
  ## Authentication
18
18
 
19
- Include `X-API-Key` header. Get a key at https://geotapdata.com (free tier: 50 requests/month).
19
+ Include `X-API-Key` header. Get a free API key at https://geotapdata.com/developers (one-click signup).
20
20
 
21
21
  ## MCP Server
22
22