Wraps API Ninjas, a multi-endpoint data API offering access to hundreds of datasets through a single service. The source doesn't list specific tools, but API Ninjas typically covers things like geolocation, currency exchange, nutrition facts, stock data, weather, and various reference databases. This server routes through Pipeworx's gateway at gateway.pipeworx.io, which also provides an ask_pipeworx tool that interprets natural language questions and routes them to the appropriate API Ninjas endpoint automatically. You can connect to just the API Ninjas wrapper or the full Pipeworx gateway for access to 748+ data sources. Useful when you need quick access to reference data without managing individual API keys or endpoints.
API Ninjas MCP — wraps the multi-endpoint API Ninjas data API (api-ninjas.com)
Part of Pipeworx — an MCP gateway connecting AI agents to 748+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"api-ninjas": {
"url": "https://gateway.pipeworx.io/api-ninjas/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 748+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Api Ninjas data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json