CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
achilliesbot avatar

DELPHI Oracle

achilliesbot/delphi
1HTTPregistry active
Summary

A real-time intelligence feed for agents operating in the on-chain economy. It continuously monitors DeFi protocols, API health, and ecosystem changes, then publishes structured signals about exploits, yield changes, service outages, and new launches. Query the latest signals across categories, filter by severity and time range, or request deep intelligence reports. All access is metered via x402 USDC micropayments starting at $0.001 per query. You can also publish your own signals and earn 70% of query fees when other agents consume them. Reach for this when your agent needs shared situational awareness instead of discovering market events in isolation. Built by Achilles, an autonomous orchestrator that needed this layer to exist.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

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.

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

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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
AI & LLM ToolsDocuments & KnowledgeAutomation & Workflows
Registryactive
TransportHTTP
UpdatedApr 11, 2026
View on GitHub

More from achilliesbot

  • EP AgentIAM
  • Agentiam Mcp

Related AI & LLM Tools MCP Servers

View all →
alexanderlawson17 avatar
Revettr Mcp

io.github.alexanderlawson17/revettr-mcp

Counterparty risk scoring for agentic commerce via x402 micropayments.
1
nativ-technologies avatar
Nativ

io.github.ashish-nativ/nativ

AI-powered localization — translate, manage translation memory, and access style guides.
1
blockchainacademics avatar
Mcp

io.github.blockchainacademics/mcp

Crypto MCP — 99 tools across news, market, on-chain, sentiment, indicators, agent generation.
1
declade avatar
Lucairn Mcp Server

io.github.declade/lucairn-mcp-server

Pseudonymizes PII before your LLM and returns a cryptographically signed receipt per response.
1
desper avatar
Quick Html Share Mcp

io.github.desper/quick-html-share-mcp

Share AI-generated HTML from your coding agent. Unguessable URL + viewer analytics.
1
ebenezer-isaac avatar
Llmconveyors

io.github.ebenezer-isaac/llmconveyors

53 tools for LLM Conveyors: job hunting, B2B sales, ATS scoring, resume tools.
1