MCP.so
Sign In

MissingMCP

@Vaclav Slajs

About MissingMCP

Your Garmin and WHOOP data, in Claude — free hosted MCP servers, one URL, OAuth sign-in.

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "garmin": {
      "type": "streamable-http",
      "url": "https://missingmcp.com/garmin/mcp"
    },
    "whoop": {
      "type": "streamable-http",
      "url": "https://missingmcp.com/whoop/mcp"
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Missingmcp?

MissingMCP — your data, in Claude. OAuth 2.1 gateway hosting the MCP servers Claude is missing (Garmin, WHOOP, …)

How to use Missingmcp?

The README includes setup instructions such as docker build -t missingmcp ..

Key features of Missingmcp

  • OAuth 2.1 — Authorization Code + PKCE (S256) with Dynamic Client
  • Garmin password is never stored — used once to sign in (MFA supported)
  • Encrypted at rest — tokens sealed with AES-256-GCM; the DB is useless without
  • Per-user isolation — each account gets its own garmin_mcp worker bound to
  • Hardened — one-time 10-min auth codes, CSRF on forms, per-IP/-token rate

Use cases of Missingmcp

  • Connect an MCP-compatible client to this repository's service.
  • Review the README-backed setup before enabling it in production.

FAQ from Missingmcp

Where is the source code for Missingmcp?

The source code is linked from the repository URL on this page.

Does Missingmcp include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Frequently asked questions

Where is the source code for Missingmcp?

The source code is linked from the repository URL on this page.

Does Missingmcp include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Comments

More Data & Analytics MCP servers