← baddie.one

INDIVIDUAL MCP TOOL

set_tagline

Set the authenticated creator's bio tagline.

baddie.onenone authenticationAvailability not checked

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

baddie.one

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.
  • remove_link — Remove a link from the authenticated creator's page by index.
  • reorder_links — Reorder the authenticated creator's links.
  • 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.