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.jsonConfiguration 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
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.jsonEnvironment Variables
COMPLIANCE_API_API_KEYReplace your_compliance_api_api_key with your actual compliance api api key
Endpoints
GET
/listing_violationgetListingViolations
GET
/listing_violation_summarygetListingViolationsSummary
POST
/suppress_listing_violationsuppressViolation