🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@syenite/mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syenite/mcp

Composable DeFi intelligence for AI agents — swap routing, bridge execution, yield, lending, prediction markets, wallet ops, and gas estimation across 30+ chains via MCP

latest
Source
npmnpm
Version
0.5.0
Version published
Maintainers
1
Created
Source

@syenite/mcp

Composable DeFi intelligence for AI agents — swap routing, bridge execution, yield analysis, lending rates, prediction markets, risk assessment, and wallet operations via the Model Context Protocol.

One endpoint. 30+ chains. No API key required.

Quick Start

Claude Desktop / Cursor (remote)

{
  "mcpServers": {
    "syenite": {
      "url": "https://syenite.ai/mcp"
    }
  }
}

npx (local stdio)

{
  "mcpServers": {
    "syenite": {
      "command": "npx",
      "args": ["-y", "@syenite/mcp"]
    }
  }
}

cURL

curl -X POST https://syenite.ai/mcp \
  -H "Content-Type: application/json" \
  -H "Accept: application/json, text/event-stream" \
  -d '{
    "jsonrpc": "2.0",
    "method": "tools/call",
    "params": {
      "name": "lending.rates.query",
      "arguments": { "collateral": "wBTC" }
    },
    "id": 1
  }'

Tools

Wallet & Gas

ToolDescription
wallet.balancesNative + stablecoin balances across Ethereum, Arbitrum, Base, BNB Chain
gas.estimateLive gas prices and per-operation cost estimates. Finds the cheapest chain

Swap & Bridge

ToolDescription
swap.quoteOptimal swap/bridge quote with unsigned tx calldata. 30+ chains via Li.Fi
swap.multiBatch up to 10 swap/bridge quotes in parallel
swap.statusTrack cross-chain bridge delivery

Yield

ToolDescription
yield.opportunitiesBest yield across lending, staking, vaults, savings, basis capture
yield.assessDeep risk assessment for a specific yield strategy

Lending

ToolDescription
lending.rates.queryBorrow/supply rates across Aave v3, Morpho Blue, Spark, Compound V3, Fluid
lending.market.overviewAggregate TVL, utilization, rate ranges per protocol
lending.position.monitorHealth factor, liquidation distance, costs for any address
lending.risk.assessRisk assessment for proposed lending positions
strategy.carry.screenScreen all markets for positive carry (supply APY > borrow APY)

Prediction Markets

ToolDescription
prediction.trendingTop Polymarket events by volume — probabilities, liquidity, spread
prediction.searchSearch prediction markets by topic
prediction.bookOrder book depth and spread for an outcome token

Alerts

ToolDescription
alerts.watchRegister an address for health factor monitoring
alerts.checkPoll for active alerts
alerts.listList all active watches
alerts.removeRemove a watch

How Execution Works

Syenite never holds private keys. swap.quote returns an unsigned transactionRequest with optimal route calldata. The agent or user signs and submits from their own wallet. For cross-chain bridges, use swap.status to track delivery.

Supported Chains

Swap/Bridge: Ethereum, Arbitrum, Base, Optimism, Polygon, BNB Chain, Avalanche, zkSync, Linea, Scroll, and 20+ more.

Lending data: Ethereum, Arbitrum, Base, BNB Chain.

Protocols: Aave v3, Morpho Blue, Spark, Compound V3, Fluid, Venus.

Access

Open access — no API key required. Rate limited to 30 req/min per IP.

  • Remote: https://syenite.ai/mcp
  • Local: npx @syenite/mcp (stdio transport)
  • Docs: syenite.ai/docs

ERC-8004 Registered Agent

Syenite is a registered on-chain agent via ERC-8004 on Base, Ethereum, Arbitrum, and BNB Chain. Supports x402 machine-to-machine payments.

License

MIT

Keywords

mcp

FAQs

Package last updated on 19 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts