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의 만료 시간, 태그 또는 설명 업데이트 |
|
| 기존 보호 리소스에 대한 새 액세스 링크 생성 |
|
| 단일 호출로 여러 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이미지는 루트가 아닌 node 사용자로 실행되며, 프로덕션 의존성만 포함하고, 깔끔한 신호 처리를 위해 tini를 PID 1로 사용합니다.
QURL_API_KEY가 설정된 것처럼 보이는데도 도구 호출이 missing_api_key를 반환하는 경우, 부팅 시 경고 메시지를 확인하세요. 일부 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