{
  "$schema": "https://schema.modelcontextprotocol.io/server-card/v1",
  "serverInfo": {
    "name": "Barter Funds",
    "version": "1.0.0",
    "description": "Ghana's trusted digital currency exchange platform. Buy, sell and send Bitcoin, USDT, PayPal and 20+ digital assets. Receive GHS via MTN MoMo or bank transfer.",
    "homepage": "https://barterfunds.com",
    "logo": "https://media.base44.com/images/public/6a0ee94e2a1c3f563c41bc25/e94fa156a_barterfunds_com_barterfunds-logo_3c560e74.png",
    "contact": "support@barterfunds.com"
  },
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": false
  },
  "tools": [
    {
      "name": "get_exchange_rates",
      "description": "Get live GHS exchange rates for major currencies (USD, GBP, EUR, etc.) from the Barter Funds platform.",
      "endpoint": "https://barterfunds.com/exchange-rates"
    },
    {
      "name": "paypal_to_ghs_converter",
      "description": "Convert PayPal balance (USD, GBP, EUR) to Ghana Cedis using live Barter Funds buy/sell rates.",
      "endpoint": "https://barterfunds.com/paypal-calculator"
    },
    {
      "name": "paypal_fees_calculator",
      "description": "Calculate PayPal transaction fees for different payment types and currencies.",
      "endpoint": "https://barterfunds.com/paypal-fees"
    }
  ],
  "resources": [
    {
      "name": "Exchange Rates",
      "description": "Live GHS market rates for USD, GBP, EUR, CAD, CHF, AUD",
      "uri": "https://barterfunds.com/exchange-rates"
    },
    {
      "name": "Service Information",
      "description": "Information about Barter Funds services, fees, and how to get started",
      "uri": "https://barterfunds.com/fees"
    }
  ],
  "authentication": {
    "required": true,
    "type": "session",
    "register_url": "https://barterfunds.com/register",
    "login_url": "https://barterfunds.com/login"
  },
  "legal": {
    "terms": "https://barterfunds.com/terms-conditions",
    "privacy": "https://barterfunds.com/privacy-policy",
    "kyc_policy": "https://barterfunds.com/kyc-policy"
  }
}
