Skip to main content
Glama
billkinddev

whamlink-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WHAMLINK_API_KEYNoYour whamlink API key. If unset, the server still starts; the agent can register to create an account in-session.
WHAMLINK_BASE_URLNoBase URL for whamlink. Defaults to https://whamlink.com.https://whamlink.com

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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