Generate lighthearted, playful roasts for friends, colleagues, or fictional characters. Access via MCP in Cursor, Windsurf, or other AI coding environments, or call GET /v1/fun/roast directly. Perfect for adding humor to chatbots, games, or social features. Returns clean, witty burns that won't offend — think Comedy Central Roast meets workplace-appropriate banter.
curl "https://tinyfn.io/v1/fun/roast" \
-H "X-API-Key: YOUR_API_KEY"
const response = await fetch('https://tinyfn.io/v1/fun/roast', {
headers: { 'X-API-Key': 'YOUR_API_KEY' }
});
const data = await response.json();
console.log(data);
import requests
response = requests.get('https://tinyfn.io/v1/fun/roast',
headers={'X-API-Key': 'YOUR_API_KEY'})
data = response.json()
print(data)
Connect your AI agent (Claude, Cursor, Windsurf, etc.) to TinyFn's fun tools:
{
"mcpServers": {
"tinyfn-fun": {
"url": "https://tinyfn.io/mcp/fun",
"headers": {
"X-API-Key": "YOUR_API_KEY"
}
}
}
}
Call the friendly_roast tool through your MCP client. The tool generates witty, clean roasts suitable for casual settings without requiring any input parameters.
The roasts avoid personal attacks, appearance-based insults, or sensitive topics. They focus on universal, lighthearted themes like procrastination, coffee addiction, or harmless personality quirks.
The basic endpoint generates generic friendly roasts. For personalized roasting, you'd need to combine the output with your own context or prompt engineering in your AI agent workflow.
Returns a single roast as a text string, usually 1-2 sentences. Examples: witty one-liners about common habits, gentle teasing about universal experiences, or playful observations about everyday life.
Use the REST API endpoint GET /v1/fun/roast in your application code. Perfect for adding humor commands, icebreaker features, or entertainment elements to social platforms and gaming applications.
Get your free API key and start using Friendly Roast in seconds.
Get Free API Key