Puffer Finance MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_defi_strategiesC | Scrape DeFi strategies from Puffer Finance |
| deposit_to_strategyC | Deposit funds to a specific DeFi strategy on Puffer Finance |
| get_strategy_detailsA | Get detailed information about a specific strategy including deposit instructions |
| simulate_depositA | Simulate a deposit to estimate gas costs and returns |
| get_vaultsC | Scrape vault information from Puffer Finance vaults page |
| get_bridge_infoC | Scrape bridge information from Puffer Finance bridge page |
| execute_bridgeC | Execute a bridge transaction on Puffer Finance |
| create_everclear_intentC | Create pufETH/xpufETH bridge via Puffer Finance using Everclear (their primary bridge provider) |
| puffer_bridgeC | Execute pufETH/xpufETH bridge through Puffer Finance's native bridge using Everclear/Chainlink CCIP |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 9 tools
The bridge-related tools (create_everclear_intent, execute_bridge, puffer_bridge) have overlapping purposes and could easily be confused. Additionally, get_strategy_details and get_defi_strategies serve different granularities but may appear similar at a glance.
The tools mix conventions: get_ is used for info retrieval, deposit_to and simulate_ are verb phrases, while puffer_bridge is not a standard verb construction, and create_everclear_intent includes a brand name. This inconsistency reduces predictability.
With 9 tools, the server is well-scoped, covering strategies, vaults, and bridging without unnecessary bloat. Each tool appears purposeful and the count is within the ideal range.
The server covers core actions like depositing to strategies and executing bridges, but lacks withdrawal functionality or user position queries, which are common in DeFi contexts. These gaps could cause agents to hit dead ends.