{
  "markdown": "# mcp-numbersapi\n\nNumbersAPI MCP — wraps numbersapi.com (free, no auth)\n\nPart of [Pipeworx](https://pipeworx.io) — an MCP gateway connecting AI agents to 673+ live data sources.\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `number_fact` | Get trivia facts about a specific number (e.g., 42, 1729). Returns the fact text and number. |\n| `date_fact` | Get historical facts about a calendar date (e.g., \"3/14\" for March 14). Returns the fact and date. |\n| `math_fact` | Get mathematical properties about a number (e.g., 16, 256)—prime factors, sequences, mathematical significance. Returns math-focused trivia. |\n| `random_fact` | Get a random trivia fact about a number. Returns the fact and the randomly chosen number. Use when you want surprising facts without specifying one. |\n\n## Quick Start\n\nAdd to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):\n\n```json\n{\n  \"mcpServers\": {\n    \"numbersapi\": {\n      \"url\": \"https://gateway.pipeworx.io/numbersapi/mcp\"\n    }\n  }\n}\n```\n\nOr connect to the full Pipeworx gateway for access to all 673+ data sources:\n\n```json\n{\n  \"mcpServers\": {\n    \"pipeworx\": {\n      \"url\": \"https://gateway.pipeworx.io/mcp\"\n    }\n  }\n}\n```\n\n## Using with ask_pipeworx\n\nInstead of calling tools directly, you can ask questions in plain English:\n\n```\nask_pipeworx({ question: \"your question about Numbersapi data\" })\n```\n\nThe gateway picks the right tool and fills the arguments automatically.\n\n## More\n\n- [All tools and guides](https://github.com/pipeworx-io/examples)\n- [pipeworx.io](https://pipeworx.io)\n\n## License\n\nMIT\n",
  "bytes": 1568,
  "sha": "2d437662c4026d0cda952cfe0b8e95760ef89ec2cc5960a01dd5a9f3d573d6d2",
  "repo_slug": "pipeworx-io/mcp-numbersapi",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_pipeworx_io_numbersapi_40b412e4/readme"
}