MCP for AI Agents
A public Model Context Protocol server so agents can read today's Stoic quote, plans, and languages.
What is this?
dayStoic.com exposes a read-only MCP endpoint at /api/mcp. No API key is required. Use it from Cursor, Claude, or any MCP client that speaks JSON-RPC over HTTP.
Available tools
get_today_quote
Today's Stoic quote, topic, and author. Optional date (YYYY-MM-DD) and language.
get_product_info
Plans, pricing, and features for dayStoic.com.
get_available_languages
Languages supported by the daily emails and site.
Try a tool
Calls the live MCP server with your current site language.
Connect your agent
Add this to your MCP client config, then restart the client.
{
"mcpServers": {
"daystoic": {
"url": "https://www.daystoic.com/api/mcp"
}
}
}Discovery files
Agents can also read /llms.txt and /.well-known/mcp.json.