AI Assistant Access (MCP)
Ask your AI assistant "why did profit drop last week?" — it answers with your real Profixo numbers, and says which ones are still estimates. Works with Claude, Cursor and any app that supports the Model Context Protocol (MCP). Ask things like "what was my net profit last month and how sure is that number?" or "which alerts are open and why?".
Read-only
The assistant can read; it cannot change costs, settings or alerts. Every number it gets is the number the Profixo dashboard shows, with its status (ready, estimated or missing).
Available on the Protect and Guard plans.
1. Create a token
In Profixo go to Settings → AI assistant access, give the token a name and choose Create token. Copy it right away — it is shown only once. Anyone with the token can read this store's numbers, so treat it like a password. You can have up to 5 tokens and revoke any of them at any time.
2. Connect your assistant
Claude Code — run in a terminal (the settings page shows it with your token filled in):
claude mcp add --transport http profixo https://profixo.app/api/mcp --header "Authorization: Bearer YOUR_TOKEN"
Claude Desktop — add this to claude_desktop_config.json (needs Node.js) and restart Claude:
{
"mcpServers": {
"profixo": {
"command": "npx",
"args": ["mcp-remote", "https://profixo.app/api/mcp", "--header", "Authorization: Bearer YOUR_TOKEN"]
}
}
}
Other MCP apps: server URL https://profixo.app/api/mcp, transport "Streamable HTTP", header
Authorization: Bearer YOUR_TOKEN.
What the assistant can read
| Tool | What it returns |
|---|---|
get_net_profit | Net profit for the last 7, 30 or 90 days, every step from sales to net profit, each with its status |
get_data_health | How complete your numbers are and how much net profit could move |
list_alerts / get_alert | Your alerts, their estimated monthly impact, how each was calculated |
top_losing_products | Up to 5 products with the largest open loss alerts |
Next steps
- Understand Data Health and confidence.
- Learn how alerts work.