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.

Related MCP server: helloworld-demo-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")
F
license - not found
Not graded
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

  • F
    license
    Not graded
    quality
    C
    maintenance
    Demonstrates how to create a simple MCP server with streamable HTTP transport, featuring tools, prompts, and resources.
    4
  • F
    license
    Not graded
    quality
    C
    maintenance
    A minimal MCP server offering a hello_world tool that returns a greeting and current UTC time via streamable HTTP.
  • F
    license
    Not graded
    quality
    B
    maintenance
    This MCP server provides a Streamable HTTP endpoint with bearer token authentication, exposing echo and add tools, and an info resource for remote client integration.

View all related MCP servers

Related MCP Connectors

  • Zero-install remote MCP server for proof-of-existence file attestation.

  • MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

  • AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.

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

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