Skip to main content
Glama
matteoantoci

MCP Bitpanda Server

config.ts444 B
import dotenv from 'dotenv'; dotenv.config(); // Load environment variables from .env file export const BITPANDA_API_BASE_URL = 'https://api.bitpanda.com/v1'; export const BITPANDA_API_V3_BASE_URL = 'https://api.bitpanda.com/v3'; export const getBitpandaApiKey = (): string => { const apiKey = process.env.BITPANDA_API_KEY; if (!apiKey) { throw new Error('BITPANDA_API_KEY environment variable is not set.'); } return apiKey; };

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/matteoantoci/mcp-bitpanda'

If you have feedback or need assistance with the MCP directory API, please join our Discord server