the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "ai.com.mcp/strava",
"description": "Strava MCP tools for AI: athletes, activities, segments, clubs, routes. Powered by HAPI MCP server.",
"title": "HAPI Strava MCP Server",
"repository": {
"url": "https://github.com/la-rebelion/hapimcp",
"source": "github"
},
"version": "3.0.0+0.7.1",
"websiteUrl": "https://run.mcp.com.ai",
"remotes": [
{
"type": "streamable-http",
"url": "https://strava.run.mcp.com.ai/mcp"
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"documentation": "https://developers.strava.com/docs/",
"examples": [
{
"config": "Add 'https://strava.run.mcp.com.ai/mcp' as a remote MCP server in your MCP client, then sign in to Strava when prompted.",
"description": "Connect once and let your MCP client + HAPI handle OAuth2 Authorization Code flow and token exchange.",
"name": "Basic Connection"
},
{
"description": "This server exposes Strava operations as MCP tools for athlete, activities, segments, clubs, routes, uploads, and streams.",
"name": "What You Can Do",
"note": "Example tools include getLoggedInAthlete, getLoggedInAthleteActivities, getSegmentById, getClubById, createUpload, and getActivityStreams."
},
{
"config": "hapi deploy --name strava --project strava --openapi https://docs.mcp.com.ai/apis/openapi/strava.json --url https://www.strava.com/api/v3 --host https://strava.run.mcp.com.ai",
"description": "Publish your Strava MCP Server with a public host your clients can reach.",
"name": "Deploy your own in One Command"
}
],
"keywords": [
"openapi",
"rest-api",
"strava",
"fitness",
"activities",
"oauth2",
"mcp",
"automation"
],
"license": "Strava API Agreement",
"notes": [
"MCP clients must support OAuth2 Authorization Code flow for Strava integrations.",
"HAPI handles the heavy lifting for OAuth2 flow and API tool exposure.",
"Default Strava API base URL: https://www.strava.com/api/v3.",
"The --host value is required because ChatGPT, Claude, and other MCP clients connect to your server using that external FQDN/URL. Used to generate the absolute URLs as per MCP specification.",
"Use a public internet hostname (or VPN-reachable internal FQDN/IP) that clients can access.",
"OAuth endpoints: https://www.strava.com/oauth/authorize and https://www.strava.com/api/v3/oauth/token.",
"OpenAPI source: https://docs.mcp.com.ai/apis/openapi/strava.json",
"Documentation: https://docs.mcp.com.ai/deployment/"
],
"publisher": "La Rebelion Labs"
}
}
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-02-19T16:39:20.668626Z",
"publishedAt": "2026-02-19T16:39:20.668626Z",
"updatedAt": "2026-02-19T16:39:20.668626Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonhosted · an address you callversion 3.0.0+0.7.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.