Fake Obituary

⚡ Generators 🌭 Mild 3,440 calls

The Fake Obituary API generates one dignified obituary per call. The person did not exist; the form is treated seriously. Returns name, dates, age, hometown, occupation, the text, who they are survived by, service details, and flowers/donations preferences.

Add to Your MCP Client

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

{
  "mcpServers": {
    "fake-obituary": {
      "url": "https://api.stupidmcps.com/fake-obituary/mcp"
    }
  }
}
{
  "mcpServers": {
    "fake-obituary": {
      "url": "https://api.stupidmcps.com/fake-obituary/mcp"
    }
  }
}
POST https://api.stupidmcps.com/fake-obituary/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 Obituary.exe
_ ×

Parameters

Parameter Type Required Default Description

Examples

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

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

Response Schema

Field Type Description
full_name string Full name
born string Birth year
passed string Death year
age number Age at passing
hometown string Hometown
occupation string Career
text string Full obituary text
survived_by string Family
service string Service details
flowers string Flowers/donations

Example Response

{
  "full_name": "Margaret Pearl Hollis",
  "born": "1939",
  "passed": "2024",
  "age": 85,
  "hometown": "a small town in Iowa",
  "occupation": "a librarian who never missed a meeting",
  "text": "Margaret Pearl Hollis, 85, of a small town in Iowa, passed peacefully in the company of family. Margaret was a librarian who never missed a meeting, and a careful listener. Margaret is survived by their three children, four grandchildren, and a dog who knew her name.",
  "survived_by": "their three children, four grandchildren, and a dog who knew her name",
  "service": "open to the community on Saturday",
  "flowers": "donations to the local library in lieu of flowers"
}

MCP Access

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

POST https://api.stupidmcps.com/fake-obituary/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