Kaigo Mcp

v1.0.0

A powerful MCP server built with NitroStack

Connection Setup

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:

Add custom connector BETA
Connect Claude to your data and tools. Learn more about connectors or get started with pre-built ones.
Advanced settings
Only use connectors from developers you trust. Anthropic does not control which tools developers make available and cannot verify that they will work as intended or that they won't change.

Configure custom tools directly via ChatGPT's Web UI:

New App
PNG only. Best results at 256 x 256 px or larger. Max file size: 10 KB
Custom MCP servers introduce risk. Learn more
OpenAI hasn't reviewed this MCP server. Attackers may attempt to steal your data or trick the model into taking unintended actions, including destroying data.

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
Available Tools
sign_in

Authenticate user with FUFA handle and password, returning JWT session token and user info

generate_fufa_account

Register a new user, create their FUFA account handle, wallet, and verified KYC record

check_balance

Check available balance for a FUFA account handle

initiate_payment

Initiate payment verifications with scam risk evaluation, KYC check, rate limiting, and funds check

pay

Execute settled payment transfer using the signed verificationToken from initiate_payment

send_money

Convenience tool to initiate and execute money transfer in one seamless step with scam protection

analyze_scam_risk

Analyze an SMS message, link, UPI handle, or transaction for scam indicators and financial fraud risks

confirm_security_alert

Confirm or block a pending security alert by alert ID

get_security_alerts

List security alerts and scam threat statistics

generate_payment_intent

Generate a payment request (intent) to another FUFA handle

update_payment_intent_status

Update status of a payment request (e.g. CANCELLED, DECLINED, PAID)

check_payment_requests

Get list of pending, incoming, and outgoing payment requests for a user

check_statement

Get ledger transaction statement history (both received and paid) for a user

check_statement_paid

Get paid (debit) transaction statements for a user handle

check_statement_recieved

Get received (credit) transaction statements for a user handle

check_applicable_pensions

List available pension schemes from the catalog

opt_in_pension

Opt-in/Enroll a user into a pension scheme with monthly contribution

get_pension_status

Track pension enrollment status and payout progress for a user

check_applicable_insurances

List available insurance policies from the catalog

opt_in_insurance

Opt-in/purchase insurance coverage (deducts premium from user wallet balance)

get_insurance_status

Track active insurance policies and claim progress for a user

add_contact

Add a contact handle to user contact list

remove_contact

Remove a contact handle from user contact list

handle_webhook

Handle incoming transaction webhook notification callbacks