A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"kaigo-mcp": {
"url": "https://kaigo-6a5b3304-srekculp-amrita-university-amritapuri-campus.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
"kaigo-mcp": {
"serverUrl": "https://kaigo-6a5b3304-srekculp-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.kaigo-mcp] url = "https://kaigo-6a5b3304-srekculp-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://kaigo-6a5b3304-srekculp-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp
Authenticate user with FUFA handle and password, returning JWT session token and user info
Register a new user, create their FUFA account handle, wallet, and verified KYC record
Check available balance for a FUFA account handle
Initiate payment verifications with scam risk evaluation, KYC check, rate limiting, and funds check
Execute settled payment transfer using the signed verificationToken from initiate_payment
Convenience tool to initiate and execute money transfer in one seamless step with scam protection
Analyze an SMS message, link, UPI handle, or transaction for scam indicators and financial fraud risks
Confirm or block a pending security alert by alert ID
List security alerts and scam threat statistics
Generate a payment request (intent) to another FUFA handle
Update status of a payment request (e.g. CANCELLED, DECLINED, PAID)
Get list of pending, incoming, and outgoing payment requests for a user
Get ledger transaction statement history (both received and paid) for a user
Get paid (debit) transaction statements for a user handle
Get received (credit) transaction statements for a user handle
List available pension schemes from the catalog
Opt-in/Enroll a user into a pension scheme with monthly contribution
Track pension enrollment status and payout progress for a user
List available insurance policies from the catalog
Opt-in/purchase insurance coverage (deducts premium from user wallet balance)
Track active insurance policies and claim progress for a user
Add a contact handle to user contact list
Remove a contact handle from user contact list
Handle incoming transaction webhook notification callbacks