Fake Bumper Sticker
The Fake Bumper Sticker API returns one bumper sticker per call. Includes the slogan, recommended placement on the vehicle, font recommendation, regret estimate, and recommended vehicle type.
Add to Your MCP Client
Drop this server into Claude Desktop, Cursor, Continue, or any MCP-compatible client.
{
"mcpServers": {
"fake-bumper-sticker": {
"url": "https://api.stupidmcps.com/fake-bumper-sticker/mcp"
}
}
}
{
"mcpServers": {
"fake-bumper-sticker": {
"url": "https://api.stupidmcps.com/fake-bumper-sticker/mcp"
}
}
}
POST https://api.stupidmcps.com/fake-bumper-sticker/mcp
Add the snippet to your client's MCP config (typically claude_desktop_config.json for Claude Desktop, ~/.cursor/mcp.json for Cursor). Restart the client. The tools become available to your AI assistant.
No-code option: connect via Pipeworx — one click into Claude, ChatGPT, and friends.
Or Try It Directly — No MCP Client Required
Parameters
| Parameter | Type | Required | Default | Description |
|---|
Examples
curl "https://api.stupidapis.com/fake-bumper-sticker/generate"
import requests
response = requests.get("https://api.stupidapis.com/fake-bumper-sticker/generate")
print(response.json())
const response = await fetch("https://api.stupidapis.com/fake-bumper-sticker/generate");
const data = await response.json();
Response Schema
| Field | Type | Description |
|---|---|---|
slogan |
string |
The slogan |
recommended_placement |
string |
Where on the car |
regret_estimate |
string |
Regret level |
font_recommendation |
string |
Font |
vehicle_recommendation |
string |
Vehicle type |
Example Response
{
"slogan": "I would rather be lost",
"recommended_placement": "window decal, passenger side",
"regret_estimate": "low",
"font_recommendation": "serif italic on white",
"vehicle_recommendation": "a vintage Volvo wagon"
}
MCP Access
This API is available as an MCP tool for AI assistants. Connect your agent to:
POST https://api.stupidmcps.com/fake-bumper-sticker/mcp
POST https://api.stupidmcps.com/mcp
Use Pipeworx to connect this MCP tool to Claude, ChatGPT, and other AI assistants with no code.