Back to MCP Directory
Connections & Capabilities
Connects To
GitHubTwitter
Capabilities
readwrite
Quickstart
Install
npm install && npm run buildConfig
{
"mcpServers": {
"my-mcp": {
"command": "npx",
"args": [
"restcsv-mcp-server"
],
"env": {
"RESTCSV_API_KEY": "<REPLACE>"
}
}
}
}Exposed MCP Tools (2)
safe
read_csvReads and retrieves CSV data from a specified RestCSV.com endpoint.
Read-only operation, no data modification.
moderate
write_csvWrites CSV data to a specified RestCSV.com endpoint, potentially overwriting existing data.
Allows data modification, but within the scope of CSV data.
Safety Assessment
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.
- API key authentication
- No local file system access
- Limited scope to CSV data manipulation
- Clear separation of read and write operations
- Internet connectivity required
- Potential for data exposure if API key is compromised
- Reliance on RestCSV.com's security
- Write operations possible, leading to data modification
