← melinks.co
INDIVIDUAL MCP TOOL
cancel_ab_test
Cancel and delete an A/B test without applying changes.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a deletion term.
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).get_qr_code— Generate a QR code for a link-in-bio page.list_versions— List version history for a link-in-bio page.