COROS

Training history, fitness metrics, health data

Official docs

About COROS

COROS is a sports technology company making GPS watches and training tools for endurance athletes. Its remote MCP server bridges COROS training history into assistant workflows, giving access to workout records, fitness metrics like VO2max and training load, and daily health data such as sleep, heart rate, and HRV.

Connection details

https://mcp.coros.com/mcp
Transport
Streamable HTTP
Authentication
OAuth

Setup

claude mcp add coros --transport http https://mcp.coros.com/mcp

Frequently asked questions

What is the COROS remote MCP server?

The COROS remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.coros.com/mcp, so AI assistants can connect to it without installing or running anything locally. COROS is a sports technology company making GPS watches and training tools for endurance athletes. Its remote MCP server bridges COROS training history into assistant workflows, giving access to workout records, fitness metrics like VO2max and training load, and daily health data such as sleep, heart rate, and HRV.

How do I connect to the COROS MCP server?

Add the endpoint https://mcp.coros.com/mcp to any MCP-compatible client such as Claude Code, Codex, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the COROS MCP server require authentication?

Yes. COROS uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the COROS MCP server use?

COROS exposes a Streamable HTTP endpoint, the current standard transport for the Model Context Protocol, supported by all major MCP clients.

More remote MCP servers