Skip to main content
Glama
sachio222

54ch10-mcp

by sachio222

54ch10 MCP サーバー

54ch10 ライブ HTTPS API をラップする軽量 Model Context Protocol ラッパー。

5 つのツールを公開: briefwhoisdnstlsnormalize-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 は スコープ付き パッケージ (@sachio222/...) のみをサポートします。利用者は @sachio222:registry=https://npm.pkg.github.com と認証が必要です。スコープなしのエージェントインストールにはそのまま使えないため、主な方法ではありません。

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 で 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