Skip to main content
Glama
sachio222

54ch10-mcp

by sachio222

54ch10 MCP 서버

54ch10 라이브 HTTPS API를 감싸는 경량 Model Context Protocol 래퍼입니다.

다섯 가지 도구를 제공합니다: brief, whois, dns, tls, normalize-url.

필드

패키지 이름

54ch10-mcp

MCP 레지스트리 이름 (mcpName)

io.github.sachio222/54ch10-mcp

매니페스트

server.json

기본 설치 (현재)

npx -y github:sachio222/54ch10-mcp

설치 / 실행

Node.js 18+가 필요합니다.

기본 (현재 작동)

아직 공개 npmjs 패키지가 없습니다. 공개 GitHub 저장소에서 설치하세요:

npx -y github:sachio222/54ch10-mcp

또는 git 의존성으로:

npm install github:sachio222/54ch10-mcp

Claude Desktop / Cursor — CONFIG.example.json을 참조하세요:

{
  "mcpServers": {
    "54ch10": {
      "command": "npx",
      "args": ["-y", "github:sachio222/54ch10-mcp"],
      "env": {
        "BRIEF_API_BASE": "https://54ch10.uk",
        "BRIEF_API_KEY": ""
      }
    }
  }
}

GitHub Packages (기본 아님)

GitHub Packages npm은 scoped 패키지만 지원합니다 (@sachio222/...). 사용자는 @sachio222:registry=https://npm.pkg.github.com 및 인증이 필요합니다. scoped되지 않은 에이전트 설치에는 그대로 사용할 수 없으므로 기본이 아닙니다.

npmjs.org (게시되지 않음)

54ch10-mcp는 아직 registry.npmjs.org에 없습니다 (404). 향후 게시 전까지 npx 54ch10-mcp에 의존하지 마세요.

이 디렉토리에서 (로컬)

  1. npm install (package.json 참조).

  2. npm start 또는 node src/index.js

프로세스는 stdio를 통해 MCP를 사용합니다. 호스트가 이를 실행합니다. 대화형 터미널 출력을 기대하지 마세요.

환경 변수

용도

BRIEF_API_BASE

API 기본 주소 재정의 (기본값 https://54ch10.uk)

BRIEF_API_KEY

선택적 유료 키. 비어 있으면 — 래퍼가 X-54ch10-Free: 1 전송

스모크 테스트 (각 도구에 무료 헤더): GET https://54ch10.uk/v1/brief?type=url&q=https://example.com — 또한 /v1/whois?domain=, /v1/dns?domain=, /v1/tls?domain=, /v1/normalize-url?q= 헤더 X-54ch10-Free: 1 포함

선택 사항: package.json의 inspect 스크립트를 MCP Inspector와 함께 사용하세요.

Related MCP server: SQD Portal MCP Server

도구

brief

인자

유형

필수

설명

type

address / token / url

무엇을 브리핑할지

q

string

주소, 토큰 ID/심볼 또는 URL

점수, 밴드, 플래그, 요약, 출처, 면책 조항을 반환합니다.

whois

인자

유형

필수

설명

domain

string

도메인 이름 (예: example.com)

RDAP 등록 정보 / 등록 기관 / age_days. 경로: GET /v1/whois.

dns

인자

유형

필수

설명

domain

string

도메인 이름

A/AAAA/MX/NS + 사기 신호 플래그. 경로: GET /v1/dns.

tls

인자

유형

필수

설명

domain

string

도메인 이름

CT 발급자 / 유효성 + HTTPS 연결 가능 여부. 경로: GET /v1/tls.

normalize-url

인자

유형

필수

설명

q

string

정규화할 URL

스킴/호스트 정규화, 프래그먼트 제거, 쿼리 정렬. 경로: GET /v1/normalize-url.

인증 / 결제

  1. 무료/데모BRIEF_API_KEY를 비워 두세요 (래퍼가 X-54ch10-Free: 1 사용, UTC 기준 일일 IP당 20회 공유).

  2. Stripe — Checkout 클레임 후 BRIEF_API_KEY를 설정하세요.

  3. x402 (HTTP API)https://54ch10.uk/v1/을 USDC 호출당 결제로 호출하세요. 이 stdio 래퍼는 자동 결제를 하지 않습니다. HTTP에 대해 x402 클라이언트 라이브러리를 사용하거나 여기서 Stripe 키를 사용하세요.

도구

표시 x402 가격 (USDC)

brief

$0.01

whois

$0.005

dns

$0.002

tls

$0.005

normalize-url

$0.001

검색: https://54ch10.uk/.well-known/x402

레지스트리 등록 체크리스트

로컬 준비 (이 폴더):

  • 라이브 HTTPS 도구 대상

  • 도구: brief + whois + dns + tls + normalize-url

  • package.json 이름 54ch10-mcp + mcpName = io.github.sachio222/54ch10-mcp

  • mcpName과 일치하는 server.json

  • CONFIG.example.json + README (github: 기본 설치)

  • 공개 GitHub 저장소 https://github.com/sachio222/54ch10-mcp

  • 공개 npmjs 54ch10-mcp — 아직 게시되지 않음

  • 공식 MCP 레지스트리 — npmjs 패키지가 존재할 때까지 차단됨 (npm registryType = registry.npmjs.org만)

  • npmjs가 공개된 후: mcp-publisher login github, 그 다음 게시

또한: 패키지가 npmjs에 올라간 후 sachio222로 mcp.so / Smithery / awesome-mcp-servers PR을 제출하세요.

Discord/X 자동 게시를 하지 마세요.

면책 조항

정보 제공용 도구일 뿐입니다. 재정, 투자, 법률, 세무 조언이 아닙니다. 전문: https://54ch10.uk/LEGAL_DISCLAIMER.txt

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Wraps the ScanMalware.com API to enable phishing triage, malware scanning, and certificate inspection through natural language, allowing users to submit scans, retrieve results, and analyze threats via MCP tools.
    Apache 2.0
  • A
    license
    A
    quality
    B
    maintenance
    Thin MCP wrapper around the SQD Portal API for blockchain data queries across multiple networks including EVM, Solana, Bitcoin, Substrate, and Hyperliquid. Provides 25 public tools for discovery, cross-chain queries, and chain-specific operations.
    10
    28
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides MCP tools for IP threat intelligence lookup and enrichment, including single IP lookup, bulk hunting, ASN expansion, and feed status queries.
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    53 security & enrichment MCP tools for AI agents. Contract scanning, threat intel, OSINT, crypto data, DNS/WAF recon. Pay-per-call via HTTP 402 + USDC on Base mainnet. No API keys. First call free.

View all related MCP servers

Related MCP Connectors

  • Query Truss threat intelligence via hosted MCP (OAuth). Growth+ plans.

  • VirusTotal MCP — file / URL / domain / IP reputation (BYO key)

  • Crypto transaction firewall and risk tools for MCP agents.

View all MCP Connectors

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/sachio222/54ch10-mcp'

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