← Registry

Security & Testing

tooloracle.io

Manages trust and reputation for agents in OracleNet, enabling secure referrals and verifiable credentials.

x402 supported9 endpoints98 known toolsFirst detected May 13, 2026Last detected August 29, 2026

ENDPOINT 1

https://tooloracle.io/quantum/mcp

No auth detected

MCP server metadata

Name
QuantumOracle
Version
1.0.0
Capabilities
tools

Known tools 20

quantum_join

Join OracleNet in one call.

Inferred read-only
quantum_trust_passport

Get a signed, portable Trust Passport (W3C Verifiable Credential) proving your trust level in OracleNet.

Inferred read-only
quantum_rate

Rate an agent after interaction.

Inferred read-only
quantum_reputation

Query any agent reputation: score 0-100, grade A+ to F, trust level.

Inferred read-only
quantum_refer

Get referral to best oracle for your need.

Inferred read-only
quantum_history

Your past OracleNet interactions.

Inferred read-only
quantum_offer

OracleNet Offer Card: catalog with pricing, SLAs, payment methods.

Potential side effects
quantum_deal

Deal Handshake: propose a deal, get terms, rate.

Inferred read-only
quantum_intent

OracleNet Intent Parser v2 (LLM-powered): describe what you need in natural language.

Inferred read-only
quantum_route

Find the best oracle for a task.

Inferred read-only
quantum_preflight

Pre-flight check before agent-to-agent interaction.

Inferred read-only
quantum_settle

Record a completed deal settlement.

Inferred read-only
quantum_status

Live status of the entire OracleNet: nodes, attestations, routes, revenue, and how to join.

Inferred read-only
quantum_nodes

List all registered OracleNet nodes with trust scores, grades, and activity.

Inferred read-only
neural_status

Show OracleNet mesh intelligence — learned weights, rewards, synapse history, top-performing oracles.

Inferred read-only
quantum_scan

Passively inspects public machine-readable discovery surfaces for a domain.

Inferred read-only
quantum_subscribe

Subscribe to OracleNet events via webhook.

Inferred read-only
quantum_feed

OracleNet event feed — latest signals, changes, alerts.

Inferred read-only
quantum_ask

The front door of OracleNet.

Inferred read-only
quantum_execute

Execute a tool on an OracleNet oracle.

Potential side effects

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.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

Auth required

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

No auth detected

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

No auth detected

MCP server metadata

Name
Decision Preflight
Version
1.0.0
Capabilities
tools

Known tools 7

decision_preflight

One call.

Inferred read-only
verify_claim

Verify a specific agent claim against FeedOracle signed evidence.

Inferred read-only
freshness_guard

Is this data current or stale?

Inferred read-only
provenance_trace

Where does this data come from?

Inferred read-only
policy_gate

Does this asset/action comply with a specific policy?

Inferred read-only
verify_tool_usage

Forensic verification for agent tool-use claims.

Inferred read-only
health_check

Decision Preflight health and capabilities.

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.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

No auth detected

MCP server metadata

Name
FeedOracle Trust Layer
Version
1.0.0
Capabilities
tools

Known tools 10

verify_claim

Verify an agent's claim against FeedOracle signed evidence.

Inferred read-only
get_signed_fact

Get a cryptographically signed, machine-verifiable fact.

Inferred read-only
provenance_trace

Full data provenance chain — traces every data point from external source (CoinGecko, ESMA, on-chain) through FeedOracle processing to final delivery.

Inferred read-only
freshness_guard

Check if data is current, stale, or expired.

Inferred read-only
hallucination_check

Compare an agent's statement against ground truth evidence.

Inferred read-only
verify_signature

Verify a JWS or DSSE signature from FeedOracle evidence.

Inferred read-only
confidence_gate

Decision gate for agents: should I proceed, exercise caution, abstain, or escalate?

Inferred read-only
evidence_anchor

Anchor a fact on-chain (Polygon) as immutable, timestamped evidence.

Inferred read-only
agent_reputation

Get trust score and reputation for an AI agent from FeedOracle KYA (Know Your Agent) system.

Inferred read-only
trust_status

Trust Layer infrastructure health, capabilities, and component status.

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.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

No auth detected

MCP server metadata

Name
uvo-action-gate
Version
1.27.1
Capabilities
experimentalpromptsresourcestools

Known tools 5

ping

Health check — returns server status, version, available tools.

Inferred read-only
uvo_quick

Fast deterministic check — schema, danger patterns, containment.

Inferred read-only
uvo_full

Full deterministic validation — all layers except L1 academic.

Inferred read-only
uvo_citation_check

Detect phantom or hallucinated citations in any text.

Inferred read-only
uvo_academic_verify

Verify a claim against academic literature using L1 Hallucination Layer.

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.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

No auth detected

MCP server metadata

Name
RankOracle
Version
1.2.0
Capabilities
tools

Known tools 13

keyword_research

Research keyword volume, difficulty, CPC, trends, and related keywords

Inferred read-only
check_ranking

Check where a domain ranks for a specific keyword in Google top 100

Inferred read-only
serp_snapshot

Get top 10 Google results for a keyword with SERP features

Inferred read-only
domain_overview

Domain SEO overview: organic keywords, traffic estimate, position distribution

Inferred read-only
content_score

Analyze URL for on-page SEO quality: score, readability, technical checks, recommendations

Inferred read-only
competitor_gap

Find keywords your competitor ranks for — identify content gaps and opportunities

Inferred read-only
title_optimizer

Analyze current title tag and generate SEO-optimized title suggestions

Inferred read-only
meta_generator

Analyze and generate optimized meta title + description for a URL

Inferred read-only
heading_analysis

Analyze H1-H4 heading structure of a page with SEO recommendations

Inferred read-only
rank_tracker

Track ranking positions for multiple keywords at once (max 10)

Inferred read-only
serp_alert

Check current SERP position and compare against previous check — tracks changes over time

Inferred read-only
backlink_check

Check backlinks and referring domains for a domain (requires Backlinks subscription)

Inferred read-only
health_check

Server health, version, tool status, and API connectivity

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.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

No auth detected

MCP server metadata

Name
XRPLOracle
Version
1.0.0
Capabilities
tools

Known tools 31

xrpl_overview

XRPL network overview: XRP price, ledger stats, reserve requirements, base fee

Inferred read-only
xrpl_rlusd

RLUSD stablecoin compliance and risk intelligence: peg health, supply, NYDFS compliance

Inferred read-only
xrpl_account_intel

XRPL account intelligence: XRP balance, trust lines, open offers, escrows, flags

Inferred read-only
xrpl_dex_orderbook

XRPL native DEX order book: bids/asks for any currency pair

Inferred read-only
xrpl_amm_pools

XRPL AMM liquidity pool intelligence: reserves, trading fee, LP token supply

Inferred read-only
xrpl_payment_intel

XRPL cross-border payment intelligence: routing, ODL, settlement speed, cost

Potential side effects
xrpl_token_check

XRPL issued currency risk check: issuer trust, supply, freeze capability, compliance

Inferred read-only
xrpl_escrow_monitor

XRPL escrow intelligence: locked XRP amounts, conditions, expiry, total value

Inferred read-only
xrpl_nft_intel

XRPL NFT intelligence (XLS-20): collection stats, holdings, mutable URIs, transfer fees.

Potential side effects
xrpl_nft_offers

XRPL NFT buy/sell offers for a specific NFToken.

Inferred read-only
xrpl_trust_lines

XRPL trust line analysis: all issued currencies an account holds.

Inferred read-only
xrpl_server_state

XRPL network deep state: validators, amendments, fees, load, uptime.

Inferred read-only
xrpl_gateway_balances

XRPL gateway/issuer analysis: total obligations, hot wallet balances, compliance capabilities (freeze, clawback, require auth).

Inferred read-only
xrpl_path_find

XRPL cross-currency path finding: discover optimal payment routes using DEX + AMM liquidity.

Potential side effects
xrpl_ledger_data

XRPL on-chain object scanner: explore DIDs, AMMs, MPTs, escrows, offers, checks, NFTs as native ledger objects.

Inferred read-only
xrpl_compliance_check

XRPL compliance check: freeze status, clawback capability, auth requirements, transfer restrictions.

Potential side effects
xrpl_rlusd_supply

RLUSD live supply intelligence: on-chain circulating supply from XRPL gateway_balances, mint/burn tracking, supply changes 24h/7d.

Inferred read-only
xrpl_rlusd_cci

RLUSD Compliance Confidence Index (CCI): proprietary composite score from peg stability (40%), reserve ratio (35%), market depth (25%).

Inferred read-only
xrpl_rlusd_integrity

RLUSD multi-source integrity check: cross-references DeFiLlama price, XRPL on-chain supply, XRPL DEX liquidity.

Inferred read-only
xrpl_rlusd_holders

RLUSD holder distribution analysis: whale concentration, top 10/50 holders, concentration risk score.

Inferred read-only
xrpl_rlusd_service

RLUSD CPA-attested transparency reports: reserve ratios, outstanding units, reserve values from Standard Custody (NYDFS-regulated, AICPA standard).

Inferred read-only
xrpl_rlusd_anchor

RLUSD on-chain attestation anchoring: 86+ XRPL transactions anchoring SHA-256 hashes of attestation data.

Inferred read-only
xrpl_rlusd_webhook

RLUSD enterprise webhook system: HMAC-SHA256 signed alerts for depeg, supply mismatch, reserve warnings, new attestations.

Inferred read-only
xrpl_rlusd_enterprise

RLUSD enterprise-grade data: freshness scoring, confidence levels, multi-source attribution, compliance flags, schema versioning.

Inferred read-only
xrpl_iso20022

ISO 20022 mappable XML structure for RLUSD evidence.

Inferred read-only
xrpl_rwa_scoring

XRPL RWA ecosystem scoring: infrastructure (95), DeFi primitives (85), compliance (90), RWA readiness (88).

Inferred read-only
xrpl_quantum_join

Join OracleNet via your XRPL wallet.

Inferred read-only
xrpl_beacon_pulse

Read the OracleNet beacon.

Inferred read-only
xrpl_settlement_status

XRPL settlement lane: fees, speed, RLUSD supply, liquidity.

Inferred read-only
xrpl_escrow_create

Create an XRPL native escrow for agent-to-agent deals.

Potential side effects
xrpl_escrow_check

Check active XRPL escrows for an address.

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.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

No auth detected

MCP server metadata

Name
AMLOracle
Version
1.0.0
Capabilities
tools

Known tools 12

sanctions_screen

Screen any name against EU FSF (14k), OFAC SDN (69k), UN SC (3k), Interpol (13k) watchlists.

Inferred read-only
sanctions_detail

Full entity record for sanctions hit.

Inferred read-only
pep_check

PEP (Politically Exposed Person) check via Wikidata.

Inferred read-only
adverse_media

Negative news screening: fraud, money laundering, corruption, sanctions.

Inferred read-only
country_risk

Country risk assessment: FATF Blacklist, Greylist, EU High-Risk.

Inferred read-only
ubo_lookup

Ultimate Beneficial Owner (UBO) identification via GLEIF LEI ownership register.

Inferred read-only
kyc_bundle

Full KYC in one call: Sanctions + PEP + Adverse Media + Country Risk.

Inferred read-only
transaction_risk

AML transaction risk scoring: amount, corridor, sender screening.

Inferred read-only
aml_news

AMLR / AMLA / AMLD6 regulatory news.

Inferred read-only
amlr_calendar

AMLR compliance milestones.

Inferred read-only
watchlist_update

Check watchlist freshness and reload from OpenSanctions.

Inferred read-only
health_check

AMLOracle server status, backend checks, and watchlist cache status.

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.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.

Trust status Neutral

tooloracle.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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