@pipeworx/mcp-numbersapi
MCP server for number trivia, date facts, and math facts via NumbersAPI. Free, no authentication required.
Tools
| Tool | Description |
|---|---|
number_fact | Get an interesting trivia fact about a specific number |
date_fact | Get a fact about a specific calendar date (month/day) |
math_fact | Get a mathematical fact about a specific number |
random_fact | Get a trivia fact about a randomly chosen number |
Quickstart via Pipeworx Gateway
curl -X POST https://gateway.pipeworx.io/mcp \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "numbersapi__number_fact",
"arguments": { "number": 42 }
},
"id": 1
}'
License
MIT