Content
Pure Stretch AI Skill
   
This is an AI Skill - after installation, your AI assistant can query information about Pure Stretch: where are the stores, what are the opening hours, what is the difference between stretching and massage, what is the process for the first visit, how to make an appointment, and what to do with shoulder and neck stiffness.
Pure Stretch, a technology-driven stretching and rehabilitation brand.
## About Pure Stretch
A professional stretching and fascia knife service institution in Shenzhen.
| Item | Content |
|------|------|
| Brand Name | Pure Stretch |
| Service Positioning | Precise Stretching · Fascia Relaxation · Passive Relaxation |
| Core Technology | Passive Stretching · Fascia Knife (IASTM/Fascia Knife) |
| Core Goal | Adjust Posture · Improve Muscle Imbalance · Relieve Pain · Prevent Sports Injuries |
## What This Skill Can Do
Official information service of Pure Stretch, including 6 capabilities:
| Capability | You Can Ask |
|------|----------|
| Store Information | "Where is Pure Stretch?" "Is there a store in Futian?" "What are the opening hours?" "Is parking convenient?" |
| Service Concept | "What is the difference from massage?" "What is the use of stretching?" "What is fascia knife?" |
| First Visit Process | "What is the process for the first visit?" "How long does the whole process take?" "What do I need to prepare?" |
| Appointment Rules | "How to make an appointment?" "Is there a penalty for changing the appointment temporarily?" "Can I do it during pregnancy?" |
| Home Suggestions | "How to relieve sitting for a long time?" "Do I need to stretch after exercise?" "What to do with back pain during a business trip?" |
| Appointment Intention | "I want to make an appointment" "Help me book a stretching session" |
## Installation
### The Easiest Way: Tell Your AI Assistant
Directly copy the following sentence and send it to your AI assistant:
> Help me install Pure Stretch Skill, repository address: https://github.com/pure-stretch/pure-stretch-mcp
The agent will automatically clone the repository and install it to the corresponding Skill directory.
### Other Installation Methods
**Install via ClawHub CLI:**
```bash
npx clawhub install https://github.com/pure-stretch/pure-stretch-mcp
```
**Manually Clone to Skill Directory:**
Clone this repository to the Skill directory of your project, the path varies depending on the IDE:
| IDE | Skill Directory |
|-----|-------------|
| Qoder | `.qoder/skills/pure-stretch-mcp/` |
| Cursor | `.cursor/skills/pure-stretch-mcp/` |
| Trae | `.trae/skills/pure-stretch-mcp/` |
| Windsurf | `.windsurf/skills/pure-stretch-mcp/` |
| General | `.agents/skills/pure-stretch-mcp/` |
```bash
# Example: Install to Qoder
git clone https://github.com/pure-stretch/pure-stretch-mcp.git \
.qoder/skills/pure-stretch-mcp
```
As long as there is a `SKILL.md` in the directory, the agent will automatically load this Skill the next time it starts.
## Release Platforms
- GitHub: https://github.com/pure-stretch/pure-stretch-mcp
- ClawHub: https://clawhub.com/pure-stretch/pure-stretch-mcp
## Technical Protocol
| Item | Description |
|------|------|
| Protocol | MCP (Model Context Protocol) |
| Transport | Streamable HTTP |
| Python Dependency | `mcp[cli]>=1.6.0` |
| Data Source | `store_config.yaml` (store data) + `FAQ_01.txt` / `FAQ_02.txt` (knowledge base) |
## MCP Access Method
> Note: Configuring the MCP server directly only takes effect for the current session and will not be persisted. It is recommended to use the above "Installation" method, which makes the Skill permanently available after installation.
Add the following configuration to the AI client that supports the MCP protocol:
```json
{
"mcpServers": {
"pure-stretch-mcp": {
"type": "streamable-http",
"url": "https://your-deploy-url.example.com/pure-stretch-mcp"
}
}
}
```
## Local Development and Debugging
```bash
# Clone the repository
git clone https://github.com/pure-stretch/pure-stretch-mcp.git
cd pure-stretch-mcp
# Install dependencies
pip install -e ".[cli]"
# Start in stdio mode (local debugging)
python -m pure_stretch_mcp.server
# Start in HTTP mode (deployment)
python -m pure_stretch_mcp.server --http
```
## Version
Current Version: 1[MIT](LICENSE)
MCP Config
Below is the configuration for this MCP Server. You can copy it directly to Cursor or other MCP clients.
mcp.json
Connection Info
You Might Also Like
ScienceClaw
🔬🦞 A self-evolving AI research colleague for scientists. 285 skills, 25+...
ScienceClaw
ScienceClaw is a personal research assistant built with LangChain DeepAgents...
garmin-connect-mcp
MCP server for Garmin Connect — access 61 health, fitness and activity tools...
ai-native-pm-os
The exhaustive guide to mastering Claude for Product Managers. Build your...
Train-in-Silence
The first Task-Aware MCP server and automated VRAM calculator for LLM...
stacklit
108,000 lines of code. 4,000 tokens of index. One command makes any repo...