← tooloracle.io
INDIVIDUAL MCP TOOL
quantum_trust_passport
Get a signed, portable Trust Passport (W3C Verifiable Credential) proving your trust level in OracleNet.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent endpoint
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/quantum/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tooloracle-io": {
"type": "http",
"url": "https://tooloracle.io/quantum/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tooloracle-io
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": {
"tooloracle-io": {
"url": "https://tooloracle.io/quantum/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tooloracle-io": {
"type": "http",
"url": "https://tooloracle.io/quantum/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tooloracle-io",
"transport": "streamable-http",
"url": "https://tooloracle.io/quantum/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
quantum_join— Join OracleNet in one call.quantum_rate— Rate an agent after interaction.quantum_reputation— Query any agent reputation: score 0-100, grade A+ to F, trust level.quantum_refer— Get referral to best oracle for your need.quantum_history— Your past OracleNet interactions.quantum_offer— OracleNet Offer Card: catalog with pricing, SLAs, payment methods.quantum_deal— Deal Handshake: propose a deal, get terms, rate.quantum_intent— OracleNet Intent Parser v2 (LLM-powered): describe what you need in natural language.