Security & Testing
tooloracle.io
Manages trust and reputation for agents in OracleNet, enabling secure referrals and verifiable credentials.
ENDPOINT 1
https://tooloracle.io/quantum/mcp
MCP server metadata
- Name
- QuantumOracle
- Version
- 1.0.0
Known tools 20
quantum_trust_passportGet a signed, portable Trust Passport (W3C Verifiable Credential) proving your trust level in OracleNet.
Inferred read-onlyquantum_reputationQuery any agent reputation: score 0-100, grade A+ to F, trust level.
Inferred read-onlyquantum_offerOracleNet Offer Card: catalog with pricing, SLAs, payment methods.
Potential side effectsquantum_intentOracleNet Intent Parser v2 (LLM-powered): describe what you need in natural language.
Inferred read-onlyquantum_statusLive status of the entire OracleNet: nodes, attestations, routes, revenue, and how to join.
Inferred read-onlyquantum_nodesList all registered OracleNet nodes with trust scores, grades, and activity.
Inferred read-onlyneural_statusShow OracleNet mesh intelligence — learned weights, rewards, synapse history, top-performing oracles.
Inferred read-onlyquantum_scanPassively inspects public machine-readable discovery surfaces for a domain.
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.quantumoracle]
url = "https://tooloracle.io/quantum/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"quantumoracle": {
"type": "http",
"url": "https://tooloracle.io/quantum/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: quantumoracle
Remote MCP URL: https://tooloracle.io/quantum/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": {
"quantumoracle": {
"url": "https://tooloracle.io/quantum/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"quantumoracle": {
"type": "http",
"url": "https://tooloracle.io/quantum/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "quantumoracle",
"transport": "streamable-http",
"url": "https://tooloracle.io/quantum/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://tooloracle.io/deal/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.tooloracle-io]
url = "https://tooloracle.io/deal/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"tooloracle-io": {
"type": "http",
"url": "https://tooloracle.io/deal/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: tooloracle-io
Remote MCP URL: https://tooloracle.io/deal/mcp
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"tooloracle-io": {
"url": "https://tooloracle.io/deal/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"tooloracle-io": {
"type": "http",
"url": "https://tooloracle.io/deal/mcp",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "tooloracle-io bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "tooloracle-io",
"transport": "streamable-http",
"url": "https://tooloracle.io/deal/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://tooloracle.io/payments/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.tooloracle-io]
url = "https://tooloracle.io/payments/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tooloracle-io": {
"type": "http",
"url": "https://tooloracle.io/payments/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tooloracle-io
Remote MCP URL: https://tooloracle.io/payments/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": {
"tooloracle-io": {
"url": "https://tooloracle.io/payments/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tooloracle-io": {
"type": "http",
"url": "https://tooloracle.io/payments/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tooloracle-io",
"transport": "streamable-http",
"url": "https://tooloracle.io/payments/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 4
https://tooloracle.io/preflight/mcp
MCP server metadata
- Name
- Decision Preflight
- Version
- 1.0.0
Known tools 7
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.decision-preflight]
url = "https://tooloracle.io/preflight/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"decision-preflight": {
"type": "http",
"url": "https://tooloracle.io/preflight/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: decision-preflight
Remote MCP URL: https://tooloracle.io/preflight/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": {
"decision-preflight": {
"url": "https://tooloracle.io/preflight/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"decision-preflight": {
"type": "http",
"url": "https://tooloracle.io/preflight/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "decision-preflight",
"transport": "streamable-http",
"url": "https://tooloracle.io/preflight/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 5
https://tooloracle.io/trust/mcp
MCP server metadata
- Name
- FeedOracle Trust Layer
- Version
- 1.0.0
Known tools 10
provenance_traceFull data provenance chain — traces every data point from external source (CoinGecko, ESMA, on-chain) through FeedOracle processing to final delivery.
Inferred read-onlyconfidence_gateDecision gate for agents: should I proceed, exercise caution, abstain, or escalate?
Inferred read-onlyevidence_anchorAnchor a fact on-chain (Polygon) as immutable, timestamped evidence.
Inferred read-onlyagent_reputationGet trust score and reputation for an AI agent from FeedOracle KYA (Know Your Agent) system.
Inferred read-onlytrust_statusTrust Layer infrastructure health, capabilities, and component status.
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.feedoracle-trust-layer]
url = "https://tooloracle.io/trust/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"feedoracle-trust-layer": {
"type": "http",
"url": "https://tooloracle.io/trust/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: feedoracle-trust-layer
Remote MCP URL: https://tooloracle.io/trust/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": {
"feedoracle-trust-layer": {
"url": "https://tooloracle.io/trust/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"feedoracle-trust-layer": {
"type": "http",
"url": "https://tooloracle.io/trust/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "feedoracle-trust-layer",
"transport": "streamable-http",
"url": "https://tooloracle.io/trust/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 6
https://tooloracle.io/uvo/mcp
MCP server metadata
- Name
- uvo-action-gate
- Version
- 1.27.1
Known tools 5
uvo_academic_verifyVerify a claim against academic literature using L1 Hallucination Layer.
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.uvo-action-gate]
url = "https://tooloracle.io/uvo/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"uvo-action-gate": {
"type": "http",
"url": "https://tooloracle.io/uvo/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: uvo-action-gate
Remote MCP URL: https://tooloracle.io/uvo/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": {
"uvo-action-gate": {
"url": "https://tooloracle.io/uvo/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"uvo-action-gate": {
"type": "http",
"url": "https://tooloracle.io/uvo/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "uvo-action-gate",
"transport": "streamable-http",
"url": "https://tooloracle.io/uvo/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 7
https://tooloracle.io/mcp
MCP server metadata
- Name
- RankOracle
- Version
- 1.2.0
Known tools 13
keyword_researchResearch keyword volume, difficulty, CPC, trends, and related keywords
Inferred read-onlydomain_overviewDomain SEO overview: organic keywords, traffic estimate, position distribution
Inferred read-onlycontent_scoreAnalyze URL for on-page SEO quality: score, readability, technical checks, recommendations
Inferred read-onlycompetitor_gapFind keywords your competitor ranks for — identify content gaps and opportunities
Inferred read-onlytitle_optimizerAnalyze current title tag and generate SEO-optimized title suggestions
Inferred read-onlyheading_analysisAnalyze H1-H4 heading structure of a page with SEO recommendations
Inferred read-onlyserp_alertCheck current SERP position and compare against previous check — tracks changes over time
Inferred read-onlybacklink_checkCheck backlinks and referring domains for a domain (requires Backlinks subscription)
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.rankoracle]
url = "https://tooloracle.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"rankoracle": {
"type": "http",
"url": "https://tooloracle.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: rankoracle
Remote MCP URL: https://tooloracle.io/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": {
"rankoracle": {
"url": "https://tooloracle.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"rankoracle": {
"type": "http",
"url": "https://tooloracle.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "rankoracle",
"transport": "streamable-http",
"url": "https://tooloracle.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 8
https://tooloracle.io/xrpl/mcp
MCP server metadata
- Name
- XRPLOracle
- Version
- 1.0.0
Known tools 31
xrpl_overviewXRPL network overview: XRP price, ledger stats, reserve requirements, base fee
Inferred read-onlyxrpl_rlusdRLUSD stablecoin compliance and risk intelligence: peg health, supply, NYDFS compliance
Inferred read-onlyxrpl_account_intelXRPL account intelligence: XRP balance, trust lines, open offers, escrows, flags
Inferred read-onlyxrpl_amm_poolsXRPL AMM liquidity pool intelligence: reserves, trading fee, LP token supply
Inferred read-onlyxrpl_payment_intelXRPL cross-border payment intelligence: routing, ODL, settlement speed, cost
Potential side effectsxrpl_token_checkXRPL issued currency risk check: issuer trust, supply, freeze capability, compliance
Inferred read-onlyxrpl_escrow_monitorXRPL escrow intelligence: locked XRP amounts, conditions, expiry, total value
Inferred read-onlyxrpl_nft_intelXRPL NFT intelligence (XLS-20): collection stats, holdings, mutable URIs, transfer fees.
Potential side effectsxrpl_server_stateXRPL network deep state: validators, amendments, fees, load, uptime.
Inferred read-onlyxrpl_gateway_balancesXRPL gateway/issuer analysis: total obligations, hot wallet balances, compliance capabilities (freeze, clawback, require auth).
Inferred read-onlyxrpl_path_findXRPL cross-currency path finding: discover optimal payment routes using DEX + AMM liquidity.
Potential side effectsxrpl_ledger_dataXRPL on-chain object scanner: explore DIDs, AMMs, MPTs, escrows, offers, checks, NFTs as native ledger objects.
Inferred read-onlyxrpl_compliance_checkXRPL compliance check: freeze status, clawback capability, auth requirements, transfer restrictions.
Potential side effectsxrpl_rlusd_supplyRLUSD live supply intelligence: on-chain circulating supply from XRPL gateway_balances, mint/burn tracking, supply changes 24h/7d.
Inferred read-onlyxrpl_rlusd_cciRLUSD Compliance Confidence Index (CCI): proprietary composite score from peg stability (40%), reserve ratio (35%), market depth (25%).
Inferred read-onlyxrpl_rlusd_integrityRLUSD multi-source integrity check: cross-references DeFiLlama price, XRPL on-chain supply, XRPL DEX liquidity.
Inferred read-onlyxrpl_rlusd_holdersRLUSD holder distribution analysis: whale concentration, top 10/50 holders, concentration risk score.
Inferred read-onlyxrpl_rlusd_serviceRLUSD CPA-attested transparency reports: reserve ratios, outstanding units, reserve values from Standard Custody (NYDFS-regulated, AICPA standard).
Inferred read-onlyxrpl_rlusd_anchorRLUSD on-chain attestation anchoring: 86+ XRPL transactions anchoring SHA-256 hashes of attestation data.
Inferred read-onlyxrpl_rlusd_webhookRLUSD enterprise webhook system: HMAC-SHA256 signed alerts for depeg, supply mismatch, reserve warnings, new attestations.
Inferred read-onlyxrpl_rlusd_enterpriseRLUSD enterprise-grade data: freshness scoring, confidence levels, multi-source attribution, compliance flags, schema versioning.
Inferred read-onlyxrpl_rwa_scoringXRPL RWA ecosystem scoring: infrastructure (95), DeFi primitives (85), compliance (90), RWA readiness (88).
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.xrploracle]
url = "https://tooloracle.io/xrpl/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"xrploracle": {
"type": "http",
"url": "https://tooloracle.io/xrpl/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: xrploracle
Remote MCP URL: https://tooloracle.io/xrpl/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": {
"xrploracle": {
"url": "https://tooloracle.io/xrpl/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"xrploracle": {
"type": "http",
"url": "https://tooloracle.io/xrpl/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "xrploracle",
"transport": "streamable-http",
"url": "https://tooloracle.io/xrpl/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 9
https://tooloracle.io/aml/mcp
MCP server metadata
- Name
- AMLOracle
- Version
- 1.0.0
Known tools 12
sanctions_screenScreen any name against EU FSF (14k), OFAC SDN (69k), UN SC (3k), Interpol (13k) watchlists.
Inferred read-onlyadverse_mediaNegative news screening: fraud, money laundering, corruption, sanctions.
Inferred read-onlyubo_lookupUltimate Beneficial Owner (UBO) identification via GLEIF LEI ownership register.
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.amloracle]
url = "https://tooloracle.io/aml/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"amloracle": {
"type": "http",
"url": "https://tooloracle.io/aml/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: amloracle
Remote MCP URL: https://tooloracle.io/aml/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": {
"amloracle": {
"url": "https://tooloracle.io/aml/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"amloracle": {
"type": "http",
"url": "https://tooloracle.io/aml/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "amloracle",
"transport": "streamable-http",
"url": "https://tooloracle.io/aml/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 tooloracle.io was fetched 2026-08-03T11:13:37.315Z and is being refreshed.
tooloracle.io 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.