Skip to main content
Glama

@layervai/qurl-mcp

npm version

⚠️ v0.4.0にて @layerv/qurl-mcp から名称変更されました。 旧パッケージは非推奨となり、今後のアップデートは行われません。@layerv/qurl-mcp@0.3.x を使用している場合は、MCPクライアント設定のスコープを置き換えてください。バイナリやAPIキーはそのまま使用でき、その他の変更は不要です。

qURL™セキュアリンク管理用MCPサーバー。

Quantum URL (qURL) · インターネットには隠れた層が存在します。これがその入り口です。

機能

qURL MCPサーバーは、Model Context Protocol サーバーであり、AIエージェント(Claude、GPT、Cursorなど)がqURLセキュアリンクの作成、解決、一覧表示、管理をネイティブに行えるようにします。stdioトランスポート経由でqURL APIに接続するため、カスタム統合コードなしでMCP互換クライアントから利用可能です。

Related MCP server: unphurl-mcp

クイックスタート

MCPクライアント設定(Claude Desktop、Claude Codeなど)にサーバーを追加します:

{
  "mcpServers": {
    "qurl": {
      "command": "npx",
      "args": ["@layervai/qurl-mcp"],
      "env": { "QURL_API_KEY": "lv_live_xxx" }
    }
  }
}

lv_live_xxx を実際のAPIキーに置き換えてください。キーには、使用するツールに応じた適切なスコープが必要です(下記参照)。

利用可能なツール

ツール

説明

必要なスコープ

create_qurl

保護されたリソースへのポリシーバインドされたセキュアなリンクを作成

qurl:write

resolve_qurl

アクセストークンを解決し、ターゲットURLを取得してファイアウォールアクセスを開放

qurl:resolve

list_qurls

アクティブなqURLをページネーション付きで一覧表示

qurl:read

get_qurl

リソースIDを指定して特定のqURLの詳細を取得

qurl:read

delete_qurl

qURLを取り消し、リンクを即座に無効化

qurl:write

extend_qurl

アクティブなqURLの有効期限を延長(update_qurlのエイリアス)

qurl:write

update_qurl

アクティブなqURLの有効期限、タグ、説明を更新

qurl:write

mint_link

既存の保護されたリソースに対して新しいアクセスリンクを発行

qurl:write

batch_create_qurls

1回の呼び出しで複数のqURLを作成

qurl:write

利用可能なリソース

URI

名前

説明

qurl://links

アクティブなqURLリンク

すべてのアクティブなqURLリンクの一覧

qurl://usage

qURL使用量とクォータ

現在のクォータと使用状況情報

設定

環境変数

必須

説明

デフォルト

QURL_API_KEY

条件付き(説明参照)

適切なスコープ(qurl:read, qurl:write, qurl:resolve)を持つAPIキー。サーバーはキーなしでも起動するため、ディレクトリ探索のためのMCPイントロスペクション(tools/list, resources/list, prompts/list)は機能します。キーは最初のツール呼び出しまたはリソース読み取り時にのみ必要となり、設定されるまでは呼び出し時に型指定された missing_api_key エラーが発生します。

--

QURL_API_URL

いいえ

qURL APIベースURL

https://api.layerv.ai

Docker

コンテナベースのデプロイ用にマルチステージDockerfileが含まれています:

docker build -t qurl-mcp .
docker run -i -e QURL_API_KEY=lv_live_xxx qurl-mcp

イメージは非rootの node ユーザーとして実行され、本番環境の依存関係のみを含み、クリーンなシグナル処理のために tini をPID 1として使用します。

QURL_API_KEY が設定されているように見えるにもかかわらずツール呼び出しが missing_api_key を返す場合は、起動時の警告についてstderrを確認してください。一部のMCPホストはstderrを隠すため、警告は空白のみの値や未設定の値を見つける最も速い方法です:

docker logs <container>          # if running detached
docker run -i -e QURL_API_KEY=lv_live_xxx qurl-mcp 2>&1  # interactive

開発

npm install
npm run build
npm test
npm run lint

その他のコマンド:

npm run dev          # Watch mode (rebuild on changes)
npm run format       # Format source with Prettier
npm run format:check # Check formatting without modifying files

ライセンス

MIT -- LayerV AI

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
4hResponse time
1wRelease cycle
10Releases (12mo)
Commit activity
Issues opened vs closed

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    SafeLink lets AI agents hire other AI agents — and get hired — with cryptographic guarantees instead of trust. Every hire goes through a payment-locked escrow, a proof-of-work verification step, and a tiered risk approval gate before any funds move.
    15
    4
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    URL intelligence for AI agents. One URL in, structured security and data quality signals out across 7 dimensions. 13 tools, risk score 0-100 with 23 configurable weights.
    16
    160
    1
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Generate styled QR codes, manage dynamic short links with click analytics, and publish micro-landing pages via AI agents.
    19
    56
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    QrVerloz lets AI agents create QR codes instantly — no account needed, active for 90 days, and claimable at any time to make them permanent. Retarget the destination URL whenever you need, without reprinting.
    3
    MIT

View all related MCP servers

Related MCP Connectors

  • URL intelligence for AI agents and developers. 16 tools, 25 signal weights, 20 free checks.

  • Verified, sourced, real-time intelligence layer for AI agents.

  • Build personal interactive apps with real URLs and persistent storage, using any AI.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/layervai/qurl-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server