Skip to main content
Glama
fortae84

typescript-mcp-server

by fortae84

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
greetA

이름과 언어를 입력하면 인사말을 반환합니다.

calcA

두 숫자와 연산자를 입력받아 사칙연산 결과를 반환합니다.

timeA

특정 도시의 현재 시간을 반환합니다. 도시를 지정하지 않으면 전체 도시 목록을 반환합니다.

geocodeA

도시 이름이나 주소를 입력받아 위도와 경도 좌표를 반환합니다. (Nominatim OpenStreetMap API 사용)

get-weatherA

위도/경도 좌표와 예보 기간을 입력받아 Open-Meteo API를 통해 현재 날씨와 일별 예보를 반환합니다.

generate-imageA

HuggingFace Inference API를 사용해 텍스트 프롬프트로 이미지를 생성합니다. (모델: FLUX.1-schnell)

Prompts

Interactive templates invoked by user choice

NameDescription
code-review코드를 입력받아 버그, 성능, 보안, 가독성 등을 종합적으로 리뷰하는 프롬프트입니다.

Resources

Contextual data attached and managed by the client

NameDescription
server-info현재 MCP 서버의 상태, 버전, 등록된 도구 목록, 시스템 정보를 반환합니다.

Latest Blog Posts

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/fortae84/my-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server