CourseProfiler for LangChain
com.courseprofiler/courseprofiler
Race course profiling, catalog search, course submission, and personalized race plans.
client:LangChain
transport:streamable-http
tools:24
Install CourseProfiler in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"courseprofiler": {
"transport": "streamable_http",
"url": "https://courseprofiler.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- create_race_plan
- search_race_catalog
- import_course
- enrich_course_waypoints
- generate_course_segments
- generate_runner_profile
- submit_course
- get_course_submission_requirements
- get_race_plan_requirements
- get_runner_profile_requirements
- get_artifact_upload_requirements
- get_job
- get_artifact
- validate_course_profile
- validate_runner_profile
- export_race_plan_pdf
- build_runner_profile_from_strava
- analyze_activity
- inspect_analysis
- compare_execution
- inspect_runner_profile
- assess_finish_time_goal
- compare_pacing_strategies
- import_profile_attachment