Stratalize Oracle
Official3 toolsby stratalize
Crypto price and threshold consensus with ML-DSA-65 attestation and Base anchoring.
Crypto pricing with ML-DSA-65 attestation and blockchain anchoring.
Captured live from the server via tools/list.
get_verify_crypto_price
Verify current crypto asset price via multi-source consensus. Returns attested consensus price with agreement score across independent sources (CoinGecko, Coinbase, Kraken).
Parameters (3)
- symbolstringrequired
- fiatstring
- tolerance_pctnumber
get_resolve_price_threshold
Resolve whether a crypto asset is above or below a threshold via multi-source consensus for settlement and verification workflows.
Parameters (5)
- symbolstringrequired
- fiatstring
- thresholdnumberrequired
- directionstringrequired
- tolerance_pctnumber
get_stratalize_overview
START HERE — Returns the complete Stratalize tool catalog: governed MCP tools across finance, healthcare, governance, real estate, crypto, and intelligence. Available via public MCP (no auth) or x402 micropayments on Base ($0.02 atomic · $0.10 benchmark · $0.50 synthesis · $1.00 premium). Org intelligence, agent governance, and role briefs require OAuth. Call this first to discover tools by role or vertical.
No parameters.
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://www.stratalize.com/api/mcp-public?vertical=oracleclaude_desktop_config.json
{
"mcpServers": {
"oracle": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.stratalize.com/api/mcp-public?vertical=oracle"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.