AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Mcp Server Node

mcp-cloudtype-examples-mcp-server-node · by cloudtype-examples

Node.js / Express / TypeScript 기반 MCP (Model Context Protocol) 서버

No reviews yet
0 installs
27 views
0.0% view→install

Install

$ agentstack add mcp-cloudtype-examples-mcp-server-node

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-cloudtype-examples-mcp-server-node)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
stale · 1y ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Mcp Server Node? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

MCP Server Example

Node.js / Express / TypeScript 기반 MCP (Model Context Protocol) 서버

실행 방법

로컬 실행

npm install
npm run build
npm start

# 인증 토큰과 함께 실행
TOKEN=your_token npm start

Docker 실행

docker build -t mcp-server-node .
docker run -p 3000:3000 -e TOKEN=your-secret-token mcp-server-node

배포하기

클라우드타입

  1. 템플릿 선택하기 : MCP Server - Node.js
  1. 배포하기
  • Node v22
  • 환경변수

TOKEN : 인증에 사용할 토큰을 설정 (인증시 사용할 토큰)

  • 빌드 명령어

npm run build

  • 시작 명령어

npm start

  1. 접속정보 확인

> MCP 접속 주소 - https:///mcp

  1. 업데이트

코드 커밋 & 푸시 후 설정 탭에서 배포하기 버튼으로 배포

YouTube 가이드
배포자동화

인증

Bearer 토큰 인증을 사용합니다:

  • 환경변수: TOKEN
  • 헤더: Authorization: Bearer your-token

지원 도구

  • user_list - 사용자 목록 조회
  • user_statistics - 사용자 지표 조회
  • calculator - 계산기 예제
  • create_task : 작업 생성하기
  • complete_task : 작업 완료하기
  • list_tasks : 작업 목록 조회하기

환경변수

  • TOKEN : Bearer 토큰 (필수)

활용방법

Porter AI

문제해결

License

MIT License

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.