MCP-BAMM
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WALLET_PRIVATE_KEY | Yes | Private key of the wallet for signing transactions |
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 | {} |
| logging | {} |
| completions | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ADD_COLLATERALC | Add collateral to your BAMM position |
| BORROWC | Borrow tokens from a BAMM position |
| GET_POSITIONSB | Get all your active BAMM positions |
| LENDB | Lend Fraxswap LP tokens to a BAMM contract |
| POOL_STATSA | Get statistics for all BAMM pools |
| REMOVE_COLLATERALB | Remove collateral from your BAMM position |
| REPAYB | Repay borrowed tokens to a BAMM position |
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 7 tools
Each tool has a clear, distinct purpose: adding/removing collateral, borrowing, repaying, lending, viewing positions, and pool statistics. No ambiguity or overlap.
All tool names follow a consistent UPPER_SNAKE_CASE pattern with action-first verbs (ADD, REMOVE, BORROW, REPAY, LEND, GET, POOL). Highly predictable.
7 tools is an appropriate scope for a DeFi protocol covering core operations—collateral management, borrowing, lending, and status queries—without being bloated.
The tool surface covers essential BAMM interactions: adding/removing collateral, borrowing, repaying, lending LP tokens, and querying positions and pool stats. No obvious gaps for typical usage.