← Registry

Security & Testing

probitylabs.ai

This MCP server provides tools to screen Ethereum addresses, retrieve screening narratives, and compare screening runs.

1 endpoint7 known toolsFirst detected August 5, 2026Last detected September 5, 2026

ENDPOINT 1

https://mcp.probitylabs.ai/mcp

No auth detected

MCP server metadata

Name
probity-labs
Version
1.1.0
Capabilities
tools.listChanged
Server instructions

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

screen_address

Screen an Ethereum address or `.

Inferred read-only
get_screening_narrative

Retrieve the enhanced Probity review for a completed screen by its screeningId.

Inferred read-only
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.

Inferred read-only
compare_screening_runs

Compare two completed screens by their screeningId and see what changed.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
get_credit_balance

Returns the authenticated user's current credit balance as a whole number of credits.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for probitylabs.ai was fetched 2026-08-21T18:00:51.604Z.

Trust status Trusted

probitylabs.ai is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.