An MCP server for API monitoring from within your editor. It checks the JSON returned by your endpoints, going beyond status-code verification to validate response content.
🛠️ Key Features
- Editor-based API monitoring
- Validates endpoint responses by checking returned JSON (not only status code)
🚀 Use Cases
- Detecting issues where HTTP status is OK but JSON payload is incorrect
- Monitoring API response structure and content during development
⚡ Developer Benefits
- Earlier visibility into JSON-level API problems directly in the editor
- More reliable endpoint verification than status-code checks alone
⚠️ Limitations
- Described scope focuses on JSON checking; no other capabilities are specified in the provided data.