Wisdom of the Ancients

๐Ÿ”ฎ Oracles & Advice ๐ŸŒญ Mild 1,874 calls

The Wisdom of the Ancients API delivers proverbs that sound profound and are not. Each proverb is attributed to a fictional philosopher (Zoltrak the Lesser, Bren the Quiet) and a fictional school of thought ("Lower Stoic", "Domestic Skeptic"). Use them to win arguments without saying anything specific.

Add to Your MCP Client

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

{
  "mcpServers": {
    "wisdom-of-the-ancients": {
      "url": "https://api.stupidmcps.com/wisdom-of-the-ancients/mcp"
    }
  }
}
{
  "mcpServers": {
    "wisdom-of-the-ancients": {
      "url": "https://api.stupidmcps.com/wisdom-of-the-ancients/mcp"
    }
  }
}
POST https://api.stupidmcps.com/wisdom-of-the-ancients/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

Wisdom of the Ancients.exe
_ โ–ก ร—

Parameters

Parameter Type Required Default Description

Examples

curl "https://api.stupidapis.com/wisdom-of-the-ancients/consult"
import requests

response = requests.get("https://api.stupidapis.com/wisdom-of-the-ancients/consult")
print(response.json())
const response = await fetch("https://api.stupidapis.com/wisdom-of-the-ancients/consult");
const data = await response.json();
console.log(data);

Response Schema

Field Type Description
proverb string The fake wisdom
attributed_to string A fake philosopher
century string Roughly when
school_of_thought string A fake school
modern_application string How to use it today
citation string Always "fragmentary"

Example Response

{
  "proverb": "A watched inbox never pings",
  "attributed_to": "Zoltrak the Lesser",
  "century": "3rd century BCE",
  "school_of_thought": "Lower Stoic",
  "modern_application": "consider this before responding to the email",
  "citation": "fragmentary"
}

MCP Access

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

POST https://api.stupidmcps.com/wisdom-of-the-ancients/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