Kloudle Cloud Security Scanner
Server Details
AWS cloud security scanners for AI agents — S3, IAM, EC2, EKS, RDS, CloudTrail, CloudWatch Logs
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.1/5 across 2 of 2 tools scored.
The two tools, 'get' and 'search', serve clearly distinct purposes: 'search' finds scanners by capability, while 'get' retrieves detailed metadata for a specific scanner. There is no functional overlap or ambiguity between them.
Both tool names are single-word imperative verbs ('get', 'search'), following a consistent and predictable naming style. The pattern is simple and easy for an agent to recognize.
With only two tools, the server feels thin for a 'Cloud Security Scanner' platform, but the scope is narrowly focused on binary discovery and retrieval. It is borderline, not excessive, and could benefit from additional tools for broader scanner management.
The tool set covers the core workflow: 'search' for discovery and 'get' for obtaining full metadata, hashes, download URLs, and ready-to-run commands. There are no obvious dead ends or missing operations for the stated purpose of accessing Kloudle scanner binaries.
Available Tools
2 toolsgetAInspect
Get full metadata, SHA256 hash, download URL, and ready-to-run shell command for a Kloudle scanner binary. Pass args to get a complete command; omit for a template with placeholders.
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | CLI args as key-value pairs (e.g., {'region': 'us-east-1'}) | |
| name | Yes | Binary name (e.g., 'k5e-aws-s3') |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It does disclose useful behavioral traits, such as the effect of args on the generated command and the return items (metadata, hash, URL, command). However, it does not explicitly state that the operation is read-only or mention any authentication or rate limit considerations, relying on the word 'Get' to imply safety.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two concise sentences that front-load the primary purpose and then add the key nuance about args. No words are wasted, and the structure is easy to scan.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple retrieval tool with two parameters and no output schema, the description covers the essential information: what the tool returns (metadata, hash, URL, shell command) and how args modify the command. It does not address potential errors or prerequisites, but for this complexity level, the coverage is adequate.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already describes both parameters with 100% coverage, so the baseline is 3. The description adds meaningful context by explaining how the 'args' parameter affects the output ('complete command' vs 'template with placeholders'), which goes beyond the schema's simple 'CLI args as key-value pairs' description.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly specifies the tool's function: 'Get full metadata, SHA256 hash, download URL, and ready-to-run shell command for a Kloudle scanner binary.' This distinguishes it from the sibling tool 'search', which likely finds binaries, whereas 'get' retrieves details for a specific binary.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides some usage guidance by explaining that passing args yields a complete command while omitting them produces a template, but it does not explicitly mention when to use this tool versus the sibling 'search' tool. The context implies you would use 'get' after finding a binary with 'search', but this is not stated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
searchAInspect
Find Kloudle cloud security scanners by capability. Returns matching binaries with name, description, check count, and severity breakdown.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query (e.g., 's3 encryption', 'iam', 'public access') |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses that the tool returns matching binaries with specific fields (name, description, check count, severity breakdown), which is useful. However, it does not mention potential limitations like pagination, empty results, or any permissions required.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with the tool's purpose followed by the return format. Every word earns its place, with no redundancy or irrelevant detail.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple single-parameter search tool with no output schema, the description is complete: it states what the tool does, what it returns, and the schema covers the input. Since there is no output schema, the return description is necessary and provided.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% coverage with a description of the 'query' parameter including examples. The tool description adds the phrase 'by capability', which clarifies the meaning of the query parameter, but this is only a minor addition over the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Find') and resource ('Kloudle cloud security scanners') with the search criterion 'by capability'. This clearly differentiates it from the sibling tool 'get', which presumably retrieves a specific item.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly states the tool is for finding scanners by capability, which gives context for when to use it. It does not explicitly mention alternatives or exclusions, but the context is clear enough to imply the appropriate use case.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Alicense-qualityAmaintenanceReal security scanners for AI coding agents — SAST (441 rules), secret detection (419+ patterns), dependency CVEs (OSV.dev), MCP/skill vetting, MITRE ATT&CK. Open-source, Rust, freeLast updated27Apache 2.0
- Flicense-qualityBmaintenanceEnables AI to scan AWS accounts, analyze attack paths, and verify security fixes on a read-only graph of cloud resources.Last updated4
- AlicenseAqualityAmaintenanceAI supply chain security scanner for MCP servers and AI agents. 18 tools for CVE scanning, blast radius mapping, CIS benchmarks, SBOM generation, and compliance enforcement across OWASP LLM Top 10, MITRE ATLAS, NIST AI RMF, and EU AI Act.Last updated7729Apache 2.0

AWS SRA Verify MCP Serverofficial
AlicenseAqualityFmaintenanceEnables AI agents to assess AWS environments against the AWS Security Reference Architecture (SRA) by providing tools to discover, describe, and run security checks across AWS services and accounts.Last updated52Apache 2.0