Skip to main content
Glama

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 cache

BeautifulSoup 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.txt

Optional 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

find_eligible_schemes_tool

Live eligibility search

search_schemes_tool

Live keyword search

get_scheme_details

Live scheme detail by slug

sync_live_schemes

Pull live hits into SQLite

list_scheme_categories / list_available_states

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 uses httpx.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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…

View all MCP Connectors

Latest Blog Posts

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