MCP Server
MCP
WhitePact
AI governance MCP server: trust scoring, guardrails, bias/hallucination detection, compliance.
Install
uvx rai-governance-platform
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://whitepact-mcp-http.onrender.com/mcp",
"headers": [
{
"description": "Bearer API key for the hosted WhitePact MCP server. Obtain one from the WhitePact dashboard (Settings → API Keys) after creating a free org.",
"isRequired": true,
"isSecret": true,
"placeholder": "Bearer <your-api-key>",
"name": "Authorization"
}
]
},
{
"type": "sse",
"url": "https://whitepact-mcp-http.onrender.com/sse",
"headers": [
{
"description": "Bearer API key for the hosted WhitePact MCP server. Obtain one from the WhitePact dashboard (Settings → API Keys) after creating a free org.",
"isRequired": true,
"isSecret": true,
"placeholder": "Bearer <your-api-key>",
"name": "Authorization"
}
]
}
],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "rai-governance-platform",
"version": "1.2.2",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"description": "PyPI project name (distinct from the console script invoked below — see packageArguments).",
"value": "rai-governance-platform",
"type": "named",
"name": "--from"
}
],
"packageArguments": [
{
"description": "Console script to run (stdio transport, self-hosted, free, unrestricted). The legacy name `responsibleai-mcp` launches the identical process; see MIGRATION_WHITEPACT_V2.md Section 4.",
"value": "whitepact-mcp",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Logging level: DEBUG | INFO | WARNING.",
"default": "WARNING",
"name": "RAI_MCP_LOG_LEVEL"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
sse
pypi
By
Comments
Sign in to leave a comment