Beta — This project is under active development.
AI plugins for Pendle Finance — trade yield tokens, manage LP positions, place limit orders, and query DeFi market data across 7 EVM chains.
# Claude Code Marketplace
/plugin marketplace add pendle-finance/pendle-ai
# Install individual plugins
/plugin install pendle-v2 # Pendle V2 DeFi protocolIf you only need the MCP tools (without skills or agents), you can add the Pendle MCP server directly to your AI tool of choice.
Server URL: https://api-v2.pendle.finance/core/mcp
claude mcp add pendle-v2 --transport http https://api-v2.pendle.finance/core/mcp- Open Settings > Connectors
- Click Add Connector
- Enter the URL:
https://api-v2.pendle.finance/core/mcp
Use OpenCode CLI to interactively add the MCP:
opencode mcp addAdd to your .vscode/mcp.json:
{
"servers": {
"pendle-v2": {
"url": "https://api-v2.pendle.finance/core/mcp",
"type": "http"
}
}
}codex mcp add pendle-v2 --url https://api-v2.pendle.finance/core/mcpNote: There is some unknown issue with the built-in HTTP Streamable MCP mode in Gemini which prevents us from accessing the MCP. We propose using mcp-remote as an alternative.
Add to your ~/.gemini/settings.json:
{
"mcpServers": {
"pendle-v2": {
"command": "npx",
"args": [
"mcp-remote",
"https://api-v2.pendle.finance/core/mcp"
]
}
}
}| Plugin | Description | Skills | MCP Tools |
|---|---|---|---|
| pendle-v2 | Pendle V2 DeFi protocol — swap, LP, limit orders, market data | 4 | 25 |
See CLAUDE.md for development setup and contribution guidelines.
MIT License - see LICENSE for details.