INDIVIDUAL MCP TOOL
get_guardian_assessment_contract
Returns the exact public service, pricing, identity chain, and authority boundaries for the read-only assessment preview.
LIVE ENDPOINT
https://agents.cyberfortifysolutions.com/mcp
Connect to this endpoint to inspect the live schema for get_guardian_assessment_contract and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.cyberfortify-guardian-agent-security]
url = "https://agents.cyberfortifysolutions.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cyberfortify-guardian-agent-security": {
"type": "http",
"url": "https://agents.cyberfortifysolutions.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cyberfortify-guardian-agent-security
Remote MCP URL: https://agents.cyberfortifysolutions.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": {
"cyberfortify-guardian-agent-security": {
"url": "https://agents.cyberfortifysolutions.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cyberfortify-guardian-agent-security": {
"type": "http",
"url": "https://agents.cyberfortifysolutions.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cyberfortify-guardian-agent-security",
"transport": "streamable-http",
"url": "https://agents.cyberfortifysolutions.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_agent_security_overview— Returns the public overview, capabilities, authorization boundary, and authoritative links for CyberFortify Guardian Agent Security.get_agent_security_principles— Returns the public control principles Guardian applies to agent identity, signed mission policy, tenant isolation, evidence, and revocation.quick_check_agent_artifact— Performs bounded static analysis without contacting external systems, using credentials, installing software, or changing state.get_agent_security_readiness_checklist— Returns a defensive checklist for inventorying agents, identities, tools, credentials, approval boundaries, evidence, and containment capability.