← baddie.one
INDIVIDUAL MCP TOOL
remove_link
Remove a link from the authenticated creator's page by index.
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.baddie-one]
url = "https://baddie.one/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"baddie-one": {
"type": "http",
"url": "https://baddie.one/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: baddie-one
Remote MCP URL: https://baddie.one/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": {
"baddie-one": {
"url": "https://baddie.one/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"baddie-one": {
"type": "http",
"url": "https://baddie.one/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "baddie-one",
"transport": "streamable-http",
"url": "https://baddie.one/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
start_baddie_page— Start the baddie.one page creation flow for an Instagram creator.get_my_page— Read the authenticated creator's current page state — handle, tagline, links, Instagram grid settings, and version number.add_link— Append a link to the authenticated creator's page.reorder_links— Reorder the authenticated creator's links.set_tagline— Set the authenticated creator's bio tagline.set_instagram_grid— Toggle the Instagram photo grid on the authenticated creator's page.regenerate_from_instagram— Re-pull the authenticated creator's profile, avatar, follower count, and posts from Instagram.