myscheme
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@myschemeI am 16, female, student in West Bengal. Which schemes am I eligible for?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
myScheme MCP Server (LIVE)
Python MCP server that searches live myScheme.gov.in schemes by eligibility — same flow as the portal (Enter details → Search → Select & Apply).
Data flow
Citizen details
→ find_eligible_schemes_tool
→ api.myscheme.gov.in/search/v6/schemes (live)
→ ranked schemes + official links
→ optional SQLite cacheBeautifulSoup alone is not enough (React/Next.js). This MCP calls the same JSON API the website uses (q=<filters JSON> + x-api-key).
Related MCP server: Sentinel Core Agent
Setup
cd "c:\Users\admin\Desktop\Backend Projects\LLM\MCP"
python -m venv .venv
.\.venv\Scripts\Activate.ps1
pip install -r requirements.txtOptional API key override:
$env:MYSCHEME_API_KEY = "your-key"Cursor MCP config
{
"mcpServers": {
"myscheme": {
"command": "c:\\Users\\admin\\Desktop\\Backend Projects\\LLM\\MCP\\.venv\\Scripts\\python.exe",
"args": [
"c:\\Users\\admin\\Desktop\\Backend Projects\\LLM\\MCP\\server.py"
]
}
}
}Tools
Tool | Source |
| Live eligibility search |
| Live keyword search |
| Live scheme detail by slug |
| Pull live hits into SQLite |
| Local cache helpers |
Example
I am 16, female, student in West Bengal. Which schemes am I eligible for?
Uses live filters (gender, isStudent, beneficiaryState, …) and returns matches such as Kanyashree Prakalpa.
Notes
Live catalogue size is ~4700+ schemes.
Always verify on the official scheme page before applying.
Playwright is optional for probing (
scripts/capture_network.py); runtime search useshttpx.
This server cannot be deployed
Maintenance
Related MCP Connectors
Search AI capabilities across AWS Marketplace and the Official MCP Registry.
Live AI-native web search with citations. One tool for every MCP client. Flat per-request pricing.
Search & install 6,500+ AI agent skills from skills-hub.ai inside any MCP tool.
Search and discover Agent Skills from the skills.sh registry. Powered by HAPI MCP server.
Related MCP Servers
- AlicenseAqualityCmaintenanceProvides tools for searching, creating, and managing Indian Government Schemes with comprehensive eligibility filtering.6MIT
- FlicenseNot gradedqualityDmaintenanceEnables file system operations, web scraping, and AI-powered search through MCP tools for use by LLM agents.1-
- AlicenseNot gradedqualityDmaintenanceEnables users to search Groq's API documentation using natural language queries through an MCP-compatible interface.MIT
- FlicenseCqualityDmaintenanceEnables semantic search over knowledge-base articles and listing of sample support tickets using MCP tools.4-