Skip to main content
Glama
Esdecy

auranet-omni-engine

README.md
Markdown
# ⚔ AuraNet Omni-Oracle Engine (v2.5.0)

**Autonomous, multi-chain x402-gated Model Context Protocol (MCP) intelligence server delivering sub-second structured data feeds across 20 institutional-grade verticals.**

[![Smithery](https://img.shields.io/badge/Smithery-Indexed-brightgreen)](https://smithery.ai/servers/esdecyofficial/auranet-omni-engine)
[![Settlement](https://img.shields.io/badge/Settlement-Base%20L2%20%7C%20Solana%20USDC-blue)](https://basescan.org)
[![Protocol](https://img.shields.io/badge/Protocol-x402%20v2%20%2B%20MCP-purple)](https://modelcontextprotocol.io)
[![Status](https://img.shields.io/badge/Status-Operational-emerald)]()

---

## 🌐 20 Live Institutional Oracle Feeds

| Endpoint | Category | Price (USDC) |
| :--- | :--- | :--- |
| `/api/v1/gov/contract-awards` | SAM.gov & USAspending Federal Prime Contracts | **$0.25** |
| `/api/v1/biotech/fda-catalyst` | FDA PDUFA Dates & Phase 3 Readouts | **$0.25** |
| `/api/v1/cyber/zero-day-feed` | CISA KEV Exploit Telemetry & CVSS 9.0+ | **$0.25** |
| `/api/v1/defense/satellite-recon` | SAR Satellite Maritime Vessel Tracking | **$0.30** |
| `/api/v1/finance/insider-trades` | SEC Form 4 Cluster Buys & Smart Money | **$0.20** |
| `/api/v1/finance/guidance-diff` | Corporate Earnings Guidance Variance | **$0.20** |
| `/api/v1/ip/patent-fasttrack` | USPTO Accelerated Filings & IP Claims | **$0.20** |
| `/api/v1/compute/gpu-cluster-spot` | H100/B200 GPU Spot Market Arbitrage | **$0.20** |
| `/api/v1/realestate/commercial-distress` | CMBS Delinquency & Refinancing Cliffs | **$0.20** |
| `/api/v1/legal/appellate-ruling` | Federal Patent & Appellate Precedent | **$0.22** |
| `/api/v1/logistics/chokepoint-radar` | Maritime Port Congestion & TEU Backlogs | **$0.18** |
| `/api/v1/energy/grid-congestion` | ERCOT/PJM Nodal LMP Pricing | **$0.18** |
| `/api/v1/prediction/arbitrage-spread` | Polymarket vs. Kalshi Probability Arbitrage | **$0.15** |
| `/api/v1/macro/yield-curve` | US Treasury Inversion & SOFR Spreads | **$0.15** |
| `/api/v1/crypto/liquidation-radar` | Cross-DEX High-Density Liquidation Clusters | **$0.15** |
| `/api/v1/supplychain/freight-rate` | Ocean Container Spot Rate Indices | **$0.15** |
| `/api/v1/climate/carbon-credit` | Article 6 Voluntary Carbon Pricing | **$0.14** |
| `/api/v1/sports/odds-discrepancy` | Sharp Bookmaker Movement & Discrepancies | **$0.12** |
| `/api/v1/agriculture/crop-yield` | USDA Soil Moisture & Crop Yield Forecasts | **$0.12** |
| `/api/v1/macro/cpi-nowcast` | Real-time High-Frequency Inflation Nowcast | **$0.10** |

---

## šŸ’° 20% Programmatic Developer Revenue Share

Route agent swarms or bot queries through AuraNet and earn **20% USDC rebates** on every paid transaction.

Pass your payout address in the request header:
```http
X-AFFILIATE-WALLET: 0xYourPayoutWalletAddressHere
šŸš€ 1-Line Integration
Python Tool Client
Python
from tools.auranet_tool import AuraNetOracle

client = AuraNetOracle(affiliate_wallet="0xYourPayoutWallet")
data = client.query("finance/insider-trades", "NVDA")
print(data)
Direct cURL
Bash
curl -X POST [https://auranet-omni-engine.vercel.app/api/v1/finance/insider-trades](https://auranet-omni-engine.vercel.app/api/v1/finance/insider-trades) \
  -H "Content-Type: application/json" \
  -H "X-AFFILIATE-WALLET: 0xYourPayoutWallet" \
  -d '{"query": "NVDA"}'
šŸ“„ Discovery & Verification
OpenAPI 3.1 Spec: https://auranet-omni-engine.vercel.app/openapi.json

LLMs Discovery: https://auranet-omni-engine.vercel.app/llms.txt

MCP Server Card: https://auranet-omni-engine.vercel.app/.well-known/mcp/server-card.json

XML Sitemap: https://auranet-omni-engine.vercel.app/sitemap.xml