Skip to main content
Glama
LIN0304

Puffer Finance MCP

by LIN0304

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.9/5.0

Scored across 9 tools

Disambiguation2/5

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.

Naming Consistency2/5

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.

Tool Count5/5

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.

Completeness3/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues