
QURL
Give agents short-lived, scoped qURLs instead of handing over long-lived API keys when automating third-party access.
Overview
qurl-mcp is a MCP server for the Ship phase that mints, resolves, audits, and rotates scope-limited expiring qURLs for safer AI agent access.
What is this MCP server?
- Mint scope-limited expiring qURLs for delegated agent access
- Resolve, audit, and rotate qURLs via MCP tools
- Requires QURL_API_KEY with qurl:read, qurl:write, and/or qurl:resolve scopes
- npm package @layervai/qurl-mcp v0.4.0; default API https://api.layerv.ai
- Designed for AI agents that must not hold permanent secrets in prompts or env
- Package version 0.4.0; npm identifier @layervai/qurl-mcp
- Required env: QURL_API_KEY; default QURL_API_URL https://api.layerv.ai
- Website: layerv.ai
Community signal: 3 GitHub stars.
What problem does it solve?
Handing long-lived API keys to agents in MCP configs or chat creates leak paths that are painful to audit and revoke.
Who is it for?
Builders shipping agent automations who need delegated, revocable links instead of permanent credentials in the agent loop.
Skip if: Projects with no third-party agent access needs or teams unwilling to use LayerV's qURL API and API key.
What do I get? / Deliverables
You issue expiring scoped qURLs through the agent, with MCP tools to resolve, audit, and rotate access without redeploying full secrets.
- Minted expiring qURLs with explicit scopes for agent tasks
- Audit and rotation workflows callable via MCP
- Reduced long-lived secret exposure in agent configurations
Recommended MCP Servers
Journey fit
How it compares
Scoped expiring access-link MCP, not a secrets vault skill or generic OAuth tutorial.
Common Questions / FAQ
Who is qurl-mcp for?
Solo builders and agent authors who want LayerV QURLs—short-lived, scope-limited links—for safer third-party access from MCP clients.
When should I use qurl-mcp?
Use it before production agent integrations when you need to grant temporary access, audit usage, or rotate links without sharing raw API keys.
How do I add qurl-mcp to my agent?
Install @layervai/qurl-mcp, set QURL_API_KEY (required) and optional QURL_API_URL, add the stdio MCP server in Claude Code or Cursor, and enable the qurl scopes you need on the key.