Security firewall for AI agents — scans MCP calls for injection, secrets, and risks.
claude mcp add shadowgate-mcp --transport http https://shadowgate-mcp.mcp.xpay.sh/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"shadowgate-mcp": {
"url": "https://shadowgate-mcp.mcp.xpay.sh/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"shadowgate-mcp": {
"serverUrl": "https://shadowgate-mcp.mcp.xpay.sh/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"shadowgate-mcp": {
"type": "http",
"url": "https://shadowgate-mcp.mcp.xpay.sh/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"shadowgate-mcp": {
"url": "https://shadowgate-mcp.mcp.xpay.sh/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"shadowgate-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://shadowgate-mcp.mcp.xpay.sh/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://shadowgate-mcp.mcp.xpay.sh/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.josephibra--shadowgate-mcp/reviews or the review_server meta-tool.
POST /mcp