MCP server that helps Tamil Nadu residents discover government schemes they're eligible for, remembers their profile, and proactively alerts them to new matches — in English.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mygovtschemehelper--": {
"command": "npx",
"args": [
"-y",
"krishna866687-hub/MyGovtSchemeHelper--TN-Server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mygovtschemehelper-- npx -y krishna866687-hub/MyGovtSchemeHelper--TN-Server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mygovtschemehelper--": {
"command": "npx",
"args": [
"-y",
"krishna866687-hub/MyGovtSchemeHelper--TN-Server"
]
}
}
}
📋 Copy
README Excerpt
Template focused on rich, interactive widget experiences (map/list/detail flows) using the NitroStack widget SDK patterns. - Widget-heavy module and UI structure - Interactive examples for advanced frontends - Optional map provider integration pattern - Studio-friendly development workflow ```bash npx @nitrostack/cli init my-pizzaz-app --template typescript-pizzaz