Skip to main content
Glama
bitpanda-labs

Bitpanda Developer API MCP Server

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SERVER_HOSTNoHost address to bind the server0.0.0.0
SERVER_PORTNoPort to bind the server8000
BITPANDA_API_KEYNoAPI key for local development only (not recommended for production)
BITPANDA_BASE_URLYesBase URL for Bitpanda Public API (e.g., https://api.bitpanda.com/v1)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
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

NameDescription
get_portfolioA

Get an aggregated portfolio view with current EUR valuations.

Returns each held asset with balance, price, and EUR value. Sorted by value (default) or name. sort is a CLI-compatible alias.

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 all_assets/all to include the market-wide ticker list. limit caps returned rows; use limit=0 for no cap.

get_assetC

Get asset metadata by asset UUID.

list_walletsB

List your Bitpanda asset wallet balances.

Set non_zero=true to hide wallets with a zero balance. Use asset_id to filter by asset UUID.

list_transactionsC

List asset transactions with optional wallet, flow, asset, and date filters.

list_tradesB

List your buy/sell trades on Bitpanda.

Optional filters: trade_type/operation (buy/sell), asset_type, and date range.

Prompts

Interactive templates invoked by user choice

NameDescription
portfolio_summaryAnalyze my Bitpanda portfolio and provide a summary.
recent_activityShow and analyze my recent Bitpanda activity.

Resources

Contextual data attached and managed by the client

NameDescription

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