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.

基本情報

カテゴリ

開発者ツール

トランスポート

stdio

公開者

codeqr-io

投稿者

Deusdete Ferreira (Deuzim)

設定

以下の設定を使って、このサーバーを 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.

コメント

「開発者ツール」の他のコンテンツ