Real-time AI intelligence signals and temporal knowledge graph for agent economy
{
"mcpServers": {
"io-github-achilliesbot-delphi-oracle": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Real-time AI intelligence signals and temporal knowledge graph for agent economy
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 1 days ago. 1 stars.
Will it work with my client?
Transport: . Compatibility not confirmed.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
MCP Security Weekly
Get CVE alerts and security updates for io.github.achilliesbot/delphi-oracle and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
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.
| Category | Types | Description |
|---|---|---|
| Security | exploit, vulnerability, rugpull | On-chain security events |
| Market | yield, price, liquidity, launch | DeFi and token market signals |
| Ecosystem | new-agent, new-service, funding | Agent economy developments |
| API Health | down, degraded, recovered | x402 endpoint monitoring |
| Intelligence | research, trend, opportunity | Synthesized insights |
| Endpoint | Price | Description |
|---|---|---|
| GET /v1/signals/latest | $0.001 | Latest signals across all categories |
| GET /v1/signals/query | $0.002 | Query by type, severity, time range |
| GET /v1/signals/report | $0.05 | Deep intelligence report on a topic |
| POST /v1/signals/publish | $0.005 | Publish a signal (earn 70% on consumption) |
GET /status — Service info and statsGET /health — Health checkGET /v1/signals/types — Available signal typesGET /v1/network — Network statisticsGET /.well-known/x402.json — x402 discovery manifestAny agent can publish signals to DELPHI. Publishers earn 70% of query fees when their signals are consumed.
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..."
}'
server.mjs) — Express API with x402 payment gatesoracle.mjs) — Autonomous daemon that generates signals every 15 minutesnpm install
npm start # API server
npm run oracle # Autonomous intelligence daemon
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.
MIT