Social Media Bio Generator

Generators REST API MCP

Compose a social-media profile bio from a profession, skills, an achievement, a location and a call to action in one of five styles (professional, creative, minimalist, fun, inspirational). Returns the bio, its lines, and its length against the platform limit (Instagram 150, Twitter 160, TikTok 80, LinkedIn 220, YouTube 1000). Template-based, no AI.

This page documents the HTTP endpoint POST /api/tools/social-media-bio-generator/execute. See the MCP reference →

Call it over REST

POST https://api.findutils.com/api/tools/social-media-bio-generator/execute · no API keys · 60 requests/min per IP

Execute — verified arguments

curl -X POST https://api.findutils.com/api/tools/social-media-bio-generator/execute \
  -H "Content-Type: application/json" \
  -d '{
    "platform": "instagram",
    "style": "professional",
    "profession": "Software Developer",
    "skills": "Web & UI/UX",
    "achievement": "Helped 10K+ followers",
    "cta": "DM for collabs",
    "location": "Istanbul"
  }'

Parameter schema for this endpoint

curl https://api.findutils.com/api/tools/social-media-bio-generator

Interactive docs · OpenAPI 3.1 spec · All REST tools

Input schema

Argument Type Required Description
platform string (instagram | twitter | tiktok | linkedin | youtube) no Target platform; sets the character limit and the separator (Twitter joins with " | ", others with a newline). Default "instagram". Default: "instagram".
style string (professional | creative | minimalist | fun | inspirational) no Bio style. Default "professional". Note: "minimalist" omits the achievement and "inspirational" omits the location, like the page. Default: "professional".
profession string no Job title or role, e.g. "Software Developer".
skills string no Skills or niche, e.g. "Web technologies & UI/UX".
achievement string no A notable achievement, e.g. "Helped 10K+ followers".
cta string no Call to action, e.g. "DM for collabs".
location string no City or country.
include_emojis boolean no Prefix lines with emojis. Default true. Default: true.

Example arguments (verified)

{
  "platform": "instagram",
  "style": "professional",
  "profession": "Software Developer",
  "skills": "Web & UI/UX",
  "achievement": "Helped 10K+ followers",
  "cta": "DM for collabs",
  "location": "Istanbul"
}

Also an MCP tool

Claude, Cursor, and any MCP client can call this tool as findutils:social_media_bio_generator after one connect command.

Connect once

claude mcp add findutils --transport http https://mcp.findutils.com/
Open the MCP reference for Social Media Bio Generator →

More Generators tools