Jmpy mcp server

Jmpy mcp server

User can create short urls, edit short urls, get click analytics, generate qr codes and much more.

Category
Visit Server

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

  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": "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-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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured