Security & Testing
xguardgate.com
Provides safety testing and policy inspection for agent transactions.
ENDPOINT 1
https://api.xguardgate.com/mcp
MCP server metadata
- Name
- xguard-universal-paid-secretless-gateway
- Version
- 5.1.0
XGuard Universal Paid AI Agent + Secretless Gateway exposes signed pricing and x402-paid tools while keeping reusable upstream API credentials outside AI agent context. Operators provision encrypted credentials and scoped capabilities; agents use xguard_egress_fetch. When an operator keeps the reusable credential exclusively in XGuard instead of distributing it to agents, XGuard becomes the required credential-backed egress path for that agent environment. ProofRail adds an ES256-signed proof to authorized credential-backed egress outcomes so callers can verify the enforced path without seeing the secret. Canonical remote MCP endpoint: https://api.xguardgate.com/mcp. XGuard Action Rail, x402 facilitator routing, receipts and inspection remain available as compatibility capabilities.
Known tools 19
xguard.capabilitiesReturn the enabled and disabled XGuard tools, their security boundary, and canonical discovery URLs.
Inferred read-onlyxguard_verify_proofVerify an XGuard ProofRail compact ES256 proof and return its signed execution payload.
Inferred read-onlyxguard_egress_fetchExecute one scoped outbound HTTPS request using an XGuard capability.
Potential side effectsxguard_action_railDiscover XGuard Action Rail: a protocol-neutral execution gate for AI side effects.
Inferred read-onlyxguard_facilitatorReturn XGuard's machine-readable x402 facilitator identity, endpoints, live capabilities, automatic routing policy and pricing.
Inferred read-onlyxguard_routeAsk XGuard which live downstream settlement path it would choose for an x402 network/scheme while keeping XGuard as the configured facilitator URL.
Inferred read-onlyxguard_discovery_searchSearch the x402 Bazaar catalogs reachable through XGuard without knowing a provider or tool name in advance.
Inferred read-onlyxguard_protocolsList transaction protocols and edge surfaces recognized by XGuard.
Inferred read-onlyxguard_supportedReturn currently supported x402 payment kinds aggregated from healthy configured settlement providers.
Potential side effectsxguard_integrationReturn integration, security controls and pricing for the XGuard in-path facilitator URL.
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.xguard-universal-paid-secretless-gateway]
url = "https://api.xguardgate.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"xguard-universal-paid-secretless-gateway": {
"type": "http",
"url": "https://api.xguardgate.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: xguard-universal-paid-secretless-gateway
Remote MCP URL: https://api.xguardgate.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": {
"xguard-universal-paid-secretless-gateway": {
"url": "https://api.xguardgate.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"xguard-universal-paid-secretless-gateway": {
"type": "http",
"url": "https://api.xguardgate.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "xguard-universal-paid-secretless-gateway",
"transport": "streamable-http",
"url": "https://api.xguardgate.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.