TossInvest MCP
by cha2hyun
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | 직접 실행 시 listen 주소 | 0.0.0.0 |
| MCP_PORT | No | 직접 실행 시 listen 포트 | 8000 |
| LOG_LEVEL | No | 서버 로그 레벨 | INFO |
| MCP_AUTH_TOKEN | Yes | MCP 연결에 사용하는 Bearer token, 최소 16자 | |
| MCP_PUBLISHED_PORT | No | 호스트에 공개할 포트 | 8000 |
| MCP_ALLOWED_ORIGINS | No | 허용할 브라우저 Origin의 쉼표 구분 목록 | |
| TOSSINVEST_BASE_URL | No | 테스트 또는 호환 프록시용 API 주소 (기본값: 공식 API 주소) | |
| TOSSINVEST_CLIENT_ID | Yes | 토스증권 Open API 클라이언트 ID | |
| TOSSINVEST_ACCOUNT_SEQ | No | 서버가 사용할 고정 계좌 sequence (계좌·주문 도구 사용 시 필요) | |
| TOSSINVEST_CLIENT_SECRET | Yes | 토스증권 Open API 클라이언트 secret | |
| TOSSINVEST_MAX_ORDER_KRW | No | 단일 원화 주문 최대 금액 (주문 활성화 시 필수) | |
| TOSSINVEST_MAX_ORDER_USD | No | 단일 달러 주문 최대 금액 (주문 활성화 시 필수) | |
| TOSSINVEST_ENABLE_TRADING | No | 주문 도구 등록 여부 | false |
| TOSSINVEST_REQUEST_TIMEOUT | No | 토스 API 요청 timeout(초) | 15 |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues