Errors

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://apidocs.countryrisk.io/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"CountryRisk.io MCP server": {
  "url": "https://apidocs.countryrisk.io/mcp"
}
Close

HTTP response codes indicate the success or failure of an API request. Codes in the 2xx range indicate success. Codes in the 4xx range indicate an error. In case of an error, the response body contains additional details. Examples of status codes with an error:

  • 403 — Unauthorized
  • 404 — Not Found
  • 405 — Method Not Allowed
  • 500 — Server Error