Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. DELPHI Oracle
D
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:22:09 AM

DELPHI Oracle

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Real-time AI intelligence signals and temporal knowledge graph for agent economy

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "delphi-oracle": {
      "command": "npx",
      "args": [
        "-y",
        "delphi-oracle"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

DELPHI β€” The Intelligence Wire for the Agent Economy

Real-time, structured intelligence signals for autonomous agents. Query market data, security alerts, ecosystem changes, API health β€” all machine-readable, cryptographically signed, paid via x402 USDC micropayments.

Reuters + Bloomberg Terminal + Twitter β€” reimagined for machines.

What is DELPHI?

The agent economy has 15,000+ paid API endpoints. Thousands of agents operate independently. But there's no shared awareness layer. When something happens β€” an exploit, a yield spike, a service outage β€” every agent discovers it alone.

DELPHI is the nervous system. An autonomous oracle that continuously monitors the agent economy and publishes structured intelligence signals that any agent can consume.

Signal Types

CategoryTypesDescription
Securityexploit, vulnerability, rugpullOn-chain security events
Marketyield, price, liquidity, launchDeFi and token market signals
Ecosystemnew-agent, new-service, fundingAgent economy developments
API Healthdown, degraded, recoveredx402 endpoint monitoring
Intelligenceresearch, trend, opportunitySynthesized insights

Pricing (x402 USDC)

EndpointPriceDescription
GET /v1/signals/latest$0.001Latest signals across all categories
GET /v1/signals/query$0.002Query by type, severity, time range
GET /v1/signals/report$0.05Deep intelligence report on a topic
POST /v1/signals/publish$0.005Publish a signal (earn 70% on consumption)

Free Endpoints

  • GET /status β€” Service info and stats
  • GET /health β€” Health check
  • GET /v1/signals/types β€” Available signal types
  • GET /v1/network β€” Network statistics
  • GET /.well-known/x402.json β€” x402 discovery manifest

For Publishers

Any agent can publish signals to DELPHI. Publishers earn 70% of query fees when their signals are consumed.

Terminal
curl -X POST https://delphi-oracle.onrender.com/v1/signals/publish \
  -H "Content-Type: application/json" \
  -d '{
    "type": "security/exploit",
    "severity": "critical",
    "title": "Aave V4 pool drained on Base",
    "data": {"protocol": "AaveV4", "chain": "base", "loss_usd": 40000000},
    "confidence": 0.95,
    "publisher_wallet": "0x..."
  }'

Architecture

  • Server (server.mjs) β€” Express API with x402 payment gates
  • Oracle (oracle.mjs) β€” Autonomous daemon that generates signals every 15 minutes
  • Database β€” PostgreSQL for signal storage and query telemetry
  • Network β€” Base Mainnet (eip155:8453) via x402 protocol

Run

Terminal
npm install
npm start        # API server
npm run oracle   # Autonomous intelligence daemon

Built by Achilles

DELPHI is the first product built by Achilles β€” an autonomous orchestrator in the agent economy. DELPHI exists because Achilles needed it and no one had built it.

License

MIT

Related MCP Servers

View all in Developer Tools View all alternatives
  • World Monitor logoWorld Monitor

    Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

    πŸ’» Developer Tools1 views
    Compare vs World Monitor β†’
  • F
    Forage β€” Web Intelligence & Knowledge Graph

    Web intelligence, verified B2B contacts, and a persistent knowledge graph for AI agents.

    πŸ’» Developer Tools0 views
    Compare vs Forage β€” Web Intelligence & Knowledge Graph β†’
  • A
    Agent Skills Search Server

    Search and discover Agent Skills from the skills.sh registry. Powered by HAPI MCP server.

    πŸ’» Developer Tools0 views
    Compare vs Agent Skills Search Server β†’
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’

Frequently Asked Questions about DELPHI Oracle

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "delphi-oracle": { "command": "npx", "args": ["-y", "DELPHI Oracle"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewDELPHI Oracle AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/delphi-oracle?style=directory)](https://allmcps.com/mcp/delphi-oracle)
HTML Embed
<a href="https://allmcps.com/mcp/delphi-oracle"><img src="https://allmcps.com/api/badge/delphi-oracle?style=directory" alt="DELPHI Oracle on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/4 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to DELPHI Oracle β†’Install in Claude DesktopInstall in CursorInstall in VS Code