Loading...
npm install && npm run build{
"mcpServers": {
"my-mcp": {
"command": "npx",
"args": [
"restcsv-mcp-server"
],
"env": {
"RESTCSV_API_KEY": "<REPLACE>"
}
}
}
}read_csvReads and retrieves CSV data from a specified RestCSV.com endpoint.
Read-only operation, no data modification.
write_csvWrites CSV data to a specified RestCSV.com endpoint, potentially overwriting existing data.
Allows data modification, but within the scope of CSV data.
This server is relatively safe for read operations. Write operations introduce moderate risk, as unauthorized access could modify CSV data. Securely manage the API key to mitigate risks.