RydLnk for AI
Use your RydLnk account through AI assistants like Claude. Check rides, get estimates, manage your commute — all through natural language.
The RydLnk MCP server connects your account to AI tools that support the Model Context Protocol. Once set up, you can ask your AI assistant things like "how much would it cost to commute from Provo to Lehi?" or "what rides do I have this week?"
Visit the connect page and sign in with your phone number. You'll receive an API key that links the MCP server to your account.
Add the RydLnk MCP server to your tool's configuration. Here are examples for popular tools:
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"rydlnk": {
"command": "npx",
"args": ["@rydlnk/mcp-server"]
}
}
}Claude Code
Add to your .claude/settings.json:
{
"mcpServers": {
"rydlnk": {
"command": "npx",
"args": ["@rydlnk/mcp-server"]
}
}
}Create a config file so the server knows your credentials:
# Create the config directory
mkdir -p ~/.rydlnk
# Save your API key
echo '{"api_key": "rk_user_YOUR_KEY_HERE"}' > ~/.rydlnk/config.jsonReplace rk_user_YOUR_KEY_HERE with the key you got from step 1.
Restart your AI tool and start asking about your rides. The RydLnk tools will be available automatically.
What you can do
Get ride estimates
"How much to commute from Provo to Lehi?"
Check upcoming rides
"What rides do I have this week?"
Book rides
"Book me on the 7:30 ride tomorrow"
View billing
"What's my bill looking like this week?"
Manage routes
"Show me my saved commute routes"
Ride history
"Show my rides from last month"
Ready to get started?
Generate your API key and connect your account in under a minute.
Connect Your Account