Skip to content
Back to search
100
MCP live http

com.ayurak/aribot-mcp

com.ayurak/aribot-mcp

Threat modeling, code, API & cloud security, shadow-AI & compliance governance.

Uptime
50.0%
2 probes
Response
562ms
last probe
Tools
14
callable

Tools · 14

generate_threat_model

Create a threat model from a normalized architecture (ReactFlow nodes + edges). Ingests components via the shared Stage-0 service; the pipeline then auto-generates threats. Returns the diagram id.

verify_threats_in_code

Verify whether threats are mitigated in a scan's uploaded code. With `threat_id`, verifies one threat synchronously and returns the verdict; without it, verifies every diagram threat in the background…

get_traceability

Return the diagram→threat→finding→control→requirement→remediation traceability matrix for a scan in your scope, with coverage metrics.

get_framework_coverage

Compliance-framework coverage for a diagram (real, ControlCodeMap-backed), optionally for one framework, plus an optional crossmap relationship graph. Wraps derive_framework_coverage + crossmap_cypher…

get_remediation

Compute a remediation plan for a threat/finding WITHOUT applying it (mode=dry_run). Runs the same governed engine as apply_remediation, including the patent gates, and returns the proposed steps.

compliance_status

Company-level compliance posture rollup (pass rate, control compliance, mitigated counts, per-framework coverage). Suitable for a CI gate. Wraps the traceability company rollup.

discover_shadow_ai

Shadow-AI posture (part of Code Security): unsanctioned / unknown AI-service usage discovered in code — totals, risk score, provider/type breakdown, hardcoded-key count, and top discoveries. Company l…

get_api_security

API security inventory (part of Code Security): discovered API endpoints with authentication status, risk level and risk factors, plus method/risk breakdowns. Company-wide or one scan with `scan_id`. …

get_cloud_compliance

Cloud security & compliance posture (Cloud Compliance): per connected cloud account, the latest CIS/NIST cloud-policy scan — compliance %, failing policies/records, status — plus a company rollup. Rea…

code_review_scan

Start (or re-run) a code-security scan for an existing scan/repository in your scope. Returns a poll pointer; results include SAST, secrets, deps, pipeline review and the traceability matrix.

compliance_scan

Run a cloud/platform or compliance scan against an account or diagram in your scope (async). scan_type ∈ platform|compliance|pipeline|sbom. Returns a task id to poll.

apply_remediation

Apply a remediation for real (mode=live). Routed through the full governance funnel — patent reachability/kill-chain gates, autonomy policy and the approval flow. If your policy requires approval it r…

get_diagram_summary

The canonical diagram summary every badge/card/header reads: threat counts by severity, risk value, compliance and framework coverage.

get_insights

Threat/control matrix metrics + framework coverage for a diagram, joined with its latest code-security scan when one exists.

Similar MCP servers embedding-nearest

Makuri Showcase (CogniLedger) live
Public MCP server for Makuri, an EU-compliant AI tutoring platform for immigrant children.
9 tools · streamable-http
Data Compliance Classifier MCP live
Classify data safety before storing or sharing. GDPR, HIPAA, PCI-DSS, CCPA. AI-powered.
3 tools · streamable-http
github-security-mcp
GitHub security posture audit tools for AI agents — organization, repository, Actions, secrets, supply chain analysis via MCP
0 tools
Bizfile MCP live
Company intelligence and sanctions screening across 130+ jurisdictions and 328 sanctions lists.
3 tools · streamable-http
TheArtOfService Compliance Intelligence live
Compliance knowledge graph: 692+ frameworks, 14,200+ controls, 819K+ cross-framework mappings.
10 tools · streamable-http
Compuute MCP Security Scanner live
Scan any public GitHub MCP-server repo for security issues. 37 MCP-specific L1 rules, 8 languages.
1 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.ayurak/aribot-mcp": {
      "url": "https://mcp.aribot.ayurak.com/mcp",
      "transport": "http"
    }
  }
}