All 54 Tools
Power Infrastructure (12 tools)
Generator Sizing
100 credits
Utility Interconnect
100 credits
NC Utility Interconnect
100 credits
Redundancy Validator
20 credits
Harmonic Analysis
50 credits
Network & Connectivity (6 tools)
Network Topology
50 credits
Bandwidth Sizing
5 credits
Latency Calculator
5 credits
DNS Architecture
50 credits
Security & Access (6 tools)
Physical Security
20 credits
Biometric Design
20 credits
Surveillance Coverage
20 credits
Cybersecurity Controls
100 credits
Compliance Checker
100 credits
Fire Suppression
20 credits
Mechanical / HVAC (6 tools)
Airflow Modeling
50 credits
Economizer Analysis
50 credits
Construction Cost
5 credits
Site & Finance (8 tools)
ROI Calculator
100 credits
Water Availability
50 credits
Noise Compliance
20 credits
Incentive Finder
100 credits
Permit Timeline
20 credits
Fiber Connectivity
100 credits
Project & Operations (6 tools)
Construction Timeline
50 credits
Commissioning Plan
50 credits
Maintenance Schedule
5 credits
Capacity Planning
50 credits
Change Management
5 credits
Energy & Sustainability (6 tools)
Carbon Footprint
50 credits
Solar Feasibility
100 credits
Battery Storage
50 credits
Energy Procurement
100 credits
Demand Response
100 credits
Environmental Impact
20 credits
Compliance & Standards (4 tools)
NFPA 110 Checker
20 credits
Subdomain Discovery
5 credits
Asset Discovery
15 credits
Vulnerability Assessment
25 credits
3 Ways to Use Your API Key
Starter plan includes 500 credits — enough to test every agent.
Option A — Quick Test (30 seconds)
curl -X POST https://security-orchestra-orchestrator.onrender.com/tools/generator_sizing \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_KEY_HERE" \
-d '{"facility_type": "hospital", "critical_load_kw": 500}'
Option B — Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"security-orchestra": {
"url": "https://security-orchestra-orchestrator.onrender.com/sse",
"headers": {
"x-api-key": "YOUR_KEY_HERE"
}
}
}
}
Config file location:
- Windows:
%APPDATA%\Claude\claude_desktop_config.json
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Linux:
~/.config/Claude/claude_desktop_config.json
Restart Claude Desktop, then ask: "Show me what Security Orchestra agents are available"
Option C — Any MCP Client
Server URL: https://security-orchestra-orchestrator.onrender.com
Header: x-api-key: YOUR_KEY_HERE