Skip to content
MCP-BridgeMCP-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://mcpbridge.org/config/apiz-ebay-com-sell-finances.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "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"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "apiz-ebay-com-sell-finances": {
      "url": "https://mcpbridge.org/config/apiz-ebay-com-sell-finances.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "apiz-ebay-com-sell-finances": {
      "url": "https://mcpbridge.org/config/apiz-ebay-com-sell-finances.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/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://mcpbridge.org/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