Mygovassist Tn Server

v2.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
    "mygovassist-tn-server": {
      "url": "https://mygovtschemehelper-6a-survey-corps-amrita-university-coimbatore.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
    "mygovassist-tn-server": {
      "serverUrl": "https://mygovtschemehelper-6a-survey-corps-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
    }
  }
}

Add the following configuration block to your Codex configuration file (~/.codex/config.toml):

[mcp_servers.mygovassist-tn-server]
url = "https://mygovtschemehelper-6a-survey-corps-amrita-university-coimbatore.app.nitrocloud.ai/mcp"

Connect directly using the Server-Sent Events endpoint:

https://mygovtschemehelper-6a-survey-corps-amrita-university-coimbatore.app.nitrocloud.ai/mcp
Available Tools
search_schemes

Search Tamil Nadu state + central government schemes and scholarships by persona/category and free-text keywords. Use this immediately for open-ended queries like "what schemes can I apply for" or "student scholarships in Tamil Nadu" — pass persona:"any" and no keywords if the user hasn't given specifics yet. Do NOT ask the user clarifying questions before calling this tool; call it first with whatever is known (or "any"), show results, and only ask follow-up questions to narrow down after that.

check_eligibility

Check which government schemes a person is eligible for based on details given in THIS call. If the caller has a saved profile instead (see save_my_profile), prefer check_eligibility_for_me so they don't have to repeat themselves. Returns matches with a plain-language reason for each — works even with very few fields filled in (e.g. central schemes will still show as available all-India).

get_scheme_details

Get full details for a single scheme by its ID, including documents required and application steps.

generate_roadmap

Generate a step-by-step application roadmap/checklist for a specific scheme.

check_document_gap

Compare the documents a user already has against what a scheme requires, and return what is missing. If the caller has documents saved on their profile (see save_my_profile), you may omit documents_i_have and it will be read from there.

save_my_profile

Save or update the caller's own profile (age, occupation, state, income, gender, land ownership, category, documents on hand, preferred language) so future tool calls in this deployment — including check_eligibility_for_me and new-scheme alerts — can use it automatically without asking again. Only send the fields the user actually stated; existing saved fields are preserved unless overwritten.

get_my_profile

Retrieve the caller's previously saved profile, if any. Use this before asking the user for details you might already have on file.

forget_my_profile

Delete the caller's saved profile and stop tracking it for new-scheme alerts.

check_eligibility_for_me

Check which Tamil Nadu / central government schemes the caller is eligible for, using their previously saved profile (see save_my_profile) instead of asking for details again. Use this whenever someone asks a broad question like "what schemes can I apply for" or "am I eligible for anything" and a profile already exists — do not ask clarifying questions first, just call this tool.

check_new_matches_for_me

Compare the caller's saved profile against the scheme dataset and return only NEWLY matching schemes since the last check — i.e. schemes added to MyGovAssist after the previous check, or schemes the caller newly qualifies for. Designed to be called on a schedule (e.g. by an n8n workflow polling this MCP server) so the user gets proactively notified instead of having to ask. Updates the "last checked" marker each time it runs.

list_recently_added_schemes

List schemes/scholarships that were added to the MyGovAssist Tamil Nadu dataset within the last N days, regardless of any saved profile. Useful for a general "what's new" digest.