Skip to main content
Glama
n3r0-b1n4ry

AbuseIPDB MCP Server

by n3r0-b1n4ry
error_handling.md638 B
# Error Handling HTTP status codes are the most reliable method of determining the status of the API response. After all, that is the sole purpose of the codes. When we encounter at least one application error, a JSON response with a collection of errors is returned. The structure conforms to the [JSON API spec](http://jsonapi.org/format/#errors): At minimum, we will always include the the `detail` and `status` members. We may provide more members, as per the spec. **Error Response:** ``` { "errors": [ { "detail": "The max age in days must be between 1 and 365.", "status": 422 } ] } ```

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/n3r0-b1n4ry/mcp-abuseipdb'

If you have feedback or need assistance with the MCP directory API, please join our Discord server