jongin1004/mbi-mcp-server
3.2
If you are the rightful owner of mbi-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This is a BMI Calculator MCP Server designed to calculate Body Mass Index and provide weight classification.
Tools
1
Resources
0
Prompts
0
BMI Calculator MCP Server
BMI(์ฒด์ง๋์ง์)๋ฅผ ๊ณ์ฐํ๋ MCP ์๋ฒ์ ๋๋ค.
๊ธฐ๋ฅ
- ์ฒด์ค(kg)๊ณผ ํค(cm)๋ฅผ ์ ๋ ฅ๋ฐ์ BMI๋ฅผ ๊ณ์ฐ
- BMI ์์น์ ๋ฐ๋ฅธ ์ฒด์ค ๋ถ๋ฅ ์ ๊ณต (์ ์ฒด์ค, ์ ์, ๊ณผ์ฒด์ค, ๋น๋ง, ๊ณ ๋๋น๋ง)
์ค์น ๋ฐฉ๋ฒ
# ์์กด์ฑ ์ค์น
npm install
# ๋น๋
npm run build
# ์คํ
npm start
์ฌ์ฉ ๋ฐฉ๋ฒ
MCP ํด๋ผ์ด์ธํธ์์ ๋ค์๊ณผ ๊ฐ์ด ์ฌ์ฉํ ์ ์์ต๋๋ค:
// BMI ๊ณ์ฐ ๋๊ตฌ ํธ์ถ
const result = await client.tool("calculate-bmi", {
weightKg: 70,
heightCm: 170
});
GitHub ๋ฐฐํฌ
- GitHub์ ์ ์ ์ฅ์ ์์ฑ
- ๋ก์ปฌ ์ ์ฅ์ ์ด๊ธฐํ ๋ฐ ํธ์:
git init
git add .
git commit -m "Initial commit"
git remote add origin <your-github-repo-url>
git push -u origin main
Smithery ๋ฐฐํฌ
- https://smithery.ai/new ์ ์
- GitHub ์ ์ฅ์ ์ฐ๊ฒฐ
- ๋ฐฐํฌ ์ค์ ์๋ฃ ํ "Deploy" ๋ฒํผ ํด๋ฆญ
๋ผ์ด์ ์ค
MIT