Loading MCP server directory, please wait...
Mint, resolve, audit, and rotate scope-limited expiring access links (qURLs) for AI agents.
npx @getmcp/cli add io.github.layervai/qurl-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
QURL_API_KEYAPI key for the qURL API with qurl:read, qurl:write, and/or qurl:resolve scopes. Obtain from https://layerv.ai.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.layervai/qurl-mcp": {
"command": "npx",
"args": [
"-y",
"@layervai/qurl-mcp"
],
"env": {
"QURL_API_KEY": "",
"QURL_API_URL": "https://api.layerv.ai"
}
}
}
}