myscheme
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceProvides tools for searching, creating, and managing Indian Government Schemes with comprehensive eligibility filtering.6MIT
- Flicense-qualityDmaintenanceEnables file system operations, web scraping, and AI-powered search through MCP tools for use by LLM agents.1
- Alicense-qualityBmaintenanceEnables AI coding agents to search documentation and query constraints via MCP tools kr_search and kr_constraints.Apache 2.0
- Alicense-qualityDmaintenanceEnables users to search Groq's API documentation using natural language queries through an MCP-compatible interface.MIT
Related MCP Connectors
Grants.gov search and USAspending grant data. 4 MCP tools for grant discovery.
Grants.gov MCP — open federal grant opportunities (free, no auth)
This MCP server provides seamless access to Malaysia's government open data, including datasets, w…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Monikaips/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server