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) |
Capabilities
Features and capabilities supported by this server
| 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
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