INDIVIDUAL MCP TOOL
get_address_screening_history
Retrieve 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.
LIVE ENDPOINT
https://mcp.probitylabs.ai/mcp
Connect to this endpoint to inspect the live schema for get_address_screening_history and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
screen_address— Screen an Ethereum address or `.get_screening_narrative— Retrieve the enhanced Probity review for a completed screen by its screeningId.compare_screening_runs— Compare two completed screens by their screeningId and see what changed.get_screening_history— Returns 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.get_monitoring_events— Returns 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.get_credit_balance— Returns the authenticated user's current credit balance as a whole number of credits.