sseupdated 1mo ago
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.
What can you do with jmpy mcp server?
🤖 Jmpy.me Official MCP Server
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.
🛠️ Performance-Grade Tools
Our MCP server exposes a rich suite of 72+ tools, optimized for AI discovery and execution:
🔗 Link Management
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.
🔳 Advanced QR Suite
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.
📊 Marketing Analytics
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.
👥 Team & Campaigns
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).
🚀 Quick Setup
1. Obtain Your API Key
- Sign in to app.jmpy.me.
- Navigate to Dashboard > API Keys.
- Create a key and ensure the MCP Channel is enabled.
2. Integration Guides
☁️ Claude Desktop
Add this entry to your claude_desktop_config.json:
{
"mcpServers": {
"jmpy": {
"command": "npx",
"args": [
"-y",
"jmpy-mcp-server"
],
"env": {
"JMPY_API_KEY": "your_api_key_here"
}
}
}
}
💻 Cursor / AI IDEs
Configure a Remote SSE connection in your IDE settings:
- Type: Server-Sent Events (SSE)
- URL:
https://jmpy.me/mcp/sse - Auth Header:
x-mcp-key: your_api_key
💡 Example AI Prompts
- "Shorten https://google.com/search?q=mcp-protocol with a custom alias 'mcp-guide' and make a QR code for it."
- "Check the analytics for my 'Summer Sale' campaign and tell me which city is clicking the most."
- "I need to redirect all links for jmpy.me/old-promo to a new destination: https://jmpy.me/new-landing."
🛡️ Security & Reliability
- Encrypted Transport: All communication occurs over HTTPS with TLS 1.3.
- Unified Auth: Managed via the
x-mcp-keyheader to ensure your account is only accessible by your authorized agents. - Bot Detection: Integrated classification identifies and filters automated traffic for accurate marketing data.
- Uptime Monitoring: Real-time health checks available at jmpy.me/status.
📄 Resources
- Organization Profile: github.com/jmpy-me
- Technical Support: support@jmpy.me
- Terms of Service: jmpy.me/terms
Built with ❤️ for a better-connected web by the Jmpy.me Team.
Install
Add jmpy mcp server to your client. Pick the one you use.
claude mcp add --transport sse jmpy-mcp-server https://jmpy.me/mcp/ssecodex mcp add jmpy-mcp-server --url https://jmpy.me/mcp/sse{
"mcpServers": {
"jmpy-mcp-server": {
"url": "https://jmpy.me/mcp/sse"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"jmpy-mcp-server": {
"type": "sse",
"url": "https://jmpy.me/mcp/sse"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"jmpy-mcp-server": {
"url": "https://jmpy.me/mcp/sse"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"jmpy-mcp-server": {
"serverUrl": "https://jmpy.me/mcp/sse"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance16/25
- Trust9/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 50 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.1.0Latest | Apr 18, 2026 |