Tredict
Rank #41,155com.tredict/mcp-server
Analyse activities, build training plans and sync structured workouts to your sports watch.
Tredict is a Model Context Protocol (MCP) server published by tredict-com. It ranks #41,155 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Tredict is listed across 3 registries — Official MCP, PulseMCP and mcp.so, with 1 tracked version. It was first listed on Apr 18, 2026 and most recently updated on Apr 18, 2026.
Ranks ahead of 74,436 of 115,591 servers on MCP Toplist.
Use Tredict
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http tredict https://www.tredict.com/api/mcp/v2This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.tredict]
url = "https://www.tredict.com/api/mcp/v2"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://www.tredict.com/api/mcp/v2Settings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"tredict": {
"url": "https://www.tredict.com/api/mcp/v2"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"tredict": {
"type": "http",
"url": "https://www.tredict.com/api/mcp/v2"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"tredict": {
"serverUrl": "https://www.tredict.com/api/mcp/v2"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"tredict": {
"url": "https://www.tredict.com/api/mcp/v2"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.tredict%2Fmcp-server)<a href="https://mcptoplist.com/server/com.tredict%2Fmcp-server"><img src="https://mcptoplist.com/badge/com.tredict%2Fmcp-server.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
tredict-com
Available versions (1)
| Version | Published |
|---|---|
| 0.9.0 | Apr 18, 2026 |
Frequently asked questions
- Who maintains Tredict?
- Tredict is maintained by tredict-com, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Tredict listed on the Official MCP Registry?
- Yes — Tredict is listed on the Official MCP Registry, alongside PulseMCP and mcp.so.
- How many versions does Tredict have?
- MCP Toplist tracks 1 version of Tredict, most recently published on Apr 18, 2026.
- Where can I find the source code for Tredict?
- The source code for Tredict is hosted at github.com/tredict-com/mcp-server.