QuoteOfTheDay
QuoteOfTheDay — Remote MCP Server
A remote MCP server that serves famous quotes over the Internet using the Streamable HTTP transport. Built for Universidad del Valle de Guatemala's CC3067 Networks course, Project 1, item 7 (remote MCP server).
Tools
Tool | Parameters | Returns |
| (none) | A random famous quote with author |
|
| Quotes matching the author name or keyword |
| (none) | Current server date/time in UTC (proves it runs remotely) |
Running locally
pip install -r requirements.txt
python server.py
# Server starts at http://0.0.0.0:8080/mcpDeploying to Render
Push this directory to a GitHub repository.
Go to render.com and create a new Web Service.
Connect your GitHub repo and point the root directory to
remote-mcp-server/.Render will detect the
Dockerfileand build automatically.Once deployed, note the public URL (e.g.
https://your-app.onrender.com). The MCP endpoint will be athttps://your-app.onrender.com/mcp.
Using from the host chatbot
Add this entry to host/config.py:
"remote_quotes": {
"url": "https://your-app.onrender.com/mcp",
},Then run the chatbot and ask something like:
You: Dame la frase del día
You: Busca frases de Einstein
You: ¿Qué hora es en el servidor remoto?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/Albu231311/remote-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server