One MCP endpoint for swaps, bridges, yield, lending, and risk across 30+ chains. Intelligence and execution in one place — agents read data, get quotes, and receive unsigned transactions ready to sign.
{
"mcpServers": {
"syenite": {
"url": "https://syenite.ai/mcp"
}
}
}
$ 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/list",
"id": 1
}'
No API key needed. Just add the URL and start querying.
Service info, available tools, supported chains, and how to get started.
swap & bridge
Get an optimal swap or bridge quote with unsigned transaction calldata. Same-chain swaps and cross-chain bridges via aggregated routing (1inch, 0x, Paraswap, and more). 30+ chains.
Track execution status of a cross-chain bridge. Returns status, receiving tx hash, and amount received.
yield
Find the best DeFi yield for any asset. Aggregates lending supply, liquid staking, vaults, savings rates, and basis capture across blue-chip protocols.
Deep risk assessment for a specific yield strategy. Smart contract risk, oracle dependency, governance, liquidity, depeg risk, position sizing, and comparable alternatives.
lending
Real-time borrow and supply rates across Aave v3, Morpho Blue, and Spark for any collateral type.
Aggregate market view. Per-protocol TVL, utilization, rate ranges, and available liquidity.
Health check for any DeFi lending position. LTV, health factor, liquidation price, and estimated annual cost.
Risk assessment for a proposed lending position. Risk score, liquidation analysis, protocol risk, and position sizing.
swap.quote tool returns an unsigned transactionRequest containing the optimal route calldata. The agent or user signs and submits the transaction from their own wallet. For cross-chain bridges, use swap.status to track execution progress.
Routing is aggregated across 1inch, 0x, Paraswap, and bridge protocols via Li.Fi. Quotes are optimised for best price or fastest execution.
Swap and bridge routing supports 30+ chains including Ethereum, Arbitrum, Optimism, Base, Polygon, BSC, Avalanche, zkSync, Linea, Scroll, Gnosis, and Fantom.
Yield intelligence and lending data cover Ethereum mainnet protocols.
| Category | Protocols | Assets |
|---|---|---|
| Lending Supply | Aave v3, Morpho Blue, Spark | USDC, USDT, DAI, GHO |
| Liquid Staking | Lido, Rocket Pool, Coinbase | ETH → stETH, rETH, cbETH |
| Savings Rate | Maker DSR | DAI → sDAI |
| Vaults | MetaMorpho, Yearn v3 | USDC, USDT, WETH |
| Basis Capture | Ethena | USDe → sUSDe |
All lending data read directly from on-chain contracts via Ethereum RPC. Prices use Chainlink feeds. Cached briefly (15–60s).
| Protocol | Collateral |
|---|---|
| Aave v3 | wBTC, tBTC, cbBTC, WETH, wstETH, rETH, cbETH, weETH |
| Morpho Blue | wBTC, tBTC, cbBTC, wstETH, WETH |
| Spark | wBTC, tBTC, WETH, wstETH, rETH, weETH |
Open access — no API key required. Rate limited to 30 requests/minute per IP. Just point your agent at the endpoint and start querying.