Fake Curse Word

⚑ Generators 🌭🌭 Medium 793 calls

The Fake Curse Word API invents an expletive that does not exist in any real language. Returns the word, pronunciation, part of speech, usage note, an example sentence, intensity, jurisdictions, and a censorship recommendation. Stays family-friendly because the word is invented.

Add to Your MCP Client

Drop this server into Claude Desktop, Cursor, Continue, or any MCP-compatible client.

{
  "mcpServers": {
    "fake-curse-word": {
      "url": "https://api.stupidmcps.com/fake-curse-word/mcp"
    }
  }
}
{
  "mcpServers": {
    "fake-curse-word": {
      "url": "https://api.stupidmcps.com/fake-curse-word/mcp"
    }
  }
}
POST https://api.stupidmcps.com/fake-curse-word/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

Fake Curse Word.exe
_ β–‘ Γ—

Parameters

Parameter Type Required Default Description

Examples

curl "https://api.stupidapis.com/fake-curse-word/generate"
import requests

response = requests.get("https://api.stupidapis.com/fake-curse-word/generate")
print(response.json())
const response = await fetch("https://api.stupidapis.com/fake-curse-word/generate");
const data = await response.json();

Response Schema

Field Type Description
word string The invented word
part_of_speech string Grammar role
pronunciation string How to say it
usage string When to use it
example_sentence string Example use
intensity string Strength
jurisdictions string Where banned/permitted
censorship_recommendation string How to render in print

Example Response

{
  "word": "snorgled",
  "part_of_speech": "verb (transitive)",
  "pronunciation": "snoΒ·rgleΒ·d",
  "usage": "Used to express stronger displeasure than acceptable in a kitchen",
  "example_sentence": "You absolute snorgled.",
  "intensity": "medium",
  "jurisdictions": "Banned in three states",
  "censorship_recommendation": "first letter only, the rest dashes"
}

MCP Access

This API is available as an MCP tool for AI assistants. Connect your agent to:

POST https://api.stupidmcps.com/fake-curse-word/mcp
POST https://api.stupidmcps.com/mcp

Use Pipeworx to connect this MCP tool to Claude, ChatGPT, and other AI assistants with no code.

...
Clippy