QuoteOfTheDay
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., "@QuoteOfTheDayGive me a random quote"
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.
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) |
Related MCP server: Test MCP Server
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?Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
Quotes MCP — citation-grade quote API for public-domain authors.
- mcpOAuthcom.zomato
An MCP server that exposes functionalities to use Zomato's services.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn elegant MCP server that lets users manage inspirational phrases directly through Claude for Desktop, offering complete CRUD operations for phrases with author attribution.62,4372MIT
- FlicenseNot gradedqualityDmaintenanceA sample MCP server that fetches random inspirational quotes, programming jokes, and advice from public APIs. Provides three simple tools for testing and demonstration purposes.-
- FlicenseNot gradedqualityCmaintenanceMCP server providing time retrieval and echo tools, running as an independent network process over Streamable HTTP.-
- AlicenseNot gradedqualityCmaintenanceEnables users to retrieve citation-grade quotes from public-domain authors through an MCP server.9MIT
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