Authentication
The Florentine.ai MCP Server uses an API key to authenticate requests. You can view and manage your API key on your Florentine.ai Dashboard:

Your API key has the prefix florentine-ai-
. When you click on Show
you are able to copy your key once. After copying, you are not able to see your key again, so make sure you store it in a safe and secure place!
This key must be added as an ENV variable to the configuration setup of the MCP server:
json
"env": {
"FLORENTINE_TOKEN": "<FLORENTINE_API_KEY>"
}