Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.melinks-co]
url = "https://melinks.co/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"melinks-co": {
"type": "http",
"url": "https://melinks.co/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: melinks-co
Remote MCP URL: https://melinks.co/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"melinks-co": {
"url": "https://melinks.co/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"melinks-co": {
"type": "http",
"url": "https://melinks.co/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "melinks-co",
"transport": "streamable-http",
"url": "https://melinks.co/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
create_link_list— Create a new link-in-bio page.get_link_list— Retrieve a link-in-bio page by its shortcode or username.update_link_list— Update an existing link-in-bio page.delete_link_list— Permanently delete a link-in-bio page.export_link_list— Export a link-in-bio page as a melinks JSON file (v1 format).import_link_list— Create a new link-in-bio page by importing a melinks JSON file (v1 format).list_versions— List version history for a link-in-bio page.rollback_version— Rollback a link-in-bio page to a previous version.