Skip to content
Grok

Send HTTP Requests in Bulk: Dataset, CSV or Sheet to REST API for Grok

io.github.nero-engine/dataset-to-rest-api

Send every row of a dataset, file or Google Sheet to any REST API as its own templated request.

client:Grok transport:streamable-http

Install Send HTTP Requests in Bulk: Dataset, CSV or Sheet to REST API in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "dataset-to-rest-api": {
      "type": "http",
      "url": "https://mcp.apify.com/?tools=nerolabs/dataset-to-rest-api"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Send HTTP Requests in Bulk: Dataset, CSV or Sheet to REST API in other clients