100+ read/write tools: GA4, Search Console, Google/Meta Ads, Shopify, WooCommerce, Shopware. BYOK.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"datavessel": {
"url": "https://mcp.datavessel.io/mcp",
"type": "streamable-http"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Connect your AI agent to 100+ read/write tools across Google Analytics, Search Console, Google & Meta Ads, Shopify, WooCommerce, Shopware, Slack and LinkedIn.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ecommerce
Argentine business automation: Mercado Pago, AFIP/ARCA, WhatsApp, banking, shipping (7 packages).
A command line tool for setting up commercetools MCP server
Rent GPUs, robots, drones, and construction gear on RIGShare; also onboards equipment owners.
Amazon review intelligence via Shulex OpenAPI. 10 marketplaces, verified-purchase & Vine signals.
MCP Security Weekly
Get CVE alerts and security updates for io.github.djr4/datavessel and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Connect your AI agent to 100+ read/write tools across Google Analytics, Search Console, Google & Meta Ads, Shopify, WooCommerce, Shopware, Slack and LinkedIn.
This repository is the public home and setup guide for the datavessel MCP server. datavessel is a hosted, remote MCP server — there's nothing to install or run. Point your AI client at the URL below with your own API key.
datavessel gives AI agents (Claude, Cursor, and any MCP client) read and write access to your entire marketing and ecommerce stack through a single connection. One agent, your whole stack — pull data and take action.
| Connector | What your agent can do |
|---|---|
| Google Analytics 4 | Traffic, realtime, custom reports, property config |
| Google Search Console | Search performance, top queries/pages, sitemaps, keyword opportunities |
| Google Ads | Campaign, ad-group, keyword & search-term performance |
| Meta Ads | Campaigns, ad sets, ads, account & campaign insights |
| Shopify | Orders, products, customers, inventory, discounts — incl. writes |
| WooCommerce | Orders, products, customers, sales reports, coupons |
| Shopware | Catalog, orders, customers — create/update CMS & landing pages, SEO URLs, products |
| Slack | Channels, history, post messages & DMs |
| Publish text & article posts | |
| datavessel | Reports, alerts, domain checks & utilities |
Example: "Find Search Console keywords where we rank well but get few clicks, rewrite those product titles in Shopify, and post the summary to #seo in Slack."
https://mcp.datavessel.io/mcp.Authentication is handled automatically over OAuth — there is no API key to copy or paste. datavessel implements the MCP authorization spec: the first time you connect, your client discovers the server's OAuth metadata, registers itself dynamically (DCR), and opens a browser to sign you in. Tokens (with PKCE) are issued and refreshed by the client for you.
Add the remote server by URL — your client runs the OAuth flow on first connect:
{
"mcpServers": {
"datavessel": {
"type": "streamable-http",
"url": "https://mcp.datavessel.io/mcp"
}
}
}
mcp-remote)mcp-remote bridges a stdio client to the remote server and performs the same
OAuth/DCR handshake — again, no token in the config:
{
"mcpServers": {
"datavessel": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.datavessel.io/mcp"]
}
}
}
On first connect a browser window opens to authorize datavessel; approve it once and the tools appear. If a connection ever fails with an auth error, clear your client's saved tokens and reconnect — it will re-register automatically.
| Tier | API calls | Price | |---|---