TypeScript MCP Server Boilerplate
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| greetB | 이름과 언어를 입력하면 인사말을 반환합니다. |
| calcA | 두 숫자와 연산자를 입력하면 계산 결과를 반환합니다. |
| timeA | 현재 날짜와 시간을 한국어 형식으로 반환합니다. |
| geocodeA | 도시 이름이나 주소를 입력하면 위도(lat)와 경도(lon) 좌표를 반환합니다. Nominatim OpenStreetMap API를 사용합니다. |
| get-weatherB | 위도, 경도, 예보 기간을 입력하면 현재 날씨, 미세먼지, 일별 예보를 반환합니다. Open-Meteo API를 사용합니다. |
| generate-imageA | 텍스트 프롬프트를 입력하면 이미지를 생성합니다. Hugging Face FLUX.1-schnell 모델을 사용합니다. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| code-review | 코드와 언어, 리뷰 관점을 입력하면 코드 리뷰 프롬프트를 생성합니다. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| server-info | 서버 이름, 버전, 가동 시간, 등록된 툴 목록을 반환합니다. |
| greet | 등록된 툴의 상세 정보를 반환합니다. |
| calc | 등록된 툴의 상세 정보를 반환합니다. |
| time | 등록된 툴의 상세 정보를 반환합니다. |
| geocode | 등록된 툴의 상세 정보를 반환합니다. |
| get-weather | 등록된 툴의 상세 정보를 반환합니다. |
| generate-image | 등록된 툴의 상세 정보를 반환합니다. |
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/JunWoo0406/my-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server