WHOOP MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 13 Sep 2026.
Sync WHOOP recovery, sleep, strain, and workouts into Postgres and query them from any MCP client.
Today is the operative word: we check WHOOP MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add whoop-postgres-mcp -- uvx whoop-postgres-mcp
{
"mcpServers": {
"whoop-postgres-mcp": {
"args": [
"whoop-postgres-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.whoop-postgres-mcp]
command = "uvx"
args = ["whoop-postgres-mcp"]
{
"mcpServers": {
"whoop-postgres-mcp": {
"args": [
"whoop-postgres-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"whoop-postgres-mcp": {
"args": [
"whoop-postgres-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
WHOOP_CLIENT_ID (Client ID of your WHOOP developer app (developer.whoop.com).), WHOOP_CLIENT_SECRET (Client secret of your WHOOP developer app.), WHOOP_REDIRECT_URI (OAuth redirect URI, exactly as registered on the WHOOP app (e.g. http://localhost:8765/callback).), WHOOP_DB_URL (Postgres DSN the server syncs into and reads from (e.g. postgresql://user:pass@localhost:5432/whoop). Tokens are stored in this database.).
The author declared them in the registry entry; get the values from the project itself.
Analytical memory for AI agents: a real Postgres queried in plain English over MCP. One command.
CloudQuery MCP server for asset inventory data. Supports CLI, PostgreSQL, and Platform modes.
PostgreSQL MCP server - query, schema introspection, explain, and health checks for AI assistants
MCP server for read-only PostgreSQL database queries in Claude Desktop
Database admin MCP: schema inspection, query optimization for PostgreSQL and MySQL
PostgreSQL MCP — query databases, inspect schemas, explain queries.
Python MCP server for PostgreSQL database inspection and querying
Run governed SQL queries and inspect database schemas from MCP agents.
Answers built from our own checks of this server.