MCP Server · Free Tier
Syenite Lending
Cross-protocol BTC lending rates, position monitoring, and risk assessment for AI agents. Aave v3 + Morpho Blue on Ethereum mainnet.
Quick Start
Claude Desktop / Cursor
Add to your MCP configuration:
{
"mcpServers": {
"syenite-lending": {
"url": "YOUR_SERVER_URL/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
cURL test
curl -X POST YOUR_SERVER_URL/mcp \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"jsonrpc": "2.0",
"method": "tools/list",
"id": 1
}'
API Key
All tools are free. An API key is required for rate limiting and usage tracking. Contact the Syenite team or check the GitHub repo for key request instructions.
Data Sources
All data is read directly from on-chain contracts via Ethereum RPC — no intermediary APIs or off-chain oracles. Rates and positions are real-time. Prices use Chainlink feeds. Data is cached briefly (15-60s) for performance.
| Protocol | Contracts | Markets |
| Aave v3 | Pool, PoolDataProvider | wBTC, tBTC, cbBTC |
| Morpho Blue | Morpho, AdaptiveCurveIRM | wBTC/USDC, tBTC/USDC, cbBTC/USDC |
| Chainlink | Price Feeds | BTC/USD, ETH/USD, USDC/USD |