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": {
"jmpy": {
"env": {
"JMPY_API_KEY": "your_api_key_here"
},
"args": [
"-e",
"const http=require('https');const rl=require('readline').createInterface({input:process.stdin});rl.on('line',(line)=>{if(!line.trim())return;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)=>{let d='';res.on('data',(c)=>d+=c);res.on('end',()=>{if(d)process.stdout.write(d+'\\n');});});req.write(line);req.end();});"
],
"command": "node"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Unlock the power of Jmpy.me directly within your AI agents. This official Model Context Protocol (MCP) server provides a high-performance bridge for AI assistants (Claude, ChatGPT, Cursor) to manage branded links, dynamic QR codes, and deep marketing analytics using natural language.
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.
Click any tool to inspect its schema.
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 marketing / analytics
⚡ A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.
MCP Server for GCP environment for interacting with various Observability APIs.
DataForSEO API modelcontextprotocol server
MCP server that enables AI agents to perform comprehensive web audits using Google Lighthouse with 13+ tools for performance, accessibility, SEO, and security analysis.
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.
Unlock the power of Jmpy.me directly within your AI agents. This official Model Context Protocol (MCP) server provides a high-performance bridge for AI assistants (Claude, ChatGPT, Cursor) to manage branded links, dynamic QR codes, and deep marketing analytics using natural language.
Our MCP server exposes a rich suite of 72+ tools, optimized for AI discovery and execution:
shortenUrl: Create branded short links with custom aliases, password protection, and expiration.updateUrl: Change destination URLs in real-time without breaking existing short links.listUrls: Search and filter your link inventory with advanced pagination.lookupUrl: Detect existing short URLs for any destination to prevent duplicates.generateQr: Create dynamic, branded QR codes for URLs, WiFi, vCards, Text, and SMS.listQrCodes: Manage your entire library of visual assets.customStyleQr: (Coming Soon) Programmatic control over logo overlays and branding colors.getStats: Real-time performance metrics (clicks, uniqueness, growth rates).getGeographicStats: Deep-dive into traffic by country and city for precise targeting.getDeviceAnalytics: Analyze audience technographics (browser, OS, device type).getOverviewStats: Account-wide marketing health and performance summaries.createCampaign: Organize your marketing efforts into logical groups.listCampaigns: Track link performance at the campaign level.createSubdomain: Provision and verify custom subdomains (e.g., brand.jmpy.me).Add this entry to your claude_desktop_config.json:
{
"mcpServers": {
"jmpy": {
"command": "node",
"args": [
"-e",
"const http=require('https');const rl=require('readline').createInterface({input:process.stdin});rl.on('line',(line)=>{if(!line.trim())return;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)=>{let d='';res.on('data',(c)=>d+=c);res.on('end',()=>{if(d)process.stdout.write(d+'\\n');});});req.write(line);req.end();});"
],
"env": {
"JMPY_API_KEY": "your_api_key_here"
}
}
}
}
Configure a Remote SSE connection in your IDE settings:
https://jmpy.me/mcp/ssex-mcp-key: your_api_keyx-mcp-key header to ensure your account is only accessible by your authorized agents.