About mm-mcp
mm-mcp is an MCP server in the Other category. It has been installed 0 times through Conduid.
Install
git clone https://github.com/lukaskostka99/mm-mcpThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about mm-mcp
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- ·Scoped permissionsNot checked yet.
README
Marketing Miner MCP
Minimalistický MCP server (FastMCP) pro Marketing Miner API, připravený pro nasazení na Smithery.
Běh lokálně
- Vytvořte a naplňte
.envpodle.env.example(zejménaMM_API_TOKEN). - Nainstalujte závislosti:
pip install -r requirements.txt
- Spusťte server (SSE transport je výchozí):
python marketing_miner.py
Server poběží na HOST:PORT (výchozí 0.0.0.0:8000).
Nasazení na Smithery
- Nastavte proměnné prostředí:
MM_API_TOKEN(povinné), volitelněHOST,PORT,TRANSPORT(sse). - Spouštěcí příkaz:
python marketing_miner.py.
Nástroje
get_keyword_suggestions(lang, keyword, suggestions_type?, with_keyword_data?)get_search_volume_data(lang, keyword)
README mirrored from the source repository 4 months ago. The original is authoritative.