INDIVIDUAL MCP TOOL
address_screen
Screen a crypto address against the full live OFAC SDN list, segmented by chain.
LIVE ENDPOINT
https://x402.professorsausages.com/mcp/trust
Connect to this endpoint to inspect the live schema for address_screen 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.sausage-trust]
url = "https://x402.professorsausages.com/mcp/trust"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sausage-trust": {
"type": "http",
"url": "https://x402.professorsausages.com/mcp/trust"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sausage-trust
Remote MCP URL: https://x402.professorsausages.com/mcp/trust
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": {
"sausage-trust": {
"url": "https://x402.professorsausages.com/mcp/trust"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sausage-trust": {
"type": "http",
"url": "https://x402.professorsausages.com/mcp/trust"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sausage-trust",
"transport": "streamable-http",
"url": "https://x402.professorsausages.com/mcp/trust"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
find_data— Describe the data you need in plain language (e.pricing— Every endpoint this server fronts, with its exact per-call USD price (x402, USDC on Base) and a one-line summary, read live from the route table.request_data— The suggestion box: ask for data we don't have (a pre-2015 filing, an uncovered ticker, an unsupported chain, a whole dataset).email_check— Deliverability signals for one address: RFC5322 syntax, live MX/SPF/DMARC over DNS-over-HTTPS, disposable/role-account flags.phone_check— Validate and normalize a phone number: E.domain_intel— RDAP registration card for a domain (creation/expiry dates, registrar, statuses, nameservers, DNSSEC) plus derived risk flags like domain age.url_screen— Screen a URL against the URLhaus blocklist snapshot plus deterministic live heuristics (redirect chain, host reputation signals, lookalike patterns).sanctions_screen— Fuzzy-screen a name against the full OFAC SDN + Consolidated lists.