API KEYHTTP9 TOOLS
Runabit
Your running coach's data layer: set goals, get the next training session, mark workouts done and track levels and leaderboards — from any AI chat. MCP access is part of the Pro plan.
MCP access is included with an active Runabit subscription — create your account, subscribe, then connect below.
ENDPOINT
https://runabit.marfin.co/api/mcpStreamable HTTP MCP server. Requires an active Runabit subscription and an API key (starts with rb_live_) from your account dashboard.
INSTALL
Connect it in seconds
RECOMMENDED · LET YOUR AI DO IT
Copy this block and paste it into Claude, Cursor or any AI agent — it detects your client and finishes the setup for you.
Add the Runabit MCP server to my setup.
Server name: runabit
Endpoint (streamable HTTP): https://runabit.marfin.co/api/mcp
Auth: API key (starts with rb_live_) — requires an active Runabit subscription. I'll get my key in my account at https://runabit.marfin.co, and you should ask me for it when the config needs it.
- Claude Code: run `claude mcp add runabit --transport http https://runabit.marfin.co/api/mcp --header "Authorization: Bearer YOUR_API_KEY"`
- Claude.ai (web/desktop): tell me to go to Settings → Connectors → Add custom connector and paste https://runabit.marfin.co/api/mcp?key=YOUR_API_KEY
- Cursor, Windsurf or any JSON-config client: add {"mcpServers":{"runabit":{"url":"https://runabit.marfin.co/api/mcp","headers":{"Authorization":"Bearer YOUR_API_KEY"}}}}
After connecting, list the server's tools and give me a one-line summary of what each one does.CLAUDE.AI · WEB & DESKTOP
- Open Settings → Connectors
- Click Add custom connector
- Paste this URL with your API key (starts with rb_live_) in place of YOUR_API_KEY
- Confirm — the key in the URL authenticates every call
https://runabit.marfin.co/api/mcp?key=YOUR_API_KEYCLAUDE CODE · TERMINAL
One command — swap YOUR_API_KEY for your key (starts with rb_live_).
claude mcp add runabit --transport http https://runabit.marfin.co/api/mcp --header "Authorization: Bearer YOUR_API_KEY"CURSOR · WINDSURF · ANY JSON CLIENT
Add this to your client's MCP config file (e.g. .cursor/mcp.json).
{
"mcpServers": {
"runabit": {
"url": "https://runabit.marfin.co/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}TOOLS
What your AI can do with Runabit
set_goal
get_training_plan
get_next_session
mark_session
list_activities
get_activity
get_analytics
get_level
get_leaderboard
