v1.7.0 - API Status Monitoring
New Features
ebay_get_api_status Tool
New MCP tool to check eBay API health, incidents, and fixes from the official RSS feed.
Usage:
- Check all recent API status items
- Filter by status:
ResolvedorUnresolved - Filter by API name: e.g., "Trading API", "Inventory API", "Sandbox"
- Set limit for number of items returned (default 20, max 50)
Auto-Updated Status Documentation
- Added
docs/API_STATUS.md- automatically updated daily via GitHub Action - Shows latest eBay API incidents and resolutions
Technical Details
- Added
fast-xml-parserdependency for RSS feed parsing - No authentication required - uses public eBay RSS feed
- GitHub Action runs daily at 8:00 AM UTC
Bug Fixes
- Fixed GitHub Action workflow permissions (moved to job level)