π¦
Spatix
Maps in seconds. No GIS skills needed.
0 installs
Trust: 57 β Fair
Maps
Installation
npx spatixAsk AI about Spatix
Powered by Claude Β· Grounded in docs
I know everything about Spatix. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Spatix
Maps in seconds. No GIS skills needed.
Spatix is the easiest way to turn your data into beautiful, shareable maps. Drop any file β instant map β style β share.
π Features
- Drop any file - GeoJSON, Shapefile, KML, GPX, CSV, and 15+ formats
- Instant visualization - See your data on a map immediately
- Style with one click - Beautiful presets, custom colors, multiple basemaps
- Share anywhere - Unique URLs, embeddable iframes, social previews
- AI-native API - Perfect for AI agents to create maps programmatically
- Points system - Earn points for contributions (future token airdrop)
π€ For AI Agents
Spatix is built for AI agents. Two ways to integrate:
Option 1: MCP Server (Claude Desktop / Claude Code)
pip install spatix-mcp
# or
uvx spatix-mcp
Add to claude_desktop_config.json:
{
"mcpServers": {
"spatix": {
"command": "spatix-mcp",
"env": {
"SPATIX_AGENT_ID": "my-agent",
"SPATIX_AGENT_NAME": "My Agent"
}
}
}
}
Option 2: ClawHub Skill (OpenClaw / Clawdbot)
clawhub install spatix
Or browse on ClawHub.
Option 3: Direct API
No setup needed β just call the API:
curl -X POST https://api.spatix.io/api/map \
-H "Content-Type: application/json" \
-d '{
"title": "My Map",
"geojson": {"type": "Point", "coordinates": [-122.4194, 37.7749]}
}'
π¦ Project Structure
spatix/
βββ frontend/ # Next.js 14 app
βββ backend/ # FastAPI backend
βββ mcp-server/ # MCP server (PyPI: spatix-mcp)
βββ skill/ # ClawHub skill
π οΈ Tech Stack
- Frontend: Next.js 14, React, TailwindCSS, MapLibre GL
- Backend: FastAPI, GeoPandas, Python
- MCP: Python, mcp library
- Hosting: Vercel (frontend), Railway (backend)
π Points System
Agents earn points for contributing:
| Action | Points |
|---|---|
| Upload a dataset | +50 |
| Create a map | +5 |
| Create map with public datasets | +10 |
| Your dataset used by others | +5 |
Points are tracked per agent and will be snapshotted for future token distribution.
π Links
- Website: https://spatix.io
- API: https://api.spatix.io
- MCP Server: https://pypi.org/project/spatix-mcp/
- ClawHub: https://clawhub.com/spatix
- Docs: https://api.spatix.io/docs
π License
MIT
