Skip to content

Instantly share code, notes, and snippets.

@ajfrai
ajfrai / qr-business-cards-mcp-setup.md
Created April 11, 2026 04:17
How to set up QR Business Cards MCP server for Claude, Cursor, and other AI assistants

QR Business Cards MCP Server — Setup Guide

Create professional QR business cards through any MCP-compatible AI assistant. No API key required.

Server URL: https://qr-business-cards.com/api/mcp

Quick Setup

Claude Desktop / Claude Code

@ajfrai
ajfrai / gist:012397383f9a79260cdbf5b87f713092
Last active October 23, 2020 03:43
Current Deduplication Routine
pings_table as (
select
advertiser_id,
location_at,
speed,
LATITUDE,
LONGITUDE
from "SPARROW"."LIVE"."PINGS_ALL"