# My First MCP

Create and manage your own Model Context Protocol server effortlessly. Integrate various tools and resources to enhance your applications with real-world data and actions. Streamline your development…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add JHSeo-git/my-first-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list JHSeo-git/my-first-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get JHSeo-git/my-first-mcp echo

# Call a tool
npx -y @smithery/cli@latest tool call JHSeo-git/my-first-mcp echo '{}'
```

## Tools (3)

- `echo`
- `calculate-bmi`
- `fetch-weather`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get JHSeo-git/my-first-mcp <tool-name>
```

## Prompts (1)

- `echo` (message)

---

Source: https://github.com/JHSeo-git/my-first-mcp | License: MIT
