Skip to content

Commit 34df213

Browse files
committed
docs: comprehensive README — tool catalog, pricing, MCP connect, ToolOracle ecosystem
1 parent 6dc6a39 commit 34df213

1 file changed

Lines changed: 39 additions & 34 deletions

File tree

README.md

Lines changed: 39 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,61 @@
1-
# YieldOracle — DeFi Yield Intelligence MCP Server
1+
# 📈 yieldOracle
22

3-
> Top yields, risk-adjusted APY, stablecoin safe havens, RWA yields, protocol comparison. 19,000+ pools, 100+ chains.
3+
**Market & Crypto MCP Server** — 0 tools | Part of [ToolOracle](https://tooloracle.io)
44

5-
**Part of [ToolOracle](https://tooloracle.io) — Policy-enforced, tier-gated, usage-metered tool execution**
5+
![Tools](https://img.shields.io/badge/MCP_Tools-0-10B898?style=flat-square)
6+
![Status](https://img.shields.io/badge/Status-Live-00C853?style=flat-square)
7+
![Tier](https://img.shields.io/badge/Tier-Free-2196F3?style=flat-square)
68

7-
## Connect
9+
## Quick Connect
810

911
```bash
12+
# Claude Desktop / Cursor / Windsurf
1013
npx -y mcp-remote https://tooloracle.io/yield/mcp/
1114
```
1215

13-
## x402 Pay-per-call (autonomous agents)
14-
15-
```
16-
POST https://tooloracle.io/x402/yield/mcp/
17-
→ 402 with structured pricing → Send USDC on Base → Retry with X-PAYMENT header
16+
```json
17+
// claude_desktop_config.json
18+
{
19+
"mcpServers": {
20+
"yieldoracle": {
21+
"command": "npx",
22+
"args": ["-y", "mcp-remote", "https://tooloracle.io/yield/mcp/"]
23+
}
24+
}
25+
}
1826
```
1927

20-
## 8 Tools · 1 unit = $0.01
28+
## Tools (0)
2129

22-
| Tool | Units | Price | Tier |
23-
|------|-------|-------|------|
24-
| `risk_adjusted` | 10 | $0.10 | Premium |
25-
| `yield_compare` | 8 | $0.08 | Deep |
26-
| `rwa_yield` | 5 | $0.05 | Deep |
27-
| `top_yields` | 3 | $0.03 | Standard |
28-
| `stablecoin_yield` | 3 | $0.03 | Standard |
29-
| `chain_yields` | 3 | $0.03 | Standard |
30-
| `yield_scan` | 2 | $0.02 | Standard |
31-
| `health_check` | 0 | free ||
30+
| Tool | Description |
31+
|------|-------------|
3232

33-
## Risk-adjusted scoring
33+
## Pricing
3434

35-
`risk_adjusted` calculates real expected return: APY × (1 - risk_score/100). Risk factors: APY sustainability, TVL depth, impermanent loss, APY volatility, stablecoin status.
35+
| Tier | Rate Limit | Price |
36+
|------|-----------|-------|
37+
| Free | 100 calls/day | €0 |
38+
| Pro | 10,000 calls/day | €29/month |
39+
| Enterprise | Unlimited | Custom |
3640

37-
## RWA tracking
41+
> Free tier includes all tools with rate limiting. Upgrade for higher limits and priority support.
3842
39-
`rwa_yield` tracks tokenized treasury and Real World Asset yields from Ondo, BlackRock, Mountain Protocol, Maple, Centrifuge, Goldfinch, and 10+ more.
43+
## Part of ToolOracle
4044

41-
## Tier gating
45+
yieldOracle is one of **42 specialized MCP servers** in the [ToolOracle](https://tooloracle.io) ecosystem — the largest collection of production-ready MCP tools for AI agents.
4246

43-
| Tier | Max/call | Blocked |
44-
|------|----------|---------|
45-
| Free ($0) | 3 units | risk_adjusted |
46-
| Starter ($49/mo) | 8 units ||
47-
| Pro+ / x402 | 15 units ||
4847

49-
## Data
5048

51-
19,000+ pools · 100+ chains · 500+ protocols · DeFiLlama Yields API (free, no key) · 5-min cache
49+
**Related Oracles:**
50+
- [FeedOracle](https://feedoracle.io) — Evidence-grade compliance data infrastructure
51+
- [ToolOracle](https://tooloracle.io) — 42 Oracles, 390+ MCP Tools
5252

5353
## Links
5454

55-
- [ToolOracle](https://tooloracle.io) · [x402 Gateway](https://tooloracle.io/x402/)
56-
- [RankOracle](https://github.com/ToolOracle/rankoracle) · [ShopOracle](https://github.com/ToolOracle/shoporacle) · [MemeOracle](https://github.com/ToolOracle/memeoracle) · [SmartMoneyOracle](https://github.com/ToolOracle/smartmoneyoracle)
55+
- 🌐 Live: `https://tooloracle.io/yield/mcp/`
56+
- 📚 Docs: [tooloracle.io/docs](https://tooloracle.io/docs)
57+
- 🏠 Platform: [tooloracle.io](https://tooloracle.io)
58+
59+
---
60+
61+
*Built by [FeedOracle](https://feedoracle.io) — Evidence by Design*

0 commit comments

Comments
 (0)