whamlink-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WHAMLINK_API_KEY | No | Your whamlink API key. If unset, the server still starts; the agent can register to create an account in-session. | |
| WHAMLINK_BASE_URL | No | Base URL for whamlink. Defaults to https://whamlink.com. | https://whamlink.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| registerA | Create a whamlink account on the USER'S behalf. Only call this with the user's explicit consent and their REAL email — a verification link is sent there. Returns an API key used for the rest of this session; tell the user to set it as WHAMLINK_API_KEY in their MCP config to keep it across restarts. |
| publish_linkA | Publish text-based content (HTML, Markdown, or plain text) to a permanent whamlink URL. Links are public (unlisted) by default; set visibility to private/password/email to gate them. (PDF/image files aren't supported over MCP — use the whamlink dashboard or multipart API for those.) Never publish secrets or private data. |
| list_linksA | List the links you've published (id, slug, title, mode, visibility, size, URL). |
| delete_linkB | Permanently delete a published link by its id. |
| set_link_accessC | Change a link's access: visibility (public/private/password/email), password, shared email list, allowNetwork, or title. |
| replace_link_contentC | Replace a link's content in place — the URL stays the same. |
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/billkinddev/whamlink-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server