Official JMPY.me MCP Server: URL shortener, QR codes, and 70+ marketing analytics tools.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-jmpy-me-jmpy-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Official JMPY.me MCP Server: URL shortener, QR codes, and 70+ marketing analytics tools.
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.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe 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 other
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Hash-verified file editing MCP server with token efficiency hook. 11 tools for AI coding agents.
MCP Security Weekly
Get CVE alerts and security updates for io.github.Jmpy-me/jmpy-mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Power your AI agents with 70+ advanced marketing tools from Jmpy.me. This Model Context Protocol (MCP) server allows your assistant to manage your entire marketing stack through natural language.
Log in to your Jmpy.me Dashboard and create a new API key with MCP Channel access.
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"jmpy": {
"command": "node",
"args": [
"-e",
"const http=require('https');const req=http.request({hostname:'jmpy.me',port:443,path:'/mcp',method:'POST',headers:{'Content-Type':'application/json','x-mcp-key':process.env.JMPY_API_KEY}},(res)=>{res.pipe(process.stdout);});process.stdin.pipe(req);"
],
"env": {
"JMPY_API_KEY": "your_api_key_here"
}
}
}
}
Create a .cursor/mcp.json in your project and paste the same configuration as above.
https://jmpy.me/mcp/ssehttps://jmpy.me/mcpFor the full tool list and documentation, visit jmpy.me/docs/mcp.