Discover high-impact keyword ideas across Central and Eastern European and English markets. Analyz…
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.
💡 Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Inspect callable tools, capabilities, and parameters exposed to AI agents by Lukaskostka99 Marketing Miner Mcp.
marketing_miner_get_search_volumeSearch volume + CPC + YoY + seasonality for a single keyword
marketing_miner_batch_search_volumeBatch processing of 1–1000 keywords
marketing_miner_get_keyword_suggestionsKeyword suggestions (questions / new / trending) with difficulty and SERP features. Supports `limit` + `offset` with `has_more` / `next_offset` in the response.
marketing_miner_get_website_statsEstimated traffic, keyword count, breakdown by result_type
marketing_miner_get_website_stats_rangeHistorical traffic trend + competitor comparison
MCP server for the Marketing Miner Profilers API. Connects Claude, Cursor, Windsurf and other MCP clients to Marketing Miner keyword research and website analytics.
| Tool | Endpoint | Description |
|---|---|---|
marketing_miner_get_search_volume | GET /keywords/search-volume-data | Search volume + CPC + YoY + seasonality for a single keyword |
marketing_miner_batch_search_volume | POST /keywords/search-volume-data | Batch processing of 1–1000 keywords |
marketing_miner_get_keyword_suggestions | GET /keywords/suggestions | Keyword suggestions (questions / new / trending) with difficulty and SERP features. Supports limit + offset with has_more / next_offset in the response. |
marketing_miner_get_website_stats | GET /websites/stats | Estimated traffic, keyword count, breakdown by result_type |
marketing_miner_get_website_stats_range | GET/POST /websites/stats-range | Historical traffic trend + competitor comparison |
Every tool returns markdown (default, human-readable) or json (response_format: "json"), plus structuredContent with all API fields. Each tool declares an outputSchema for client-side validation.
Get an API token from marketingminer.com/en/features/api, then pick one of the options below.
Works on macOS, Windows and Linux — Claude Code CLI handles the config file location for you.
-s user → installs globally (available from any project)-e → sets the API token as environment variableYOUR_TOKEN with your actual Marketing Miner API tokenTo remove later: claude mcp remove marketing-miner -s user.
npx straight from GitHub (no clone needed)The repo ships the built dist/ folder, so npx can run it directly.
Claude Desktop / Cursor / Windsurf config:
Then point your MCP client at the built binary:
Run locally with MARKETING_MINER_API_TOKEN=xxx npm start (stdio, default) or MCP_TRANSPORT=http MARKETING_MINER_API_TOKEN=xxx npm start (Streamable HTTP on port 8000).
Connect from a remote client via Streamable HTTP URL (see Connecting from an MCP client below).
| Variable | Default | Description |
|---|---|---|
MARKETING_MINER_API_TOKEN | — | Required. API token from marketingminer.com/en/features/api |
MCP_TRANSPORT | stdio | stdio (local MCP clients) or http (Streamable HTTP for hosted deployments) |
HOST | 0.0.0.0 | HTTP bind host |
PORT | 8000 | HTTP port |
MCP_HTTP_PATH | /mcp | HTTP path |
Alternative token names: MARKETING_MINER_API_KEY, MARKETING_MINER_TOKEN, MM_API_TOKEN, MM_API_KEY.
If you are running the server over Streamable HTTP (Option D above or any remote host), MCP clients connect via URL only:
1. Search volume for a single keyword:
"What is the search volume and seasonality of
marketingin CZ?" →marketing_miner_get_search_volume({lang:"cs", keyword:"marketing"})
2. Batch processing:
"Compare search volume of SEO terms" →
marketing_miner_batch_search_volume({lang:"cs", keywords:["seo","ppc","google ads","content marketing"]})
3. Question research for FAQ:
"Find questions around
hypoteka" →marketing_miner_get_keyword_suggestions({lang:"cs", keyword:"hypoteka", suggestions_type:"questions", limit:50})
4. Paginating suggestions:
Fetch next page →
marketing_miner_get_keyword_suggestions({lang:"cs", keyword:"hypoteka", limit:50, offset:50})
5. Competitor analysis:
"How much traffic does seznam.cz get?" →
marketing_miner_get_website_stats({lang:"cs", type:"domain", target:"seznam.cz"})
6. Competitor trends:
"Compare traffic trends of seznam.cz vs. idnes.cz" →
marketing_miner_get_website_stats_range({lang:"cs", type:"domain", target:"seznam.cz", period:"monthly", competitors:["idnes.cz"]})
cs, sk, pl, hu, ro, gb, us
^1.18 (McpServer.registerTool, Zod input + output schemas, tool annotations).strict() (rejects unknown keys)structuredContent + outputSchema on every toolstructuredContent arraysOrigin header validation when bound to loopback)MIT
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/lukaskostka99-marketing-miner-mcp)<a href="https://allmcps.com/mcp/lukaskostka99-marketing-miner-mcp"><img src="https://allmcps.com/api/badge/lukaskostka99-marketing-miner-mcp?style=directory" alt="Lukaskostka99 Marketing Miner Mcp on AllMCPs" /></a>