mbi-mcp-server

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 ๋ฐฐํฌ

  1. GitHub์— ์ƒˆ ์ €์žฅ์†Œ ์ƒ์„ฑ
  2. ๋กœ์ปฌ ์ €์žฅ์†Œ ์ดˆ๊ธฐํ™” ๋ฐ ํ‘ธ์‹œ:
git init
git add .
git commit -m "Initial commit"
git remote add origin <your-github-repo-url>
git push -u origin main

Smithery ๋ฐฐํฌ

  1. https://smithery.ai/new ์ ‘์†
  2. GitHub ์ €์žฅ์†Œ ์—ฐ๊ฒฐ
  3. ๋ฐฐํฌ ์„ค์ • ์™„๋ฃŒ ํ›„ "Deploy" ๋ฒ„ํŠผ ํด๋ฆญ

๋ผ์ด์„ ์Šค

MIT