@ayurak/aribot-mcp
v1.4.0
Published
Aribot MCP Server for Claude - Security Intelligence Tools
Maintainers
Readme
Aribot MCP Server for Claude
Official Model Context Protocol (MCP) server providing Aribot security intelligence tools for Claude.
Installation
npm install -g @ayurak/aribot-mcpConfiguration
1. Set your API key
Use the Aribot CLI to authenticate:
npx @ayurak/aribot-cli loginOr set the environment variable:
export ARIBOT_API_KEY=your_api_key2. Configure Claude Desktop
Add to your Claude Desktop configuration (~/.claude/claude_desktop_config.json):
{
"mcpServers": {
"aribot": {
"command": "npx",
"args": ["@ayurak/aribot-mcp"]
}
}
}Available Tools
Threat Modeling
| Tool | Description |
|------|-------------|
| aribot_list_diagrams | List all threat modeling diagrams |
| aribot_get_diagram | Get detailed diagram information |
| aribot_get_threats | Get threats for a diagram |
| aribot_dashboard | Get threat modeling dashboard metrics |
Compliance
| Tool | Description |
|------|-------------|
| aribot_compliance_assess | Run compliance assessment (SOC2, ISO27001, PCI-DSS, GDPR, etc.) |
| aribot_list_standards | List available compliance standards (100+) |
Cloud Security
| Tool | Description |
|------|-------------|
| aribot_cloud_security_scan | Run cloud security scan (AWS, Azure, GCP) |
| aribot_cloud_findings | Get cloud security findings |
Red Team
| Tool | Description |
|------|-------------|
| aribot_attack_paths | Analyze potential attack paths |
| aribot_threat_intelligence | Get threat intelligence summary |
| aribot_redteam_methodologies | Get available methodologies (STRIDE, PASTA, MITRE ATT&CK) |
Digital Twin
| Tool | Description |
|------|-------------|
| aribot_digital_twin_providers | Get cloud providers (AWS, Azure, GCP) |
| aribot_digital_twin_resources | Get available cloud resources |
| aribot_digital_twin_health | Get digital twin health status |
Economics
| Tool | Description |
|------|-------------|
| aribot_economics_dashboard | Get cost metrics and security ROI |
| aribot_economics_roi | Calculate ROI for security investments |
AI Intelligence
| Tool | Description |
|------|-------------|
| aribot_ai_usage | Get AI usage statistics |
| aribot_ai_models | List available AI models |
| aribot_ai_analyze | Run AI analysis on content |
SBOM
| Tool | Description |
|------|-------------|
| aribot_sbom_list | List SBOM documents |
| aribot_sbom_upload | Upload SBOM document |
| aribot_sbom_vulnerabilities | Get SBOM vulnerabilities |
Dashboard
| Tool | Description |
|------|-------------|
| aribot_dashboard_overview | Get security dashboard overview |
| aribot_dashboard_recent | Get recent activity |
| aribot_dashboard_risk | Get risk summary |
FinOps
| Tool | Description |
|------|-------------|
| aribot_finops_costs | Get FinOps cost data |
| aribot_finops_recommendations | Get cost optimization recommendations |
Marketplace
| Tool | Description |
|------|-------------|
| aribot_marketplace_featured | Get featured marketplace templates |
| aribot_marketplace_categories | List marketplace categories |
API Keys
| Tool | Description |
|------|-------------|
| aribot_api_keys_list | List API keys |
| aribot_api_keys_create | Create new API key |
Utility
| Tool | Description |
|------|-------------|
| aribot_whoami | Get current user information |
| aribot_api_status | Check API status and rate limits |
Usage Examples
Once configured, you can ask Claude questions like:
- "List my threat modeling diagrams"
- "Show me threats for diagram abc123"
- "Run a SOC2 compliance check on my architecture"
- "What are the attack paths in my system?"
- "Calculate the ROI if I invest $50,000 in security with 40% risk reduction"
- "Show me my cloud security findings"
- "What's the health status of my digital twin?"
Requirements
- Node.js 18+
- Aribot API key (get one at https://aribot.ayurak.com)
- Claude Desktop or Claude Code
Related Packages
- @ayurak/aribot-cli - Command-line interface
- @ayurak/sdk - JavaScript/TypeScript SDK
- aribot - Python SDK
Support
- Documentation: https://developers.aristiun.com/docs/mcp
- Issues: https://github.com/ayurak/aribot-cli/issues
Changelog
v1.4.0
- Added AI Intelligence tools:
aribot_ai_usage,aribot_ai_models,aribot_ai_analyze - Added SBOM tools:
aribot_sbom_list,aribot_sbom_upload,aribot_sbom_vulnerabilities - Added Dashboard tools:
aribot_dashboard_overview,aribot_dashboard_recent,aribot_dashboard_risk - Added FinOps tools:
aribot_finops_costs,aribot_finops_recommendations - Added Marketplace tools:
aribot_marketplace_featured,aribot_marketplace_categories - Added API Keys tools:
aribot_api_keys_list,aribot_api_keys_create - Total tools: 33 (up from 18)
License
MIT
