A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"sahayak-ai": {
"url": "https://sahayak-ai-6a5b18e9-nova-amrita-university-amritapuri-campus-1.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
"sahayak-ai": {
"serverUrl": "https://sahayak-ai-6a5b18e9-nova-amrita-university-amritapuri-campus-1.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.sahayak-ai] url = "https://sahayak-ai-6a5b18e9-nova-amrita-university-amritapuri-campus-1.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://sahayak-ai-6a5b18e9-nova-amrita-university-amritapuri-campus-1.app.nitrocloud.ai/mcp
Perform basic arithmetic calculations
Convert temperature units based on file content or direct input. Supports Celsius (C) and Fahrenheit (F).
FIRST STEP: Transcribe audio file containing banking details (name, amount, account number, account type, transaction type) and extract structured form fields. This is the initial data capture step. Merges with any pre-filled values from read_receipt. Always call this first when a user provides their banking details.
Extract key fields from a bank receipt, passbook, or slip image using vision. Generates plain-language spoken summary. Use this when user provides a passbook/receipt image to pre-fill form fields.
Generate a clear, simple spoken-style confirmation script from form data. Output is ready for text-to-speech.
Transcribe a spoken correction and update a single form field. Returns updated form for re-confirmation.
Map confirmed form data onto a bank form template and generate a print-ready PDF. Leaves signature area blank.
Clear all session data (form, transcript, receipt data). No data is persisted. Session resets for next user.