DeFi interface for AI agents: swap, bridge, yield, lending. Live at syenite.ai.
MCPpedia last refreshed this data
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"syenite": {
"url": "https://syenite.ai/mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
The complete DeFi interface for AI agents via the Model Context Protocol (MCP). One endpoint covers lending rates across Aave, Morpho, Compound, and Spark; yield discovery; swap and bridge routing across 30+ chains; Polymarket prediction markets; position alerts; and a trust layer that verifies and simulates calldata before signing.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
Let AI agents create, discover, and track tokens across chains via Printr.
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
Swiss accounting integration for Bexio. 310 tools for invoices, contacts, projects.
Brazilian public procurement (PNCP) and Federal Revenue CNPJ data — 16 tools, 4 prompts.
MCP Security Weekly
Get CVE alerts and security updates for io.github.syenite-ai/syenite and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
The complete DeFi interface for AI agents via the Model Context Protocol (MCP). One endpoint covers lending rates across Aave, Morpho, Compound, and Spark; yield discovery; swap and bridge routing across 30+ chains; Polymarket prediction markets; position alerts; and a trust layer that verifies and simulates calldata before signing.
Live at syenite.ai · Docs at syenite.ai/docs
Syenite is an MCP server that gives AI agents composable access to DeFi. Agents can query borrow and supply rates across every major lending protocol, find yield opportunities from lending and staking to Pendle fixed-rate markets, route swaps and bridges via LI.FI aggregation, read Polymarket prediction markets and signals, and set webhook alerts for health factor changes. All execution tools return unsigned calldata — the agent passes it to a connected wallet; Syenite never holds keys.
Add to your MCP client config (Claude Desktop, Cursor, or any MCP-compatible agent):
{
"mcpServers": {
"syenite": {
"url": "https://syenite.ai/mcp"
}
}
}
Or run locally via stdio:
{
"mcpServers": {
"syenite": {
"command": "npx",
"args": ["-y", "@syenite/mcp"]
}
}
}
No API key required. Rate limited to 30 requests/minute per IP.
Call syenite.help on the live endpoint for the full tool catalogue.
| Tool | What it does | Protocols / chains |
|---|---|---|
lending.rates.query | Borrow and supply rates for any asset | Aave v3, Morpho Blue, Spark, Compound v3, Fluid — Ethereum, Arbitrum, Base |
lending.market.overview | Aggregate TVL, utilisation, rate ranges per protocol | Same protocols |
lending.position.monitor | Health factor, liquidation distance, and cost for any address | Aave v3, Morpho Blue, Spark |
lending.risk.assess | Risk assessment for a proposed lending position | Same protocols |
strategy.carry.screen | Screen all markets for positive carry (supply APY > borrow APY) | All lending protocols |
| Tool | What it does | Protocols / chains |
|---|---|---|
lending.supply | Unsigned calldata to supply collateral | Aave v3, Morpho Blue, Spark, Compound v3 |
lending.borrow | Unsigned calldata to borrow an asset | Same protocols |
lending.withdraw | Unsigned calldata to withdraw supplied collateral | Same protocols |
lending.repay | Unsigned calldata to repay a borrow | Same protocols |
| Tool | What it does | Protocols / chains |
|---|---|---|
yield.opportunities | Best yield across lending, staking, vaults, Pendle, and savings rate | Aave, Morpho, Spark, Lido, Rocket Pool, Pendle, Yearn, Ethena, Maker DSR |
yield.assess | Deep risk assessment for a specific yield strategy | All sources |
find.strategy | Composable scan: yield, carry, gas, optional prediction signals | Cross-protocol |
| Tool | What it does | Protocols / chains |
|---|---|---|
strategy.carry.screen | Find assets where supply APY exceeds borrow APY across all markets | Aave v3, Morpho, Compound, Spark |
| Tool | What it does | Protocols / chains |
|---|---|---|
swap.quote | Optimal swap or bridge quote with unsigned tx calldata | LI.FI aggregation — 30+ chains |
swap.multi | Batch up to 10 swap/bridge quotes in parallel | Same |
swap.status | Track cross-chain bridge delivery | Same |
| Tool | What it does | Protocols / chains |
|---|---|---|
prediction.trending | Top Polymarket events by volume — probabilities, liquidity, spread | Polymarket |
prediction.search | Search prediction markets by topic | Polymarket |
| `predi |