Back to Browse

Attribloom MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Affiliate attribution and commission data for iOS (StoreKit 2) and Shopify

About

Affiliate attribution and commission data for iOS (StoreKit 2) and Shopify

Security Report

5.2
Moderate5.2Moderate Risk

This MCP server is well-structured and secure. It properly handles authentication via API keys scoped to specific read-only operations, implements appropriate error handling with clear user-facing messages, and has no malicious patterns or dangerous code practices. The codebase follows TypeScript best practices with strict typing. Minor observations around input validation and HTTP error handling do not materially impact security for its intended use case. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

7 files analyzed · 7 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Tenant API key from the Attribloom dashboard (Settings, API keys). Optional: the two guidance tools work without it.Required

Environment variable: ATTRIBLOOM_API_KEY

Management API base URL. Defaults to https://api.attribloom.comOptional

Environment variable: ATTRIBLOOM_BASE_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "com-attribloom-mcp": {
      "env": {
        "ATTRIBLOOM_API_KEY": "your-attribloom-api-key-here",
        "ATTRIBLOOM_BASE_URL": "your-attribloom-base-url-here"
      },
      "args": [
        "-y",
        "@attribloom/mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!