Skip to content
MCP-Bridge
Finance & Payments

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.json

Configuration 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

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

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.json

Environment Variables

EBAY_FINANCES_API_API_KEY

Replace your_ebay_finances_api_api_key with your actual 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