What can the Cifra MCP do?
Once connected, the AI agent has read-only access to the following data from your account:
Reports and Dashboards: Consult sales metrics, performance trends, and insights from your Cifra dashboards.
Connected Stores: Read-only access to data from all Shopify stores linked to your Cifra account.
Store Configuration: Access to currency, time zone, and regional settings for each store.
Integration Data: Information about the connected store and app metadata.
Read-only. The Cifra MCP can only read data. It cannot make changes to your Shopify store, your orders, or your Cifra configuration.
Configuration Instructions
Claude
To connect the Cifra MCP from Claude in your browser:
Go to Settings → Connectors in your Claude account.
Search for Cifra Analytics and click Connect.
Authorize access on the Cifra permissions screen. Only the permissions described above will be requested.
Claude Code
From the terminal, run:
claude mcp add --transport http cifra-server https://api.getcifra.com/mcp
Then open a Claude Code session and type /mcp to complete the authentication flow.
Cursor
Add the following configuration to your Cursor MCP servers file:
{
"mcpServers": {
"cifra": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.getcifra.com/mcp"
]
}
}
}
Windsurf / VS Code and other clients
Most MCP-compatible clients accept this generic configuration:
Command:
npxArguments:
-y mcp-remote https://api.getcifra.com/mcpEnvironment Variables: none required
Revoke Access
You can disconnect the MCP at any time. Go to Account Settings in Cifra → Security and Access and remove access to the MCP integration. The agent will immediately lose access to your data.


