axion-mcp
v1.0.0
Published
Connect Claude Desktop to Axion MCP - AWS-native satellite imagery analysis server
Maintainers
Readme
Axion MCP
Satellite imagery analysis for Claude Desktop — powered by AWS STAC, Sentinel-2, Landsat, and ML classification.
Quick Start
1. Get Your API Key
Contact @Dhenenjay or request access at Axion-MCP-SSE.
2. Add to Claude Desktop
Edit your Claude Desktop config file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"axion": {
"command": "npx",
"args": ["-y", "axion-mcp", "--api-key", "YOUR_API_KEY"]
}
}
}3. Restart Claude Desktop
That's it! You now have access to 7 powerful satellite imagery tools.
What Can You Do?
Ask Claude things like:
- "Show me NDVI for San Francisco"
- "Search for Sentinel-2 imagery of the Amazon rainforest from last month"
- "Create a land cover classification map of Iowa cropland"
- "Generate a false color composite of Tokyo"
- "What's the vegetation health in Central Park?"
Available Tools
| Tool | Description |
|------|-------------|
| axion_data | Search satellite imagery (Sentinel-2, Landsat, NAIP) |
| axion_map | Create interactive maps with vegetation/water indices |
| axion_process | Generate composites, indices (NDVI, NDWI, EVI, etc.) |
| axion_classification | ML land cover classification with training data |
| axion_export | Export GeoTIFF, thumbnails, map tiles |
| axion_sar2optical | Convert SAR radar imagery to optical using AI |
| axion_system | Check system status and configuration |
Command Line Options
npx axion-mcp --help
Options:
--api-key KEY Your Axion API key
--url URL Custom server URL
--help, -h Show help
--version, -v Show versionEnvironment Variables
export AXION_API_KEY=your_key_here
export AXION_SSE_URL=https://axion-mcp-sse.onrender.com/sse # optionalSelf-Hosting
Want to run your own server? See the full documentation.
git clone https://github.com/Dhenenjay/Axion-MCP-SSE
cd Axion-MCP-SSE
docker build -t axion-mcp .
docker run -p 3000:3000 axion-mcpLicense
MIT © Axion Orbital
