zapper-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ZAPPER_API_KEY | Yes | Your Zapper API key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_portfolioA | Full portfolio breakdown for a wallet: total USD value, all token holdings, and all DeFi app positions across networks. Use this when the user wants a complete picture of what a wallet holds. |
| get_token_balancesA | Spot token balances only (no DeFi positions). Use when the question is specifically about token holdings: 'does this wallet hold ETH?', 'how much USDC is on Base?' |
| get_app_positionsA | DeFi app positions only (Aave lending, Uniswap LP, staking, etc.). Use when the question is about protocol exposure: 'any leveraged positions?', 'Aave borrows?', 'LP positions on Uniswap?'. Optionally filter by app slug. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| analyze-wallet | Pre-seeds a portfolio analysis conversation for a given wallet address. Establishes analyst persona, confirms available tools, and frames the first question. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| supported-networks | Networks indexed by this MCP server and their chain IDs. Inject as ambient context so the model knows which network names are valid for tool calls. |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mehdi-loup/zapper-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server