degenscan-intel
Ingests Binance announcements (e.g., new token listings, delistings, system maintenance) as events that can impact cryptocurrency assets in the exposure graph.
Ingests Coinbase status updates (e.g., outages, trading halts, maintenance) as events affecting cryptocurrency assets.
Ingests FCC regulatory actions and announcements (e.g., spectrum auctions, rulemakings) as events that can impact telecom and technology assets.
Ingests per-ticker news headlines from Google News as corroborating events for entities in the universe, providing additional context and confirmation.
Best-effort connector that ingests Reddit discussions (e.g., from investing subreddits) as a sentiment signal, though it is not a primary source.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@degenscan-intelwhat moved NVDA, BTC, and oil in the last 4 hours?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
degenscan-intel
Cross-asset event intelligence for autonomous agents. One normalized feed of everything that moves prices — natural events, regulators, central banks, federal rules, corporate filings, trading halts, on-chain shocks, prediction-market shifts — scored against an exposure graph into per-asset impacts, and sold per call in USDC via x402 or by API key.
Agents don't want a 3D globe. They want
events_since("4h", universe=["NVDA","BTC","CL"])for half a cent.
Spec and rationale: docs/SPEC.md.
Quick start
npm install # Node ≥ 22.13 required (node:sqlite)
cp .env.example .env # optional; runs keyless in free mode by default
npm run probe # hit every connector once, dry-run, report reachability + sample scored events
npm run dev # ingest scheduler + MCP (POST /mcp) + REST (/v1) on :8787curl 'localhost:8787/v1/events?since=4h&universe=NVDA,TSM,BTC&min_confidence=0.2'
curl localhost:8787/v1/impact/NVDA?since=24h
curl localhost:8787/v1/graph/MSTR
curl localhost:8787/v1/regime
curl localhost:8787/v1/sourcesMCP (streamable HTTP, stateless): POST http://host:8787/mcp. Stdio for local agents: npm run mcp:stdio.
Related MCP server: x402nano
What's inside
Layer | File(s) | Notes |
Schema |
|
|
Universe |
| ~110 curated equities (tags: sector/hq/rev/input/reg/theme) + ETFs, indices, 15 crypto, commodities, FX, rates. Daily top-100-by-volume refresh (Nasdaq screener → Yahoo fallback → seed) |
Exposure graph |
| ~230 curated edges + tag-derived edges + 30 critical facilities with lat/lng (fabs, ports, straits, refineries). |
Engine |
| entity linking (tickers, names, countries, regulators, commodities, themes, geo→facility), deterministic direction inference, session calendar ( |
Connectors |
| 40 keyless sources: USGS, GDACS, EONET, NHC, NWS, SWPC · SEC EFTS 8-K by item, EDGAR Atom (Form 4/13D/S-1), SEC/Fed/ECB/BoE/BoJ press, Fed speeches, Federal Register API, FTC, DOJ, FDA, CFTC, FCC, White House, EU Commission, CISA KEV, OFAC, TreasuryDirect · Nasdaq halts, Nasdaq earnings, PR Newswire, Business Wire, GlobeNewswire, Google News per ticker, NHTSA · DefiLlama hacks + stablecoin supply, CoinGecko abnormal moves, Binance announcements, Coinbase status, mempool fees, Polymarket, GDELT DOC |
Store |
| SQLite via |
Server |
| Fastify REST + MCP; |
Tools & pricing
Tool | Price | What it answers |
| $0.005 | what happened since t that touches my universe (past t = backtest) |
| $0.003 | net directional pressure on one asset + source events |
| $0.002 | who/what an asset is exposed to |
| $0.01 | venues open, 24h pressure ranking, high-severity events, prediction markets |
| $0.02 | rationale for one event |
| free | discovery & transparency |
Free quota: 100 calls/day/IP without payment. Then 402 with x402 requirements, or X-API-KEY.
Configuration
See .env.example. Nothing is required to run. For paid mode set X402_PAY_TO (Base address) and, for Base mainnet, a facilitator that supports it (Coinbase CDP or self-hosted). INTEL_UA must include a contact e-mail — SEC blocks anonymous clients.
Deploy (Render)
render.yaml defines one web service (server + scheduler in-process, persistent disk for SQLite). Dockerfile for anywhere else.
Design principles
Primary sources first. SEC, Fed, USGS, Nasdaq before any news site. Media is corroboration (
corroboration.count), never origin.Deterministic hot path. No LLM between event and impact — latency < 200 ms, cost ≈ 0.
explainis the only place a model may be used.Everything auditable.
raw_refpoints at the source document;pathshows the graph route;sources_statusis public.Universe is versioned. Every response carries
universe_versionso backtests are reproducible.Legal by construction. Only public/government/issuer data; no real-time equity quote redistribution; unofficial APIs (Nasdaq, Yahoo, Reddit) isolated as best-effort connectors.
Roadmap
See SPEC §8. Next: deploy + live probe → real x402 settlement → registries (Smithery, Glama, x402 Bazaar) → 10-K-driven graph expansion → webhooks → Degenscan bot integration.
Credits
Event-source ideas and the supplier-overlay concept trace to OSIRIS by simplifaisoul (MIT). This project shares no code with it and no UI; it is the data/agent layer OSIRIS never had.
License: MIT — © 2026 Edutech Wise FZCO / degenscan.io
This server cannot be deployed
Maintenance
Related MCP Connectors
Pay-per-call DeFi and macro intel for AI agents. x402 USDC tools via streamable HTTP /api/mcp.
Realtime financial context for AI agents: what changed, who is affected, and what to watch next. One suite covering news, events, guidance, filing changes, sentiment, stakeholders, and alerts. Information-efficient responses with evidence for every result. First-class point-in-time safety for backtests. Pairs well with web search and a market-data API. All data is our own.
Pay-per-call change-intelligence feeds for AI agents over x402 (deps, security, regs, tariffs)
Market intelligence for AI agents. Real-time data, cross-market analysis, and regime detection.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenance56 pay-per-call MCP endpoints for AI agents. Market signals, macro economics, crypto/DeFi, geopolitical intelligence, SEC filings, GitHub velocity, sanctions screening. USDC on Base Mainnet via x402.-
- AlicenseAqualityBmaintenanceProvides free Polymarket discovery data alongside paid deep-market intelligence tools via live x402 HTTP handshakes on Base mainnet. It allows AI agents to securely settle real, ultra-low-cost USDC micro-payments (0.05 USDC) directly over the Model Context Protocol.4MIT
- AlicenseAqualityCmaintenancePay-per-call MCP server for market data with USDC micro-payments, featuring unique ML market-regime forecasts, news catalyst radar, and a live-verified algorithmic trading track record.1236 npmMIT

oom-x402-mcpofficial
FlicenseNot gradedqualityBmaintenanceMCP server exposing 1,000+ pay-per-call API endpoints across agent infrastructure (memory, coordination, secrets, verification), data, compute, finance, weather, geography, and reference categories — payments via x402 protocol in USDC on Base.-