Add the Syenite MCP server and run one tool. No API key. Works in Cursor, Claude Desktop, and any MCP client.
Endpoint: https://syenite.ai/mcp. Rate limit: 30 requests per minute per IP.
Settings → MCP → Add server. Use this config:
{
"mcpServers": {
"syenite": {
"url": "https://syenite.ai/mcp"
}
}
}
Same JSON in your Claude Desktop MCP config (e.g. claude_desktop_config.json).
The syenite.help tool takes no arguments. It returns service info, a list of tools, supported chains, and yield sources. Use it to confirm the connection and discover tools.
In Cursor or Claude, ask: "Call the syenite.help tool" or "What tools does Syenite expose?" The model will call syenite.help and show you the response.
Parameters:
collateral (string): e.g. "wBTC", "WETH", "all"borrowAsset (string): default "USDC"Example: ask "What are current USDC borrow rates for wBTC collateral on Aave, Morpho, and Spark?" The agent will call lending.rates.query with collateral: "wBTC", borrowAsset: "USDC" and return real-time rates.
Build a DeFi lending agent in 30 minutes extends this with risk assessment and position monitoring. Compare DeFi lending rates and assess risk details the full lending workflow. For the complete tool reference, see the MCP Server DeFi Tools Reference. To build an agent in any framework, follow Build a DeFi AI Agent.