@cliqo/mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLIQO_API_KEY | Yes | Your cliqo API key, sent as a Bearer token. | |
| CLIQO_BASE_URL | No | Override the API base URL (defaults to https://api.cliqo.link). Useful for staging/self-hosted instances. | https://api.cliqo.link |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| shorten_urlB | Create a short link for a URL. Consumes one credit. Returns the created link including its short URL and id. |
| list_linksC | List your short links (newest first). By default only active links are returned. |
| get_linkA | Fetch a single short link by its numeric id. |
| delete_linkA | Revoke (delete) a short link by its numeric id. The short URL stops resolving. This cannot be undone. |
| get_creditsA | Check how many link credits remain on your account. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- 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/cliqo-link/cliqo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server