npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@ayurak/aribot-mcp

v1.4.0

Published

Aribot MCP Server for Claude - Security Intelligence Tools

Readme

Aribot MCP Server for Claude

Official Model Context Protocol (MCP) server providing Aribot security intelligence tools for Claude.

npm License

Installation

npm install -g @ayurak/aribot-mcp

Configuration

1. Set your API key

Use the Aribot CLI to authenticate:

npx @ayurak/aribot-cli login

Or set the environment variable:

export ARIBOT_API_KEY=your_api_key

2. 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

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