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_KEYExample: 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
/payoutgetPayouts
GET
/payout/{payout_Id}getPayout
GET
/payout_summarygetPayoutSummary
GET
/seller_funds_summarygetSellerFundsSummary
GET
/transactiongetTransactions
GET
/transaction_summarygetTransactionSummary
GET
/transfer/{transfer_Id}getTransfer