Skip to content
MCP-Bridge
Developer Tools

Compliance API MCP Config

Service for providing information to sellers about their listings being non-compliant, or at risk for becoming non-compliant, against eBay listing policies.

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/api-ebay-com-sell-compliance.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/api-ebay-com-sell-compliance.json to fetch programmatically.

{
  "mcpServers": {
    "api-ebay-com-sell-compliance": {
      "command": "npx",
      "args": ["-y","@mcp/api-ebay-com-sell-compliance"],
      "env": {
      "COMPLIANCE_API_API_KEY": "your_compliance_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/api-ebay-com-sell-compliance.json

Environment Variables

COMPLIANCE_API_API_KEY

Replace your_compliance_api_api_key with your actual compliance api api key

Endpoints

GET/listing_violation

getListingViolations

GET/listing_violation_summary

getListingViolationsSummary

POST/suppress_listing_violation

suppressViolation