MCP Hub
Back to servers

uselessfacts

Uselessfacts MCP — wraps uselessfacts.jsph.pl API (free, no auth)

Registry
Updated
Apr 2, 2026

@pipeworx/mcp-uselessfacts

MCP server for random useless facts

Tools

ToolDescription
random_factGet a random useless (but interesting) fact
today_factGet today's useless fact of the day

Quickstart (Pipeworx Gateway)

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/call",
    "params": {
      "name": "random_fact",
      "arguments": {}
    }
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review