Skip to main content
Glama

Server Details

Pay-per-call cybersecurity for AI agents: vuln scans, threat intel, compliance, code security.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
astafford8488/agentaegis-mcp
GitHub Stars
1
Server Listing
AgentAegis

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsC

Average 3.1/5 across 26 of 26 tools scored. Lowest: 1.9/5.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct security audit or compliance function. Overlap is minimal and well-defined (e.g., vuln_scan_network vs vuln_scan_web_app). Informational tools (help, agent_whoami) are clearly separate.

Naming Consistency4/5

Tool names predominantly follow a verb_noun snake_case pattern. Minor exceptions like 'help' (noun only) and 'account_balance' (noun_noun) are still clear and do not cause confusion.

Tool Count4/5

With 26 tools, the set is slightly large but each tool serves a distinct purpose within a broad security toolkit. The scope justifies the count; it does not feel bloated.

Completeness5/5

The tool surface covers vulnerability scanning, compliance frameworks, credential checks, secret scanning, SSL/TLS, email security, DNS, threat intel, incident triage, policy generation, and more. No obvious gaps for the domain.

Available Tools

28 tools
access_reviewInspect

Audit user access against least-privilege.

ParametersJSON Schema
NameRequiredDescriptionDefault
usersYes
admin_rolesNo
previous_scan_idNoOptional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored otherwise. Does not change this tool's analysis.
sensitive_permissionsNo
account_balanceInspect

Returns the calling API key's prepaid balance, monthly limit, current month usage, and a breakdown of how many of each tool the customer can still afford. Free to call.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

agent_historyInspect

Lists your recent scans (scan_id, tool, target, status, time) so you can retrieve or chain from a prior result. Optional limit/tool/target/since filters. Free to call.

ParametersJSON Schema
NameRequiredDescriptionDefault
toolNoFilter to a single tool name (e.g. 'cve_lookup').
limitNoMax scans to return (default 25).
sinceNoISO-8601 timestamp; only scans started at/after this time.
targetNoFilter to scans of a specific target.
agent_scan_getInspect

Retrieves one of your prior scans by scan_id, including the stored full output, so you can build on earlier results without re-paying. Free to call.

ParametersJSON Schema
NameRequiredDescriptionDefault
scan_idYesThe scan id to retrieve (from agent_history).
include_full_outputNoInclude the full stored tool output, not just the summary (default true).
agent_whoamiInspect

Returns your persistent AgentAegis agent identity (agent_id), how you're identified (API key / wallet / anonymous session), and lifetime call count + spend. Free to call.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

audit_report_generateInspect

Generate audit-ready compliance reports.

ParametersJSON Schema
NameRequiredDescriptionDefault
frameworkYes
report_dateYes
report_typeYes
previous_scan_idNoOptional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored otherwise. Does not change this tool's analysis.
organization_nameYes
assessment_resultsYes
compliance_framework_checkInspect

Assess an organization's security posture against a compliance framework (SOC 2, ISO 27001, HIPAA, PCI-DSS, NIST CSF).

ParametersJSON Schema
NameRequiredDescriptionDefault
frameworkYes
previous_scan_idNoOptional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored otherwise. Does not change this tool's analysis.
organization_profileYes
control_gap_analysisInspect

Deep-dive analysis of compliance control gaps with remediation roadmap.

ParametersJSON Schema
NameRequiredDescriptionDefault
frameworkYes
failing_controlsYes
previous_scan_idNoOptional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored otherwise. Does not change this tool's analysis.
budget_constraintNo
timeline_constraintNo
credential_checkInspect

Check email/domain in breach databases (HIBP).

ParametersJSON Schema
NameRequiredDescriptionDefault
targetYes
check_typeYes
previous_scan_idNoOptional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored otherwise. Does not change this tool's analysis.
cve_lookupInspect

Look up CVE details, CVSS scores, and patches.

ParametersJSON Schema
NameRequiredDescriptionDefault
cve_idYes
previous_scan_idNoOptional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored otherwise. Does not change this tool's analysis.
dependency_auditInspect

Audit dependencies for known vulnerabilities (npm, pip, Go, Ruby, Java, Cargo).

ParametersJSON Schema
NameRequiredDescriptionDefault
sourceYes
previous_scan_idNoOptional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored otherwise. Does not change this tool's analysis.
dns_security_checkInspect

Check DNS security (SPF, DKIM, DMARC, DNSSEC).

ParametersJSON Schema
NameRequiredDescriptionDefault
domainYes
previous_scan_idNoOptional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored otherwise. Does not change this tool's analysis.
email_security_auditInspect

Comprehensive email security audit.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainYes
previous_scan_idNoOptional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored otherwise. Does not change this tool's analysis.
include_mx_analysisNo
evidence_collectInspect

Generate evidence collection plans for compliance controls.

ParametersJSON Schema
NameRequiredDescriptionDefault
frameworkYes
control_idsYes
integrationsNo
previous_scan_idNoOptional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored otherwise. Does not change this tool's analysis.
helpInspect

Returns AgentAegis FAQ — authentication, balance/billing, tool catalog, async jobs, error codes, x402, rate limits, security. Optional topic filter. Free to call.

ParametersJSON Schema
NameRequiredDescriptionDefault
topicNo
incident_triageInspect

Classify and respond to security incidents.

ParametersJSON Schema
NameRequiredDescriptionDefault
indicatorsYes
previous_scan_idNoOptional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored otherwise. Does not change this tool's analysis.
environment_contextNo
incident_descriptionYes
mfa_auditInspect

Assess MFA coverage and strength.

ParametersJSON Schema
NameRequiredDescriptionDefault
usersYes
previous_scan_idNoOptional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored otherwise. Does not change this tool's analysis.
policy_generateInspect

Generate tailored security policy documents.

ParametersJSON Schema
NameRequiredDescriptionDefault
industryYes
frameworksYes
policy_typeYes
customizationsNo
employee_countYes
previous_scan_idNoOptional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored otherwise. Does not change this tool's analysis.
organization_nameYes
sast_scanInspect

Static analysis for security vulnerabilities. Supports Python, JS/TS, Java, Go, Ruby, PHP, C/C++.

ParametersJSON Schema
NameRequiredDescriptionDefault
sourceYes
previous_scan_idNoOptional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored otherwise. Does not change this tool's analysis.
severity_thresholdNo
scan_mcp_pluginInspect

Scan an MCP server (git repo or code) for supply-chain risk BEFORE trusting it — exfiltration (secrets/env to the network), prompt-injection sinks, dangerous capabilities, npm install hooks, obfuscation, plus Semgrep + secret scanning → a PROCEED/CAUTION/BLOCK verdict with findings.

ParametersJSON Schema
NameRequiredDescriptionDefault
sourceYes
previous_scan_idNoOptional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored otherwise. Does not change this tool's analysis.
scan_skillInspect

Scan an agent SKILL (git repo or SKILL.md) for supply-chain risk BEFORE trusting it — prompt-injection / hidden-unicode in the instructions (hard block), over-broad allowed-tools grants, plus exfiltration, dangerous capabilities, secrets and obfuscation in bundled scripts → a PROCEED/CAUTION/BLOCK verdict.

ParametersJSON Schema
NameRequiredDescriptionDefault
sourceYes
previous_scan_idNoOptional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored otherwise. Does not change this tool's analysis.
secret_scanInspect

Detect hardcoded secrets in source code.

ParametersJSON Schema
NameRequiredDescriptionDefault
sourceYes
include_historyNo
previous_scan_idNoOptional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored otherwise. Does not change this tool's analysis.
ssl_tls_auditInspect

Audit SSL/TLS configuration for a domain.

ParametersJSON Schema
NameRequiredDescriptionDefault
portNo
hostnameYes
previous_scan_idNoOptional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored otherwise. Does not change this tool's analysis.
threat_intel_lookupInspect

IOC lookup against threat intel feeds.

ParametersJSON Schema
NameRequiredDescriptionDefault
indicatorYes
indicator_typeYes
previous_scan_idNoOptional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored otherwise. Does not change this tool's analysis.
vet_endpointInspect

Composite trust verdict (PROCEED/CAUTION/BLOCK) for an endpoint an agent is about to call or pay — combines TLS/cert health, DNS hygiene, threat-intel reputation, and domain age into one decision with reasons.

ParametersJSON Schema
NameRequiredDescriptionDefault
endpointYesThe endpoint to vet — a full URL (https://api.example.com/pay) or a bare domain (example.com).
previous_scan_idNoOptional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored otherwise. Does not change this tool's analysis.
vuln_prioritizeInspect

Prioritize vulnerabilities by exploitability and business impact.

ParametersJSON Schema
NameRequiredDescriptionDefault
findingsYes
business_contextNo
previous_scan_idNoOptional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored otherwise. Does not change this tool's analysis.
vuln_scan_networkInspect

Scan an IP/domain for open ports, services, and vulnerabilities.

ParametersJSON Schema
NameRequiredDescriptionDefault
asyncNo
targetYes
scan_typeYes
port_rangeNo
previous_scan_idNoOptional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored otherwise. Does not change this tool's analysis.
vuln_scan_web_appInspect

Scan a web app for OWASP Top 10 vulnerabilities.

ParametersJSON Schema
NameRequiredDescriptionDefault
asyncNo
scan_depthYes
target_urlYes
exclude_pathsNo
authenticationNo
previous_scan_idNoOptional. A prior scan_id (from agent_history) to record as this call's parent — builds a traversable chained-workflow lineage retrievable via agent_scan_get. Must be one of your own scans; ignored otherwise. Does not change this tool's analysis.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.