A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"foodrescue-server": {
"url": "https://food-rescue-6a64f41b-team-dros-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
}
}
}
Connect remote tools directly via Claude's Web UI:
Configure custom tools directly via ChatGPT's Web UI:
Add the following configuration block under mcpServers in your Antigravity configuration file (~/.gemini/config/mcp_config.json):
{
"mcpServers": {
// your other mcp servers
"foodrescue-server": {
"serverUrl": "https://food-rescue-6a64f41b-team-dros-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.foodrescue-server] url = "https://food-rescue-6a64f41b-team-dros-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://food-rescue-6a64f41b-team-dros-amrita-university-coimbatore.app.nitrocloud.ai/mcp
Find nearby active NGOs for a given donation (distance based)
Assign the nearest available executive to a delivery
Share contact info with the NGO, Executive, and Restaurant
Mark a delivery as completed
Places a mock call to an NGO (bypasses Twilio)
Places a real Twilio call to an NGO using Sarvam for regional language TTS
Places a simple test call using Twilio to verify connectivity
Create a new food donation from a restaurant
Find matching NGOs for a donation and automatically place a call to the best match. Use this to complete the rescue process.
Submit a rating for an allocation or delivery entity
Use this tool to place a simple Twilio test call to a specific phone number. Ask the user for the number first.