Node Api
@eianray
关于 Node Api
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"node-api": {
"url": "https://nodeapi.ai/mcp/sse"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Node Api?
Node Api is a machine-native spatial data processing API for AI agents and developers. It provides 25 endpoints for geospatial operations, paid via $0.01 USDC micropayments on Solana Mainnet, with no accounts, API keys, or subscriptions required.
How to use Node Api?
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.
Key features of Node Api
- 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
Use cases of Node Api
- Validate and repair geometry in GeoJSON or Shapefile datasets
- Convert between vector formats (GeoJSON, Shapefile, GeoPackage, KML)
- Buffer, clip, intersect, or union multiple spatial layers for analysis
- Extract geometry from DXF/CAD files and export as GeoJSON
- Generate vector tile packages (.mbtiles) for web mapping
FAQ from Node Api
How much does each operation cost?
Each paid endpoint costs $0.01 USDC flat, sent via Solana Pay on Solana Mainnet. The payment is per API call, regardless of file size.
Do I need an account or API key?
No. Node Api uses no accounts, API keys, or subscriptions. Pay per operation using Solana Pay.
What spatial formats does Node Api support?
Input formats: GeoJSON, Shapefile (zipped), GeoPackage, KML, GDB (read only), and DXF. Output is typically GeoJSON, but conversion endpoints accept multiple output formats.
How do I handle large files or async jobs?
For large files (e.g., DXF conversion), pass a webhook_url parameter. Node Api will process the job asynchronously and POST a result payload to your URL when complete, including a download link.
How can I integrate Node Api with an AI agent?
Node Api exposes all 25 endpoints as MCP tools. Connect any MCP client (e.g., Claude Desktop) to the remote SSE endpoint https://nodeapi.ai/mcp/sse without authentication, or run the local MCP server with a Python venv.
开发工具 分类下的更多 MCP 服务器
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
Huoshan Test
volcengine
Sentry
modelcontextprotocolModel Context Protocol Servers
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
评论