Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"fraud-investigator": {
"command": "python3",
"args": [
"${CLAUDE_PLUGIN_ROOT}/servers/fraud_mcp_proxy.py"
],
"env": {
"FRAUD_OIDC_URL": "http://localhost:9000",
"FRAUD_OIDC_EMAIL": "[email protected]",
"FRAUD_MCP_GATEWAY_URL": "http://localhost:8100",
"FRAUD_AUTH_GATEWAY_URL": "http://localhost:8080"
}
}
}
}Replace placeholder values for: FRAUD_AUTH_GATEWAY_URL
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
python3Command-line arguments passed to the server process
Environment variables set when the server starts
FRAUD_OIDC_URL=http://localhost:9000FRAUD_MCP_GATEWAY_URL=http://localhost:8100FRAUD_AUTH_GATEWAY_URL=http://localhost:8080Sensitive values you must provide — never committed to source control
npx claudepluginhub iceberg-security/fincrime-secured-mcp --plugin fraud-investigator