Bitpanda Developer API MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SERVER_HOST | No | Host address to bind the server | 0.0.0.0 |
| SERVER_PORT | No | Port to bind the server | 8000 |
| BITPANDA_API_KEY | No | API key for local development only (not recommended for production) | |
| BITPANDA_BASE_URL | Yes | Base URL for Bitpanda Public API (e.g., https://api.bitpanda.com/v1) |
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 | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_portfolioA | Get an aggregated portfolio view with current EUR valuations. Returns each held asset with balance, price, and EUR value. Sorted by
|
| get_priceA | Get the current price for an asset by its symbol (e.g. BTC, ETH). |
| list_pricesA | List ticker prices. By default, returns held assets that have ticker data. Set |
| get_assetC | Get asset metadata by asset UUID. |
| list_walletsB | List your Bitpanda asset wallet balances. Set |
| list_transactionsC | List asset transactions with optional wallet, flow, asset, and date filters. |
| list_tradesB | List your buy/sell trades on Bitpanda. Optional filters: |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| portfolio_summary | Analyze my Bitpanda portfolio and provide a summary. |
| recent_activity | Show and analyze my recent Bitpanda activity. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/bitpanda-labs/bitpanda-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server