list_riyadh_activitiesBrowse the catalog
Returns curated Riyadh places with bilingual names and descriptions, straight from the app's database.
Riyadh Plans publishes an MCP server secured with OAuth. Connect it once, sign in with the same Google account you use in the app, and Claude, ChatGPT, or Cursor can browse the same curated catalog, read the same live weather, build the same grounded plan, and leave reviews as you.
https://riyadhplans.com/mcpMCP is a standard way for an app to expose tools to an AI assistant. Your assistant sees the tool names, decides when to call them, and gets structured answers back from this app's database — so the answer is grounded in what actually exists in Riyadh Plans.
list_riyadh_activitiesReturns curated Riyadh places with bilingual names and descriptions, straight from the app's database.
get_riyadh_weatherCurrent Riyadh temperature, feels-like, wind, and day or night — the signal that decides indoor versus open air.
plan_riyadh_eveningBuilds a two-stop plan using only catalog places and the live weather, in English or Arabic.
list_riyadh_reviewsReturns ratings and comments left by signed-in Riyadh Plans users for a place.
write_riyadh_reviewWrites a 1-5 rating and comment as the signed-in user — it appears instantly in the web app.
Add this to your MCP config file:
{
"mcpServers": {
"riyadh-plans": {
"url": "https://riyadhplans.com/mcp"
}
}
}Every tool answers with a formatted summary plus an embedded HTML card — the catalog as tiles, the weather as a live strip, the plan as a two-stop timeline. Clients that support MCP UI show the card inline; everything else still gets clean, readable text.
One codebase, two surfaces. The same grounded planner powers the web app and the assistant. Nothing was duplicated, and nothing was prompted into existence — the data comes from the app's own database.
This MCP server requires sign-in. Clients go through OAuth against Riyadh Plans, and every tool call runs as that user under the same database rules as the web app — reviews you write from Claude are yours, and only signed-in users can read them.