← roadmancycling.com

INDIVIDUAL MCP TOOL

get_community_stats

Return Roadman Cycling's key social proof metrics: podcast download count, YouTube subscriber counts for both channels, free and paid community member counts, and featured member transformation stories.

roadmancycling.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

roadmancycling.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.roadman-cycling]
url = "https://roadmancycling.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "roadman-cycling": {
      "type": "http",
      "url": "https://roadmancycling.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: roadman-cycling
Remote MCP URL: https://roadmancycling.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "roadman-cycling": {
      "url": "https://roadmancycling.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "roadman-cycling": {
      "type": "http",
      "url": "https://roadmancycling.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "roadman-cycling",
  "transport": "streamable-http",
  "url": "https://roadmancycling.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_episodes — Semantic search across Roadman Cycling podcast transcripts.
  • get_episode — Fetch full metadata for a single Roadman Cycling podcast episode including summary, key insights, and links.
  • list_experts — Return the Roadman Cycling expert roster — guests who have appeared multiple times or hold significant authority in their field (e.g.
  • get_expert_insights — Surface the best quotes and key insights from a named Roadman Cycling podcast expert, optionally filtered by topic.
  • search_methodology — Query the Roadman Cycling coaching methodology knowledge base.
  • list_products — Return all current Roadman Cycling paid offerings with pricing, positioning, and purchase URLs.
  • list_upcoming_events — Return upcoming Roadman Cycling events — Saturday group rides, training camps, live Q&As, the Migration Gravel trip, and any in-person meetups.
  • qualify_lead — Given a prospect's training profile, recommend the best Roadman Cycling offering and explain why.