qURL
@layervai/qurl-mcp
⚠️ 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キーに置き換えてください。キーには、使用するツールに応じた適切なスコープが必要です(下記参照)。
利用可能なツール
ツール | 説明 | 必要なスコープ |
| 保護されたリソースへのポリシーバインドされたセキュアなリンクを作成 |
|
| アクセストークンを解決し、ターゲットURLを取得してファイアウォールアクセスを開放 |
|
| アクティブなqURLをページネーション付きで一覧表示 |
|
| リソースIDを指定して特定のqURLの詳細を取得 |
|
| qURLを取り消し、リンクを即座に無効化 |
|
| アクティブなqURLの有効期限を延長( |
|
| アクティブなqURLの有効期限、タグ、説明を更新 |
|
| 既存の保護されたリソースに対して新しいアクセスリンクを発行 |
|
| 1回の呼び出しで複数のqURLを作成 |
|
利用可能なリソース
URI | 名前 | 説明 |
| アクティブなqURLリンク | すべてのアクティブなqURLリンクの一覧 |
| qURL使用量とクォータ | 現在のクォータと使用状況情報 |
設定
環境変数 | 必須 | 説明 | デフォルト |
| 条件付き(説明参照) | 適切なスコープ( | -- |
| いいえ | qURL APIベースURL |
|
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
Maintenance
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
- AlicenseNot gradedqualityCmaintenanceSafeLink 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.154MIT
- AlicenseAqualityDmaintenanceURL 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.161601MIT
- AlicenseAqualityDmaintenanceGenerate styled QR codes, manage dynamic short links with click analytics, and publish micro-landing pages via AI agents.19561MIT
- AlicenseNot gradedqualityDmaintenanceQrVerloz 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.3MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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