Security & Testing
402oracle.com
Provides verification of business legitimacy, crypto asset prices, URL freshness, and factual claims.
ENDPOINT 1
https://402oracle.com/mcp
MCP server metadata
- Name
- 402oracle
- Version
- 1.3.0
402oracle: verification layer for agent decisions. Free MCP tier is rate-limited and returns UNSIGNED results. For cryptographically signed attestations (suitable for audit trails), call the paid x402 HTTP endpoints listed at /.well-known/x402.
Known tools 4
verify_businessVerify a business or domain is real and established before your agent pays an invoice, onboards a vendor, or trusts it.
Potential side effectsverify_priceConfirm a crypto asset's price before your agent trades, quotes, or settles on it.
Inferred read-onlyverify_freshnessCheck that a URL is live and current before your agent acts on its contents.
Inferred read-onlyverify_claimFact-check a single factual claim against web evidence before your agent relies on it.
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.402oracle]
url = "https://402oracle.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"402oracle": {
"type": "http",
"url": "https://402oracle.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: 402oracle
Remote MCP URL: https://402oracle.com/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": {
"402oracle": {
"url": "https://402oracle.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"402oracle": {
"type": "http",
"url": "https://402oracle.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "402oracle",
"transport": "streamable-http",
"url": "https://402oracle.com/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 402oracle.com was fetched 2026-07-26T05:52:11.982Z.
402oracle.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.