//SOLVEME_

> mcp_hub_

MCP Hub

Model Context Protocol servers we build and maintain — connect them to Claude, ChatGPT or any MCP-compatible assistant in a couple of minutes.

Available servers

StayTuned MCP

Live

MCP Server

StayTuned MCP gives AI assistants access to the StayTuned event catalog — 12 tools for search, categories and trends, no sign-up or API key required.

EventsCalendarsRead-only
Tools
12
Rate limit
30 req/min
Auth
None
  • Ask about upcoming SpaceX launches
  • Find trending crypto events
  • Check the Formula 1 schedule
  • Track gaming release events
Connect (JSON config)
{
  "mcpServers": {
    "staytuned": {
      "type": "http",
      "url": "https://stay-tuned.io/mcp"
    }
  }
}
Claude Code CLI
claude mcp add --transport http staytuned https://stay-tuned.io/mcp

Available tools

list_categories

List all available event categories

get_category_topics

List the topics inside a category

get_category_events

List events inside a category

list_topics

List all available topics

get_topic

Get details for a single topic

get_topic_events

List events for a topic

get_topic_next_event

Get the next upcoming event for a topic

list_events

List and filter events

get_event

Get details for a single event

search_events

Full-text search across events

get_hot_events

Get currently trending events

get_upcoming_events

Get events in a custom upcoming timeframe