orkesto-mcp-server
v0.1.3
Published
Agentic DeFi Infrastructure — Automate DeFi Money Legos via AI Agents on Robinhood Chain
Downloads
542
Maintainers
Readme
Orkesto MCP Server (orkesto-mcp-server)
Agentic DeFi Infrastructure — Automate DeFi Money Legos via AI Agents on Robinhood Chain. The composable tool layer that equips AI Agents with autonomous financial execution powers.
⚡ Agentic DeFi Concept
Orkesto turns Robinhood Chain DeFi protocols into modular, standardized "DeFi Money Legos" for AI Agents. By combining Model Context Protocol (MCP) tools with ERC-7715 Session Keys, AI agents can autonomously:
- 💱 Route & Execute Swaps: Dynamic DEX swaps via Uniswap V3 & 1inch/0x aggregators.
- 🏦 Automate Yield Compounding: Auto-deposit USDG into Morpho Earn & Arrow vaults (~7.24% APY).
- 📈 Trade Tokenized Equity RWAs: Trade NVDA, AAPL, TSLA stock tokens with automatic ERC-8056 corporate action adjustments.
- 🔮 Query Onchain Oracles: Access 24/5 Chainlink price feeds & monitor L2 sequencer health.
⚡ Quickstart
Add orkesto-mcp-server to your AI Agent environment (Claude Desktop, Cursor, Hermes Agent, OpenClaw, LangChain, AutoGen, etc.):
{
"mcpServers": {
"orkesto": {
"command": "npx",
"args": ["-y", "orkesto-mcp-server"]
}
}
}🛠️ Autonomous DeFi Money Legos Catalog (20+ Tools)
| Protocol | Category | Tools Included | Autonomous Agent Capability |
| :--- | :--- | :--- | :--- |
| Uniswap V3 | Spot DEX | uniswap_get_quoteuniswap_execute_swap | Execute atomic token & RWA swaps via UniversalRouter |
| Morpho (Robinhood Earn) | Yield Vaults | morpho_get_vault_apymorpho_depositmorpho_withdraw | Auto-compound Paxos USDG stablecoins into yield vaults |
| Stock Tokens RWA | Tokenized Equities | stock_token_get_pricestock_token_get_multiplier | Trade tokenized stocks with dividend & split multipliers |
| Chainlink Oracles | Prices & Health | oracle_get_priceoracle_check_sequencer | Monitor 24/5 price feeds & L2 sequencer uptime |
| Paxos USDG | Stablecoin | usdg_get_balanceusdg_transfer | Native regulated dollar stablecoin balance & transfer |
| DEX Aggregators | Route Optimizer | aggregator_get_best_routeaggregator_execute_swap | Multi-DEX route optimization & lowest slippage |
| Rialto PropAMM | Institutional Spot | rialto_get_quoterialto_execute_trade | Access PropAMM institutional spot liquidity |
| Arrow Finance | Lending & Borrow | arrow_get_lending_marketsarrow_deposit_collateralarrow_borrow | Manage collateralized borrowing & lending |
| Perpetuals | Derivatives | perps_get_marketsperps_open_positionperps_close_position | Trade crypto & equity perpetual futures |
🔐 Agent Wallet Stack (Account Abstraction)
- ERC-7715 Session Keys: Scoped, time-bound authorization keys restricting agents to specified function selectors and spending caps.
- ERC-7579 Smart Accounts: ZeroDev Kernel v3 / Safe 4337 modular agent wallets.
- Alchemy Paymaster: Sponsored gasless UserOperations.
- Policy Engine Firewall: Mandates pre-execution
eth_calltransaction simulation.
🔗 Resources
- GitHub Repository: https://github.com/PsyLabsWeb3/orkesto
- NPM Package: https://www.npmjs.com/package/orkesto-mcp-server
- Network: Robinhood Chain Mainnet (
Chain ID: 4663)
