Skip to content
VS Code

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

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:VS Code transport:streamable-http

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

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

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