IITM Live MCP Server
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., "@IITM Live MCP Serversolve challenge abc123"
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.
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/mcpRender deployment
Create a GitHub repository.
Upload every file from this folder.
In Render, choose New > Blueprint and select the repository.
Render will read
render.yaml.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 $PORTLocal run
python -m venv .venvWindows:
.venv\Scripts\activateLinux/macOS:
source .venv/bin/activateThen:
pip install -r requirements.txt
uvicorn main:app --host 0.0.0.0 --port 8000MCP endpoint:
http://localhost:8000/mcpHealth endpoint:
http://localhost:8000/healthThe 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")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
- FlicenseNot gradedqualityCmaintenanceDemonstrates how to create a simple MCP server with streamable HTTP transport, featuring tools, prompts, and resources.4
- FlicenseNot gradedqualityCmaintenanceA minimal MCP server offering a hello_world tool that returns a greeting and current UTC time via streamable HTTP.
- FlicenseNot gradedqualityBmaintenanceDeploys a remote MCP server on Cloudflare Workers without authentication, enabling custom tool definitions and remote connections.
- FlicenseNot gradedqualityBmaintenanceThis MCP server provides a Streamable HTTP endpoint with bearer token authentication, exposing echo and add tools, and an info resource for remote client integration.
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.
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/25ds1000090-lang/live-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server