Security & Testing
ayurak.com
A security tool for threat modeling, verification, and compliance coverage analysis.
ENDPOINT 1
https://mcp.aribot.ayurak.com
MCP server metadata
- Name
- aribot-mcp
- Version
- 1.0.0
Known tools 16
get_billingBilling 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 effectsonboard_agentsBulk-onboard agent identities to the governed fleet (Agent Governance).
Inferred read-onlygenerate_threat_modelCreate a threat model from a normalized architecture (ReactFlow nodes + edges).
Potential side effectsverify_threats_in_codeVerify whether threats are mitigated in a scan's uploaded code.
Inferred read-onlyget_traceabilityReturn the diagram→threat→finding→control→requirement→remediation traceability matrix for a scan in your scope, with coverage metrics.
Inferred read-onlyget_framework_coverageCompliance-framework coverage for a diagram (real, ControlCodeMap-backed), optionally for one framework, plus an optional crossmap relationship graph.
Inferred read-onlyget_remediationCompute a remediation plan for a threat/finding WITHOUT applying it (mode=dry_run).
Inferred read-onlycompliance_statusCompany-level compliance posture rollup (pass rate, control compliance, mitigated counts, per-framework coverage).
Inferred read-onlydiscover_shadow_aiShadow-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-onlyget_api_securityAPI security inventory (part of Code Security): discovered API endpoints with authentication status, risk level and risk factors, plus method/risk breakdowns.
Inferred read-onlyget_cloud_complianceCloud 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-onlycode_review_scanStart (or re-run) a code-security scan for an existing scan/repository in your scope.
Inferred read-onlycompliance_scanRun a cloud/platform or compliance scan against an account or diagram in your scope (async).
Inferred read-onlyget_diagram_summaryThe canonical diagram summary every badge/card/header reads: threat counts by severity, risk value, compliance and framework coverage.
Inferred read-onlyget_insightsThreat/control matrix metrics + framework coverage for a diagram, joined with its latest code-security scan when one exists.
Inferred read-onlyCONNECT 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
MCP server metadata
- Name
- aribot-mcp
- Version
- 1.0.0
Known tools 16
get_billingBilling 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 effectsonboard_agentsBulk-onboard agent identities to the governed fleet (Agent Governance).
Inferred read-onlygenerate_threat_modelCreate a threat model from a normalized architecture (ReactFlow nodes + edges).
Potential side effectsverify_threats_in_codeVerify whether threats are mitigated in a scan's uploaded code.
Inferred read-onlyget_traceabilityReturn the diagram→threat→finding→control→requirement→remediation traceability matrix for a scan in your scope, with coverage metrics.
Inferred read-onlyget_framework_coverageCompliance-framework coverage for a diagram (real, ControlCodeMap-backed), optionally for one framework, plus an optional crossmap relationship graph.
Inferred read-onlyget_remediationCompute a remediation plan for a threat/finding WITHOUT applying it (mode=dry_run).
Inferred read-onlycompliance_statusCompany-level compliance posture rollup (pass rate, control compliance, mitigated counts, per-framework coverage).
Inferred read-onlydiscover_shadow_aiShadow-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-onlyget_api_securityAPI security inventory (part of Code Security): discovered API endpoints with authentication status, risk level and risk factors, plus method/risk breakdowns.
Inferred read-onlyget_cloud_complianceCloud 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-onlycode_review_scanStart (or re-run) a code-security scan for an existing scan/repository in your scope.
Inferred read-onlycompliance_scanRun a cloud/platform or compliance scan against an account or diagram in your scope (async).
Inferred read-onlyget_diagram_summaryThe canonical diagram summary every badge/card/header reads: threat counts by severity, risk value, compliance and framework coverage.
Inferred read-onlyget_insightsThreat/control matrix metrics + framework coverage for a diagram, joined with its latest code-security scan when one exists.
Inferred read-onlyCONNECT 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.
ayurak.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.