pipeworx-io/mcp-uselessfacts
MCP server for random useless facts
Platform-specific configuration:
{
"mcpServers": {
"mcp-uselessfacts": {
"command": "npx",
"args": [
"-y",
"mcp-uselessfacts"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for random useless facts
| Tool | Description | |------|-------------| | random_fact | Get a random useless (but interesting) fact | | today_fact | Get today's useless fact of the day |
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": {}
}
}'MIT
Loading reviews...