Skip to main content
Glama
25ds1000090-lang

IITM Live MCP Server

IITM Live MCP Server

This repository deploys a Streamable HTTP MCP server with exactly one tool:

  • solve_challenge

The public MCP URL is:

https://YOUR-RENDER-SERVICE.onrender.com/mcp

Render deployment

  1. Create a GitHub repository.

  2. Upload every file from this folder.

  3. In Render, choose New > Blueprint and select the repository.

  4. Render will read render.yaml.

  5. After deployment, copy the Render URL and append /mcp.

Manual Render settings

If you create a Web Service instead of a Blueprint:

Build command:
pip install -r requirements.txt

Start command:
uvicorn main:app --host 0.0.0.0 --port $PORT

Local run

python -m venv .venv

Windows:

.venv\Scripts\activate

Linux/macOS:

source .venv/bin/activate

Then:

pip install -r requirements.txt
uvicorn main:app --host 0.0.0.0 --port 8000

MCP endpoint:

http://localhost:8000/mcp

Health endpoint:

http://localhost:8000/health

The tool reads X-Exam-Challenge from the HTTP request headers and returns the first 16 lowercase hexadecimal characters of:

SHA-256("<challenge>:25ds1000090@ds.study.iitm.ac.in")
-
license - not tested
-
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.

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/25ds1000090-lang/live-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server