MCP server for qURL™ — secure link management for AI agents. Quantum URL is how you enter the hidden layer of the internet.
Most developer tooling work still happens through a UI a human drives. Qurl MCP MCP server moves it into the conversation instead. MCP server for qURL™ — secure link management for AI agents. Quantum URL is how you enter the hidden layer of the internet.
qURL MCP exposes qURL capabilities to MCP clients, GPTs, ChatGPT, and other remote integrations.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
The server publishes 14 tools. What each one is for:
create_qurl — Create a new qURLresolve_qurl — Resolve an access token into a protected target URLlist_qurls — List qURL resourcesget_qurl — Fetch details for a single qURLdelete_qurl — Delete a qURLextend_qurl — Extend qURL expirationupdate_qurl — Update qURL metadata or expirationmint_link — Mint a new access link for an existing resourcebatch_create_qurls — Create multiple qURLs in one requestrevoke_qurl_token — Revoke a specific tokenupdate_qurl_token — Update a specific tokenlist_qurl_sessions — List active access sessionsConfiguration is passed through the environment: QURL_API_KEY, QURL_API_URL, QURL_CONNECTOR_URL, QURL_SMTP_HOST, QURL_PUBLIC_VIDEO_FILE_PATH, QURL_PUBLIC_VIDEO_PAGE_PATH, MCP_BASE_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Qurl MCP's toolset — create_qurl, resolve_qurl, list_qurls and 11 more — is a fair guide to whether it matches your workflow. It is maintained by layervai; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Qurl MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| create_qurl | Create a new qURL |
| resolve_qurl | Resolve an access token into a protected target URL |
| list_qurls | List qURL resources |
| get_qurl | Fetch details for a single qURL |
| delete_qurl | Delete a qURL |
| extend_qurl | Extend qURL expiration |
| update_qurl | Update qURL metadata or expiration |
| mint_link | Mint a new access link for an existing resource |
| batch_create_qurls | Create multiple qURLs in one request |
| revoke_qurl_token | Revoke a specific token |
| update_qurl_token | Update a specific token |
| list_qurl_sessions | List active access sessions |
| terminate_qurl_sessions | Terminate one or all active sessions |
| upload_file_qurl | stdio |
| Variable | Description | Required |
|---|---|---|
| QURL_API_KEY | Credential the server authenticates with. | Yes |
| QURL_API_URL | Endpoint or connection string the server talks to. | Yes |
| QURL_CONNECTOR_URL | Endpoint or connection string the server talks to. | Yes |
| QURL_SMTP_HOST | Endpoint or connection string the server talks to. | Yes |
| QURL_PUBLIC_VIDEO_FILE_PATH | Endpoint or connection string the server talks to. | Yes |
| QURL_PUBLIC_VIDEO_PAGE_PATH | Endpoint or connection string the server talks to. | Yes |
| MCP_BASE_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.