Security & Testing
probitylabs.ai
This MCP server provides tools to screen Ethereum addresses, retrieve screening narratives, and compare screening runs.
ENDPOINT 1
https://mcp.probitylabs.ai/mcp
MCP server metadata
- Name
- probity-labs
- Version
- 1.1.0
All Probity tools require an authenticated session. If you are not signed in, your MCP client will prompt you to authenticate via OAuth; calls made without a valid session are rejected. Tool discovery (tools/list) is available without signing in.
Known tools 7
get_screening_narrativeRetrieve the enhanced Probity review for a completed screen by its screeningId.
Inferred read-onlyget_address_screening_historyRetrieve the authenticated user's prior screening runs for a specific Ethereum address, each with the same detail as screen_address: reputation score, band, confidence, sanctioned flag, and the top evidence signals.
Inferred read-onlycompare_screening_runsCompare two completed screens by their screeningId and see what changed.
Inferred read-onlyget_screening_historyReturns the authenticated user's most recent screening runs across all addresses, newest first, each with the same detail as screen_address: score, band, confidence, sanctioned flag, and the top evidence signals.
Inferred read-onlyget_monitoring_eventsReturns the authenticated user's monitoring events: material reputation changes detected on their monitored addresses, oldest first, each with the change type, a summary, and the band transition.
Inferred read-onlyget_credit_balanceReturns the authenticated user's current credit balance as a whole number of credits.
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.probity-labs]
url = "https://mcp.probitylabs.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"probity-labs": {
"type": "http",
"url": "https://mcp.probitylabs.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: probity-labs
Remote MCP URL: https://mcp.probitylabs.ai/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": {
"probity-labs": {
"url": "https://mcp.probitylabs.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"probity-labs": {
"type": "http",
"url": "https://mcp.probitylabs.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "probity-labs",
"transport": "streamable-http",
"url": "https://mcp.probitylabs.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for probitylabs.ai was fetched 2026-08-21T18:00:51.604Z.
probitylabs.ai is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.