← Registry

Security & Testing

ayurak.com

A security tool for threat modeling, verification, and compliance coverage analysis.

2 endpoints32 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://mcp.aribot.ayurak.com

No auth detected

MCP server metadata

Name
aribot-mcp
Version
1.0.0
Capabilities
tools

Known tools 16

get_billing

Billing status + self-service payment for your company: credit-wallet balance, pay-per-use flag, license tier / annual commitment, per-action prices, purchasable plans, and any approved-but-unpaid plans.

Potential side effects
onboard_agents

Bulk-onboard agent identities to the governed fleet (Agent Governance).

Inferred read-only
generate_threat_model

Create a threat model from a normalized architecture (ReactFlow nodes + edges).

Potential side effects
verify_threats_in_code

Verify whether threats are mitigated in a scan's uploaded code.

Inferred read-only
get_traceability

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

Inferred read-only
get_framework_coverage

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

Inferred read-only
get_remediation

Compute a remediation plan for a threat/finding WITHOUT applying it (mode=dry_run).

Inferred read-only
compliance_status

Company-level compliance posture rollup (pass rate, control compliance, mitigated counts, per-framework coverage).

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
code_review_scan

Start (or re-run) a code-security scan for an existing scan/repository in your scope.

Inferred read-only
compliance_scan

Run a cloud/platform or compliance scan against an account or diagram in your scope (async).

Inferred read-only
apply_remediation

Apply a remediation for real (mode=live).

Inferred read-only
get_diagram_summary

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

Inferred read-only
get_insights

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

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.aribot-mcp]
url = "https://mcp.aribot.ayurak.com"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: aribot-mcp
Remote MCP URL: https://mcp.aribot.ayurak.com

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "aribot-mcp": {
      "url": "https://mcp.aribot.ayurak.com"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "aribot-mcp": {
      "type": "http",
      "url": "https://mcp.aribot.ayurak.com"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "aribot-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.aribot.ayurak.com"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://mcp.aribot.ayurak.com/mcp

No auth detected

MCP server metadata

Name
aribot-mcp
Version
1.0.0
Capabilities
tools

Known tools 16

get_billing

Billing status + self-service payment for your company: credit-wallet balance, pay-per-use flag, license tier / annual commitment, per-action prices, purchasable plans, and any approved-but-unpaid plans.

Potential side effects
onboard_agents

Bulk-onboard agent identities to the governed fleet (Agent Governance).

Inferred read-only
generate_threat_model

Create a threat model from a normalized architecture (ReactFlow nodes + edges).

Potential side effects
verify_threats_in_code

Verify whether threats are mitigated in a scan's uploaded code.

Inferred read-only
get_traceability

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

Inferred read-only
get_framework_coverage

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

Inferred read-only
get_remediation

Compute a remediation plan for a threat/finding WITHOUT applying it (mode=dry_run).

Inferred read-only
compliance_status

Company-level compliance posture rollup (pass rate, control compliance, mitigated counts, per-framework coverage).

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
code_review_scan

Start (or re-run) a code-security scan for an existing scan/repository in your scope.

Inferred read-only
compliance_scan

Run a cloud/platform or compliance scan against an account or diagram in your scope (async).

Inferred read-only
apply_remediation

Apply a remediation for real (mode=live).

Inferred read-only
get_diagram_summary

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

Inferred read-only
get_insights

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

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.aribot-mcp]
url = "https://mcp.aribot.ayurak.com/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: aribot-mcp
Remote MCP URL: https://mcp.aribot.ayurak.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "aribot-mcp": {
      "url": "https://mcp.aribot.ayurak.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "aribot-mcp": {
      "type": "http",
      "url": "https://mcp.aribot.ayurak.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "aribot-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.aribot.ayurak.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for ayurak.com was fetched 2026-07-26T07:27:36.682Z and is being refreshed.

Trust status Trusted

ayurak.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.