Content Tools
baddie.one
Helps Instagram creators manage their baddie.one page, including page creation, link management, and page state reading.
ENDPOINT 1
https://baddie.one/mcp
MCP server metadata
- Name
- baddie.one
- Version
- 0.1.0
Known tools 8
start_baddie_pageStart the baddie.one page creation flow for an Instagram creator.
Inferred read-onlyget_my_pageRead the authenticated creator's current page state — handle, tagline, links, Instagram grid settings, and version number.
Inferred read-onlyset_instagram_gridToggle the Instagram photo grid on the authenticated creator's page.
Inferred read-onlyregenerate_from_instagramRe-pull the authenticated creator's profile, avatar, follower count, and posts from Instagram.
Inferred read-onlyCONNECT 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.
baddie.one is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.