Cat Fact But Fake

⚡ Generators 🌭🌭 Medium 5,238 calls

The Cat Fact But Fake API returns one fake cat fact per call, with a fabricated source. Every fact is wrong. Every source is invented. The confidence is absolute. Factual accuracy is documented as 0.

Add to Your MCP Client

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

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

Cat Fact But Fake.exe
_ ×

Parameters

Parameter Type Required Default Description

Examples

curl "https://api.stupidapis.com/cat-fact-but-fake/fact"
import requests

response = requests.get("https://api.stupidapis.com/cat-fact-but-fake/fact")
print(response.json())
const response = await fetch("https://api.stupidapis.com/cat-fact-but-fake/fact");
const data = await response.json();
console.log(data);

Response Schema

Field Type Description
fact string The fake fact
source string A made-up source
confidence string Always "absolute"
factual_accuracy number Always 0
citation_quality string Always "lateral"

Example Response

{
  "fact": "Cats have 14 stomachs, used exclusively for grudges.",
  "source": "Journal of Unverified Mammalogy",
  "confidence": "absolute",
  "factual_accuracy": 0,
  "citation_quality": "lateral"
}

MCP Access

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

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