pipeworx-io/mcp-numbersapi
MCP server for number trivia, date facts, and math facts via NumbersAPI
Platform-specific configuration:
{
"mcpServers": {
"mcp-numbersapi": {
"command": "npx",
"args": [
"-y",
"mcp-numbersapi"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for number trivia, date facts, and math facts via NumbersAPI. Free, no authentication required.
| 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 |
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
}'MIT
Loading reviews...