AI plugins for Pendle Finance — trade yield tokens, manage LP positions, and query DeFi market data across multiple EVM chains.
npx claudepluginhub pendle-finance/pendle-aiPendle V2 DeFi protocol — 25 semantic tools for trading yield tokens, managing LP positions, placing limit orders, and querying market data across multiple EVM chains
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 protocol
If 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
https://api-v2.pendle.finance/core/mcpUse OpenCode CLI to interactively add the MCP:
opencode mcp add
Add 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/mcp
Note: 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.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.