A powerful MCP server built with NitroStack
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:
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
"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
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 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 full details for a single scheme by its ID, including documents required and application steps.
Generate a step-by-step application roadmap/checklist for a specific scheme.
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 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.
Retrieve the caller's previously saved profile, if any. Use this before asking the user for details you might already have on file.
Delete the caller's saved profile and stop tracking it for new-scheme alerts.
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.
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 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.