1

1ClickReport

Marketing analytics for Google Ads, Meta, GA4, Search Console, Keyword Planner, and Stripe via MCP.

1ClickReport·No reviews yet
Repo Docs
Share:

About

Marketing analytics for Google Ads, Meta, GA4, Search Console, Keyword Planner, and Stripe via MCP.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about 1ClickReport.

What is the primary function of the 1ClickReport MCP?
The 1ClickReport MCP provides marketing analytics by integrating data from various platforms such as Google Ads, Meta, GA4, Search Console, and Stripe. It consolidates this data to offer insights for marketing performance analysis.
Which marketing platforms can I analyze with 1ClickReport?
You can analyze data from Google Ads, Meta, Google Analytics 4 (GA4), Google Search Console, Google Keyword Planner, and Stripe. This allows for a comprehensive overview of your marketing and payment data.
How can I integrate 1ClickReport with an MCP client?
The 1ClickReport MCP uses a stdio transport. For client integration, refer to the documentation at https://www.1clickreport.com for specific instructions on connecting via a compatible MCP client.
Does 1ClickReport require API keys or other credentials?
The 1ClickReport MCP does not specify an authentication type, indicating it may not require direct API keys for its operation. Access to underlying services like Google Ads or Stripe, however, would still require their respective credentials.
Is there a cost associated with using the 1ClickReport MCP?
The cost of using the 1ClickReport MCP depends on its licensing model, which is not detailed here. You should consult the provider's documentation or website for specific pricing information.
What is a potential limitation when using 1ClickReport?
A potential limitation is that while 1ClickReport aggregates data, its analytical capabilities are dependent on the specific tools exposed, which are not listed. Users should verify if it offers the depth of analysis required for their specific use cases.

Install 1ClickReport

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "1clickreport": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-1clickreport"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "1clickreport": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-1clickreport"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "1clickreport": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-1clickreport"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.