eBay Finances API MCP Config
This API is used to retrieve seller payouts and monetary transaction details related to those payouts.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/apiz-ebay-com-sell-finances.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/apiz-ebay-com-sell-finances.json to fetch programmatically.
{
"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"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/apiz-ebay-com-sell-finances.jsonEnvironment Variables
EBAY_FINANCES_API_API_KEYReplace your_ebay_finances_api_api_key with your actual 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