1. Conduid
  2. Developer Tools
  3. io.github.Jmpy-me/jmpy-mcp-server
MCP server · Developer Tools

io.github.Jmpy-me/jmpy-mcp-server

Official JMPY.me MCP Server: URL shortener, QR codes, and 70+ marketing analytics tools.

Unclaimed devtools
34Low

Scored 4 months ago · breakdown

About io.github.Jmpy-me/jmpy-mcp-server

io.github.Jmpy-me/jmpy-mcp-server is an MCP server in the Developer Tools category: official JMPY.me MCP Server: URL shortener, QR codes, and 70+ marketing analytics tools. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/jmpy-me/jmpy-mcp-server

This 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 io.github.Jmpy-me/jmpy-mcp-server

Powered by Claude · Grounded in docs

I know everything about io.github.Jmpy-me/jmpy-mcp-server. Ask me about installation, configuration, usage, or troubleshooting.

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

🤖 Jmpy.me Official MCP Server

Status MCP Docs

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 70+ 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

  1. Sign in to app.jmpy.me.
  2. Navigate to Dashboard > API Keys.
  3. 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": "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"
      }
    }
  }
}

💻 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


🛡️ Security & Reliability

  • Encrypted Transport: All communication occurs over HTTPS with TLS 1.3.
  • Unified Auth: Managed via the x-mcp-key header 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

Built with ❤️ for a better-connected web by the Jmpy.me Team.

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About io.github.Jmpy-me/jmpy-mcp-server

How do I install io.github.Jmpy-me/jmpy-mcp-server?

Run git clone https://github.com/jmpy-me/jmpy-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is io.github.Jmpy-me/jmpy-mcp-server safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is io.github.Jmpy-me/jmpy-mcp-server still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.