Node Api
Description
# Node API **Version:** 0.5.2 **Status:** Phase 3 — Public **Live at:** [nodeapi.ai](https://nodeapi.ai) | [API Docs](https://nodeapi.ai/docs) | [MCP](https://nodeapi.ai/mcp/sse) Machine-native spatial data processing for AI agents and developers. 25 endpoints. Pay $0.01 USDC…
About
# Node API **Version:** 0.5.2 **Status:** Phase 3 — Public **Live at:** [nodeapi.ai](https://nodeapi.ai) | [API Docs](https://nodeapi.ai/docs) | [MCP](https://nodeapi.ai/mcp/sse) Machine-native spatial data processing for AI agents and developers. 25 endpoints. Pay $0.01 USDC per operation on Solana. No accounts, no…
Details
- Author
- eianray
- Downloads
- 300
- Categories
- Developer Tools
Jump to
- 25 endpoints for spatial data processing (format conversion, validation, reprojection, geoprocessing, vector tiles)
- $0.01 flat fee per operation via Solana Pay (USDC on Solana Mainnet)
- MCP integration with 22 tools, accessible via SSE (remote) or stdio (local)
- No accounts, API keys, or subscriptions – pay per operation
- Supports GeoJSON, Shapefile (.zip), GeoPackage (.gpkg), KML, GDB, and DXF
- Webhooks for async jobs with HMAC-signed payloads
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Node ApiCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Send a POST request to any endpoint with your spatial file; the API returns a 402 with Solana Pay recipient details. Send exactly 0.01 USDC on Solana Mainnet (include memo nodeapi:<operation>), then retry the request with the X-PAYMENT header containing your transaction signature. Alternatively, connect any MCP client to the SSE endpoint at https://nodeapi.ai/mcp/sse for remote tool access.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"node api": {
"node-api": {
"url": "https://nodeapi.ai/mcp/sse"
}
}
}
}
McpServers
{
"node-api": {
"url": "https://nodeapi.ai/mcp/sse"
}
}
Node API
Version: 0.5.2
Status: Phase 3 — Public
Live at: nodeapi.ai | API Docs | MCP
Machine-native spatial data processing for AI agents and developers. 25 endpoints. Pay $0.01 USDC per operation on Solana. No accounts, no API keys, no subscriptions.
---
Quick Start
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





