MCP Server
Kravia offers an MCP server so that you can easily connect your preferred agents workflow to the Kravia API.
How to connect
In order to connect to the Kravia MCP server, you will need to add the following url inside Claude or similar:
Demo environment available at https://mcp-qa.kravia.ai/mcp
The MCP server is protected so you will need an API key in order to connect to it
You can use the same API key that the one you are using to access the rest of our API (ref https://developer.kravia.ai/api-guide/authentication) but authentication is slightly different.
The MCP server accepts the API key as a Basic authentication header where:
-
username: clientId
-
password: clientSecret

