CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Jmpy Mcp Server

jmpy-me/jmpy-mcp-server
SSEregistry active
Summary

Connects Claude and other MCP clients to the full Jmpy.me API for programmatic link management and marketing analytics. You get 72+ tools including URL shortening with custom aliases and expiration, dynamic QR code generation for multiple formats (URLs, WiFi, vCards), and granular analytics broken down by geography, device, and campaign. Useful when you need AI agents to create branded short links on the fly, update destinations without breaking existing URLs, or pull click data during campaign analysis. Authentication uses an API key from your Jmpy.me dashboard with the MCP channel enabled. Runs over SSE transport or via a Node.js wrapper for Claude Desktop.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

🤖 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": "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"
      }
    }
  }
}

💻 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

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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Monitoring & Observability
Registryactive
TransportSSE
UpdatedApr 18, 2026
View on GitHub

Related Monitoring & Observability MCP Servers

View all →
Mcp Observability

io.github.infoinlet-marketplace/mcp-observability

Observability for incident agents — query Loki (LogQL), Prometheus (PromQL), Elasticsearch.
Monitor

betterdb-inc/monitor

BetterDB MCP server - Valkey observability for Claude Code and other MCP clients
1.1k
Datadog

com.mcparmory/datadog

Monitor infrastructure, manage agents and deployments, track metrics, logs, and events
25
Observability Mcp

thotischner/observability-mcp

Unified observability gateway for AI agents — Prometheus, Loki & more, with anomaly detection.
5
Datadog Mcp

io.github.tantiope/datadog-mcp

Full Datadog API access: monitors, logs, metrics, traces, dashboards, and observability tools
4
Datadog

io.github.us-all/datadog

Datadog MCP — 165 tools for metrics, monitors, logs, APM, RUM, incidents, CI/CD, fleet
1