Climbing Grade Converter MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Climbing Grade Converter MCP ServerConvert 5.10a to French grade"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
π§ββοΈ Climbing Grade Converter MCP Server
A specialized Model Context Protocol (MCP) server that enables LLMs (like Claude) to accurately convert climbing grades across different rating systems using a data-driven approach.
π οΈ Tech Stack
Python 3.11+
FastMCP (MCP Python SDK)
Pydantic (Data Validation)
uv (High-performance Python package & environment manager)
Related MCP server: SkillMesh
π Quick Start (Linux/WSL)
1. Prerequisites
Ensure you have uv installed in your Linux distribution:
curl -LsSf https://astral.sh/uv/install.sh | sh2. Installation
Clone the repository and sync dependencies:
git clone https://github.com/yychentw/free-climbing-grade-converter-mcp.git
cd free_climbing_grade_converter_mcp
uv sync3. Verification
Test the server logic manually in your terminal:
uv run main.pyβοΈ Configuration for Claude Desktop
To use this tool in Claude Desktop (Windows) via WSL, add the following entry to your claude_desktop_config.json (Note: Replace /home/user/... with the absolute path to your project directory in WSL.):
{
"mcpServers": {
"climbing-converter": {
"command": "wsl",
"args": [
"-d", "Ubuntu",
"-e", "bash", "-l", "-c",
"cd /home/user/free_climbing_grade_converter_mcp && uv run main.py"
]
}
}
}π Usage Examples
Once connected, you can ask Claude:
"I just climbed a 6a+ in France. What is that in YDS?"
"Convert V3 to the French grading system."
"What climbing systems do you currently support?"
π Project Structure
main.py: The core MCP server logic and tool definitions.climbing_grades.json: The source-of-truth database for grade mappings.pyproject.toml: Project metadata and dependency management.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables AI assistants to access educational domain tools including grading, cognitive diagnosis, knowledge tracing, learning path recommendations, and sentiment analysis through FastAPI-powered small models.2
- Alicense-qualityDmaintenanceSkillMesh is a retrieval router for MCP/LLM tool catalogs. It selects top-K relevant expert cards instead of loading every tool, reducing prompt size, by improving tool selection, and lowering token cost. Supports Claude MCP, Codex skills, and OpenAI-style function schemas.7MIT
- Alicense-qualityAmaintenanceVerified unit conversion and dimensional analysis for AI agents. 190+ units, 31 domain formulas (clinical, physics, aerospace, SRE), physical constants with uncertainty propagation. Refuses invalid conversions structurally: the tool that won't convert mg to mL and knows the difference between torque and energy.AGPL 3.0
- Alicense-qualityBmaintenanceEnables LLMs to accurately navigate and retrieve information from complex documents using Page Index RAG methodology.3MIT
Related MCP Connectors
Enable language models to perform advanced AI-powered web scraping with enterprise-grade reliabiliβ¦
AI-callable calculators and engineering models with real formulas. No hallucinated math.
Pick the right LLM for any task. Ranked shortlist with rationale across 8 evaluators.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yychentw/free-climbing-grade-converter-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server