Attribloom for Cursor
com.attribloom/mcp
Affiliate attribution and commission data for iOS (StoreKit 2) and Shopify
client:Cursor
transport:stdio
runtime:npm
Install Attribloom in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@attribloom/mcp"
],
"env": {
"ATTRIBLOOM_API_KEY": "<ATTRIBLOOM_API_KEY>",
"ATTRIBLOOM_BASE_URL": "<ATTRIBLOOM_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs