Skip to content
MCP-Bridge
Finance & PaymentsAuto-generated

eBay Finances API MCP Server

This API is used to retrieve seller payouts and monetary transaction details related to those payouts.

Quick Setup

Transport: STDIO

Command: npx -y @mcp/apiz-ebay-com-sell-finances

Environment Variables

EBAY_FINANCES_API_API_KEY

Example: your_ebay_finances_api_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "apiz-ebay-com-sell-finances": {
      "command": "npx",
      "args": ["-y","@mcp/apiz-ebay-com-sell-finances"],
      "env": {
      "EBAY_FINANCES_API_API_KEY": "your_ebay_finances_api_api_key"
}
    }
  }
}

Endpoints

GET/payout

getPayouts

GET/payout/{payout_Id}

getPayout

GET/payout_summary

getPayoutSummary

GET/seller_funds_summary

getSellerFundsSummary

GET/transaction

getTransactions

GET/transaction_summary

getTransactionSummary

GET/transfer/{transfer_Id}

getTransfer