← Registry

Content Tools

baddie.one

Helps Instagram creators manage their baddie.one page, including page creation, link management, and page state reading.

1 endpoint8 known toolsFirst detected June 23, 2026Last detected September 9, 2026

ENDPOINT 1

https://baddie.one/mcp

No auth detected

MCP server metadata

Name
baddie.one
Version
0.1.0
Capabilities
tools

Known tools 8

start_baddie_page

Start the baddie.one page creation flow for an Instagram creator.

Inferred read-only
get_my_page

Read the authenticated creator's current page state — handle, tagline, links, Instagram grid settings, and version number.

Inferred read-only
add_link

Append a link to the authenticated creator's page.

Inferred read-only
remove_link

Remove a link from the authenticated creator's page by index.

Potential side effects
reorder_links

Reorder the authenticated creator's links.

Inferred read-only
set_tagline

Set the authenticated creator's bio tagline.

Inferred read-only
set_instagram_grid

Toggle the Instagram photo grid on the authenticated creator's page.

Inferred read-only
regenerate_from_instagram

Re-pull the authenticated creator's profile, avatar, follower count, and posts from Instagram.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for baddie.one was fetched 2026-09-15T13:39:24.800Z.

Trust status Trusted

baddie.one is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.