Roamtime
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., "@RoamtimeWhich foliage spots near Kyoto are at peak on 20 November?"
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.
Roamtime for Claude Desktop
When will the autumn leaves peak? This extension gives Claude real foliage forecasts for Japan, so it can answer "where should I go on 20 November?" or "is Nikko past peak by 1 December?" with dates you can book around — not guesses from last year's photos.
Install (one click)
Download roamtime-foliage.mcpb.
Double-click the file, or drag it onto the Claude Desktop window, and click Install.
Start asking. No account, no key.
Requires Claude Desktop on macOS or Windows. The extension is a thin client:
nothing runs on your machine except a small launcher that connects Claude to
the hosted Roamtime server at https://api.roamtime.ai/mcp.
Related MCP server: japan-seasons-mcp
Try asking
"Which foliage spots near Kyoto peak on 20 November?"
"Best koyo in Tohoku the first week of November, reachable by train"
"I'm in Tokyo 14–18 November — where are the leaves at their best?"
"Is Tenryū-ji still at peak on 1 December?"
Every answer comes with the spot's forecast best-viewing window (start and end dates), a confidence in days, the nearest rail station and distance, the leaf type, and a link to the spot page with photos and a bilingual guide.
How the forecasts are made
Roamtime runs temperature-driven phenology models on Japan Meteorological Agency station data, calibrated against 18 years of observed peak reports so the windows match reality rather than optimism. Forecasts are refreshed as the season's weather arrives; every response carries its issue date.
Coverage: all eight regions of Japan, October to mid-December.
Free tier and API key
Free tier | With an API key | |
Spots | ~70 most-visited (famous destinations and UNESCO World Heritage sites) | All 686, including regional and hidden-gem spots |
Data | Best-viewing window per spot | Windows, status, daily refreshes |
Use | Personal | Personal and commercial |
Setup | Nothing | Paste the key in the extension's settings |
Request a key at https://roamtime.ai/#api. Claude Desktop stores it in your
operating-system keychain and sends it only to api.roamtime.ai.
Tools
All tools are read-only. search and fetch exist for clients that expect that pair (ChatGPT connectors and deep research).
Tool | What it does |
| Forecast year, issue date, season span, regions, prefectures, spot count, and your access tier. |
| Spots whose forecast window covers a date or date range, optionally near a place ( |
| Free-text search by spot name, prefecture, region, or month; returns ids. |
| The full forecast document for one spot id. |
Using Roamtime from other clients
You don't need this bundle outside Claude Desktop — point any MCP client at
https://api.roamtime.ai/mcp (streamable HTTP, no auth):
Claude Code:
claude mcp add --transport http roamtime https://api.roamtime.ai/mcpclaude.ai: Customize → Connectors → Add custom connector → paste the URL
ChatGPT: Settings → Security and login → Developer mode → add MCP server
Cursor and others:
{ "mcpServers": { "roamtime": { "url": "https://api.roamtime.ai/mcp" } } }
Full setup notes: https://roamtime.ai/#mcp.
Build the bundle yourself
npm ci
npx @anthropic-ai/mcpb validate manifest.json
npx @anthropic-ai/mcpb pack . roamtime-foliage.mcpbNode 18 or newer. server/index.js is the whole launcher; it starts
mcp-remote against the server URL and
forwards the optional API key as a bearer token.
Privacy Policy
The extension sends your queries — dates, place names or coordinates, and the
optional API key you configure — to the Roamtime server at api.roamtime.ai
and returns the forecast. It stores nothing on your machine beyond the API
key, which Claude Desktop keeps in the operating-system keychain. No
conversation content other than the tool call itself leaves Claude.
Roamtime's privacy policy — what the server collects, how it is used and stored, third-party sharing, retention, and contact details — is at https://roamtime.ai/privacy. Terms of service: https://roamtime.ai/terms.
Support
Email sara.h@roamtime.site, or open an issue here.
License
The launcher and packaging in this repository are MIT licensed (see LICENSE). The forecast data Roamtime serves is not covered by that license: all rights reserved by Roamtime.ai, and use beyond the free tier requires an API key. See https://roamtime.ai/terms.
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
Forecast peak autumn-foliage dates for viewing spots across Japan. Free tier, no key.
Read-only airport delay, weather, and 24h forecast tools for AI assistants. Airport-level only.
17+ Japan MCP tools (weather/calendar v2/local-pack/enrich). x402 on Base, wallet-free trial.
Deep, obscure Japanese station, accessibility & hazard data for AI agents. English-first.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides weather information for 110 cities across Japan with natural language support for location names in kanji, hiragana, and katakana. Retrieves current weather conditions and forecasts using OpenMeteo API through MCP-compliant tools.1MIT
- AlicenseAqualityAmaintenanceLive Japan seasonal travel data from Japan Meteorological Corporation. 12 tools covering cherry blossom (sakura) forecasts, autumn leaves (koyo), fruit picking, flowers, festivals, and 3-day weather. 1,700+ GPS-tagged spots updated daily at 9AM JST. Works via npx or hosted HTTP endpoint — no auth required.171421MIT
- AlicenseNot gradedqualityFmaintenanceEnables LLMs to search and retrieve Japanese real estate data through unified access to the MLIT Real Estate Information Library API, supporting over 25 geospatial datasets for interactive queries.185MIT
- AlicenseBqualityCmaintenanceEnables route planning and transit information retrieval for Japan using the public Transit API. Supports searching stations, planning routes, and checking departures.101MIT
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/cinaisv/roamtime-mcpb'
If you have feedback or need assistance with the MCP directory API, please join our Discord server