dsh-1clickreport
Connect your marketing data (Google Ads, Meta, GA4, Search Console, Shopify, Stripe) to DeepSeek Harness via MCP
- Stars
- 0
- Language
- —
- Created
- Aug 22, 2026
- Updated
- Aug 22, 2026
Introduction
1ClickReport for DeepSeek Harness
Your marketing data — Google Ads, Meta Ads, GA4, Search Console, Shopify and Stripe — as native tools inside DeepSeek Harness.
1ClickReport runs a hosted MCP server, so there is no plugin to install. Point dsh's MCP client
at it and your agent can read live campaign performance, search rankings, orders and revenue for
any client in your account.
Setup
Add one entry to your cordis.yml:
- id: mcp-1clickreport
name: '@deepseek-ai/dsh-mcp-client'
config:
serverName: oneclickreport
transport: streamable-http
url: https://mcp.1clickreport.com/mcp
headers:
Authorization: !!js `Bearer ${process.env.ONECLICKREPORT_TOKEN}`
Your agent will see the tools as mcp__oneclickreport__get_meta_ads_metrics,
mcp__oneclickreport__get_google_ads_search_terms, and so on.
Getting a token
This is the rough edge, and we would rather say so than let you find out.
The server authenticates with a bearer token. Today those tokens are issued by the OAuth flow used
by Claude and ChatGPT connectors, and they expire after 30 days — after which dsh returns 401
until you paste a new one. dsh's MCP client holds a static header and cannot refresh on its own.
Long-lived, revocable personal access tokens are the fix. We have not built them yet because we do not know whether anyone wants this. If you do, open an issue — that is the signal we are watching, and it is the fastest way to get it prioritised.
What you can ask
Once connected, your agent can answer things like:
- "How did Meta ads perform last week for , and which creatives are fatiguing?"
- "Which search terms are wasting spend in Google Ads?"
- "Compare organic clicks to paid for the last 30 days."
- "What did we sell on Shopify yesterday, and which products led?"
Roughly 70 tools across the six connectors, all read-only unless your plan includes campaign management.
About
1ClickReport is an AI marketing analyst for agencies and in-house teams. The same MCP server powers our Claude and ChatGPT connectors.
Questions or problems: open an issue, or email support through the app.
Licence
MIT for this documentation. The hosted service has its own terms.