Authentication

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

Send the Authorization header with all your requests. The value is apikey username:token.

  curl \
  -X GET 'https://app.countryrisk.io/api/v1/configuration/riskscoremodels/' \
  -H 'Authorization: apikey username:token'