npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

orkesto-mcp-server

v0.1.3

Published

Agentic DeFi Infrastructure — Automate DeFi Money Legos via AI Agents on Robinhood Chain

Downloads

542

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.

NPM Version License: MIT Robinhood Chain


⚡ 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_call transaction simulation.

🔗 Resources