# Oracle-42 Intelligence

Sovereign AI intelligence platform with 94,000+ threat intelligence data points across 18 darknet collections.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add oracle42/intelligence

# Browse available tools
npx -y @smithery/cli@latest tool list oracle42/intelligence

# Get full schema for a tool
npx -y @smithery/cli@latest tool get oracle42/intelligence threat_intelligence

# Call a tool
npx -y @smithery/cli@latest tool call oracle42/intelligence threat_intelligence '{}'
```

## Direct MCP Connection

Endpoint: `https://intelligence--oracle42.run.tools`

## Tools (6)

- `threat_intelligence` — Search 48,000+ darknet intelligence points across 18 collections. Returns threat analysis with sources.
- `smart_contract_audit` — AI-powered Solidity smart contract security audit with vulnerability detection, exploit strategies, and Foundry PoC gen…
- `oracle_reading` — Esoteric AI consultation using 42+ divination systems: Tarot, Astrology, I-Ching, Kabbalah, Human Design, Gene Keys.
- `legal_compliance_check` — Check legal basis for AI agent activities against 283-document Norwegian/EU legal RAG database.
- `vulnerability_scan` — OWASP Top 13 automated vulnerability scan with 28 pentest workflows.
- `defi_opportunities` — Top 50 stablecoin DeFi yields from DeFi Llama, updated every 2 hours.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get oracle42/intelligence <tool-name>
```
