MCP.so
登录
C

CodeQR Typescript MCP Server

@codeqr-io

关于 CodeQR Typescript MCP Server

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.

基本信息

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "codeqr_ts_api": {
      "command": "npx",
      "args": [
        "-y",
        "@codeqr/ts-mcp",
        "--client=claude",
        "--tools=dynamic"
      ],
      "env": {
        "CODEQR_API_KEY": "My API Key"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is CodeQR Typescript MCP Server?

The CodeQR Typescript MCP Server is an open-source server built with TypeScript that integrates with the CodeQR API, enabling developers to dynamically manage short links, QR codes, analytics, tags, domains, projects, and tracking events from any MCP-compatible client.

How to use CodeQR Typescript MCP Server?

Set the CODEQR_API_KEY environment variable with a valid API key from your CodeQR account. Run the server directly via npx -y @codeqr/ts-mcp@latest, or add the provided JSON configuration to your MCP client (e.g., Claude, Cursor). You can choose to expose all endpoints or use dynamic tools with --tools=dynamic, and filter available tools by resource, operation type, or tags.

Key features of CodeQR Typescript MCP Server

  • Manage short links with create, update, list, delete, bulk, and upsert operations
  • Generate and manage QR codes with full CRUD, bulk, and upsert capabilities
  • Retrieve analytics for links, domains, and workspaces
  • Organize resources using tags and domains
  • Access projects and record tracking events for leads and sales
  • Discover and invoke any API endpoint dynamically at runtime

Use cases of CodeQR Typescript 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) with CodeQR tools

FAQ from CodeQR Typescript MCP Server

What do I need to set up the CodeQR Typescript 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.

评论

开发工具 分类下的更多 MCP 服务器