Once you have an API key, you can query the endpoints that you’ve been granted access to.If you don’t already have an API key, be sure to follow this guide:
Don't have an API key?
Request an API key
The server requires authentication. Pass your API key using either a custom header or a bearer token:
curl --request GET \ --url https://api.statista.ai/v1/<ENDPOINT> \ --header 'x-api-key: YOUR_API_KEY'
Your API key authenticates each session and provides access to the MCP Server.