CodeQR Typescript MCP Server
Created at 2 months ago
by packages
Typescript-based MCP server for integrating with the CodeQR API. It enables developers to dynamically access and manage CodeQR tools, short links, and QR code endpoints within their workflows.
Categories
Tags
typescript
mcp
codeqr
api
What is the CodeQR TypeScript MCP Server?
The CodeQR TypeScript MCP Server is an open-source server built with TypeScript that integrates seamlessly with the CodeQR API. It allows developers to dynamically access and manage short links, QR codes, analytics, tags, domains, projects, and tracking events directly from any MCP-compatible client.
How to use the CodeQR MCP Server?
- Launch it with npx or via MCP client config
- Set your
CODEQR_API_KEYenvironment variable - Choose whether to expose all endpoints or use dynamic tools
- Filter available tools by resource, operation type (read/write), or tags
Key Features of CodeQR MCP Server?
- Links: create, update, list, delete, bulk operations, and upsert
- QR Codes: generate, update, list, delete, bulk operations, and upsert
- Analytics: retrieve performance data for links, domains, and workspaces
- Tags & Domains: organize and manage resources programmatically
- Projects: retrieve and list workspace projects
- Tracking: record leads and sales for short links
- Dynamic Tools: discover, explore, and invoke endpoints at runtime
Use Cases of CodeQR MCP Server?
- Automating short link and QR code creation inside workflows
- Retrieving analytics to monitor marketing and campaign performance
- Managing multiple domains, tags, and projects from code or AI agents
- Extending AI-driven workflows (Claude, Cursor, OpenAI Agents, etc.) with CodeQR tools
FAQ from CodeQR MCP Server?
What do I need to set up the CodeQR MCP Server? A valid CodeQR API Key from your CodeQR account.
Can it be integrated with multiple MCP clients? Yes. It supports Claude, Cursor, OpenAI Agents, and other MCP clients.
Does it support dynamic endpoint discovery?
Yes. Using --tools=dynamic, you can discover and invoke any API endpoint dynamically.
Can I filter endpoints? Yes. Filters can be applied by tool, resource, operation type, or tags.
View More
MCP Servers