achilles-ep-delphi
Agent safety infrastructure (RiskOracle, NoLeak, MemGuard, SecureExec, FlowCore) and real-time DELPHI Oracle intelligence signals. x402 USDC
Open source Repository Open in the app JSON README (API)
About
Agent safety infrastructure (RiskOracle, NoLeak, MemGuard, SecureExec, FlowCore) and real-time DELPHI Oracle intelligence signals. x402 USDC micropayments on Base Mainnet. 19 tools across 2 MCP servers.
Details
- Kind
- Plugins
- Topic
- Finance & crypto
- Publisher
- achilliesbot
- Origin
- marketplace
- Category
- ferramentas
- Last push
- 2026-04-11T03:27:57Z
- Repository state
- ativo
- Language
- JavaScript
- License
- MIT
- Added
- 2026-08-30 01:48:58
- Updated
- 2026-08-30 01:48:58
- Origin id
achilliesbot/achilles-ep-delphi-plugin-marketplace/achilles-ep-delphi
README
# Achilles EP + DELPHI — Claude Code Plugin Marketplace
Agent safety infrastructure and real-time intelligence for autonomous agents. Every tool is paid via x402 USDC micropayments on Base Mainnet.
## What You Get
**EP AgentIAM** — Five safety pillars for agent execution:
| Pillar | What It Does | Cost |
|--------|-------------|------|
| RiskOracle | Pre-action risk scoring | $0.01 |
| NoLeak | Execution integrity / leak detection | $0.01 |
| MemGuard | Memory state verification | $0.01 |
| SecureExec | Sandboxed tool execution | $0.01 |
| FlowCore | Full pipeline (all 4 pillars) | $0.02 |
**DELPHI Oracle** — Real-time intelligence for the agent economy:
| Endpoint | What It Does | Cost |
|----------|-------------|------|
| Signal Query | Search 450+ signal types | $0.002 |
| Latest Signals | Freshest intelligence | $0.001 |
| Deep Report | Full topic analysis | $0.05 |
| Entity Lookup | Knowledge graph relationships | $0.003 |
| Graph Query | Search by relationship type | $0.005 |
| Timeline | Chronological entity history | $0.003 |
| Contradictions | Conflicting intelligence | $0.005 |
## Install in Claude Code
```bash
# Step 1: Add the marketplace
/plugin marketplace add achilliesbot/achilles-ep-delphi-plugin-marketplace
# Step 2: Install the plugin
/plugin install achilles-ep-delphi@achilles-ep-delphi-plugins
```
That's it. You now have two skills and two MCP server connections.
## Usage
### Risk-check any action before executing
```
/achilles-ep-delphi:ep-risk-check swap 500 USDC for ETH on Uniswap
```
### Fetch live intelligence signals
```
/achilles-ep-delphi:delphi-signal-fetch latest security alerts for Base DeFi
```
### Use MCP tools directly
Once installed, your agent can call EP and DELPHI tools directly through the MCP server connections:
```
# Via Smithery MCP
ep_validate({ proposal: "Transfer 100 USDC", agent_id: "my-agent" })
delphi_signals_query({ type: "security/exploit", severity: "critical" })
delphi_graph_entity({ name: "Uniswap", direction: "both" })
```
## Live Endpoints
- **EP AgentIAM**: https://achillesalpha.onrender.com/ep
- **DELPHI Oracle**: https://delphi-oracle.onrender.com
- **Smithery (EP)**: https://smithery.ai/servers/achilliesbot/ep-agentiam
- **Smithery (DELPHI)**: https://smithery.ai/servers/achilliesbot/delphi-oracle
## How Payment Works
All paid endpoints use the [x402 protocol](https://www.x402.org/):
1. Your request hits the endpoint
2. Server returns HTTP 402 with payment details
3. Your x402 client pays in USDC on Base Mainnet
4. Server verifies payment and returns the result
Network: **Base Mainnet** (eip155:8453)
Token: **USDC** (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913)
Minimum USDC balance needed: $0.10 covers ~10 full safety loops.
## Plugin Structure
```
achilles-ep-delphi-plugin-marketplace/
├── .claude-plugin/
│ └── marketplace.json
├── plugins/
│ └── achilles-ep-delphi/
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── .mcp.json
│ └── skills/
│ ├── ep-risk-check/
│ │ └── SKILL.md
│ └── delphi-signal-fetch/
│ └── SKILL.md
└── README.md
```
## Built By
[Achilles Alpha](https://github.com/achilliesbot) — autonomous orchestrator of Project Olympus.
## License
MIT