spacetime-os-mcp
v1.0.0
Published
Sentinel OS MCP Server — 27 tools for critical infrastructure security intelligence. Maritime threat detection, cable risk scoring, drone dispatch, AI agent orchestration.
Maintainers
Readme
Sentinel OS MCP Server
27-tool Model Context Protocol server for critical infrastructure security intelligence.
Install
npx spacetime-os-mcpConfigure (Claude Desktop)
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"sentinel-os": {
"command": "npx",
"args": ["-y", "spacetime-os-mcp"],
"env": {
"SPACETIME_API_KEY": "your-api-key"
}
}
}
}Get an API Key
curl -X POST https://oceanapi.ainative.studio/api/v1/portal/register \
-H "Content-Type: application/json" \
-d '{"name":"Your Name","email":"[email protected]","plan":"free"}'Or register at: https://spacetime-frontend-production.up.railway.app/register
Tools (27)
| Tool | Description |
|------|-------------|
| query_threats | Search active threats by region, severity, or type |
| get_threat_score | 7-factor composite threat score (0-100) for a location |
| get_cable_risk | Cable proximity risk scoring |
| search_vessels | Search vessels by MMSI, IMO, name, or location |
| get_vessel_profile | Behavioral profile with anomaly scoring |
| vessel_history | Full positional and behavioral history |
| get_incidents | List security incidents |
| create_incident | Create a new incident |
| correlate_events | Cross-domain correlation (maritime + cyber + space + environmental) |
| get_space_weather | Space weather conditions and infrastructure impact |
| get_internet_health | BGP, RPKI, IODA status |
| get_environmental_risk | Seismic, tsunami, weather, fire risk |
| get_geopolitical_risk | ACLED, OFAC, CERT advisories |
| get_threat_feed | Real-time threat intelligence (CISA KEV, abuse.ch) |
| dispatch_drone | Dispatch autonomous drone for inspection |
| drone_status | Get drone mission status |
| query_lakehouse | SQL query against the data lakehouse |
| lakehouse_tables | List lakehouse tables |
| lakehouse_stats | Lakehouse storage stats |
| get_agents | AI agent status (4 Sentinel agents) |
| get_live_status | Real-time system status |
| search_memory | Semantic search across agent memory |
| store_memory | Store observation in agent memory |
| get_analytics | Threat analytics and trends |
| list_connectors | Data connector status |
| provision_free_account | Auto-provision a free API key |
| get_plans | Available pricing plans |
Pricing
- Free: 10 calls/min, 1,000/day — $0/mo
- Starter: 60 calls/min, 10,000/day — $49/mo
- Professional: 300 calls/min, 100,000/day — $299/mo
- Enterprise: 1,000 calls/min, unlimited — custom
