54ch10-mcp
54ch10 MCP server
Wrapper delgado de Model Context Protocol alrededor de la API HTTPS en vivo de 54ch10.
Base de API en vivo: https://54ch10.uk
Brief: https://54ch10.uk/v1/brief?type=address|token|url&q=...
Kit de herramientas:
/v1/whois,/v1/dns,/v1/tls,/v1/normalize-url, hash, encode, fetch, pasteGratis/demo: cabecera
X-54ch10-Free: 1o hermanos/v1/<tool>/freeOpenAPI: https://54ch10.uk/openapi.json
Descubrimiento x402: https://54ch10.uk/.well-known/x402
Marca: 54ch10
Solo análisis — heurísticas informativas, no asesoramiento financiero, legal o de inversión. No es una autorización.
Expone cinco herramientas: brief, whois, dns, tls, normalize-url.
Campo | Valor |
nombre del paquete |
|
nombre del registro MCP ( |
|
Manifiesto |
|
Instalación principal (hoy) |
|
Instalación / ejecución
Requiere Node.js 18+.
Principal (funciona hoy)
Aún no hay paquete público en npmjs. Instala desde el repositorio público de GitHub:
npx -y github:sachio222/54ch10-mcpO como dependencia de git:
npm install github:sachio222/54ch10-mcpClaude Desktop / Cursor — consulta 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 (no principal)
GitHub Packages npm solo admite paquetes con ámbito (@sachio222/...). Los consumidores necesitan @sachio222:registry=https://npm.pkg.github.com y autenticación. No es un reemplazo directo para instalaciones de agentes sin ámbito, por lo que no es principal.
npmjs.org (no publicado)
54ch10-mcp aún no está en registry.npmjs.org (404). No confíes en npx 54ch10-mcp hasta una publicación futura.
Desde este directorio (local)
npm install(consulta package.json).npm startonode src/index.js
El proceso habla MCP a través de stdio. Los hosts lo lanzan; no esperes salida interactiva de terminal.
Variable de entorno | Propósito |
BRIEF_API_BASE | Anular la base de la API (por defecto https://54ch10.uk) |
BRIEF_API_KEY | Clave de pago opcional. Vacía — el wrapper envía |
Prueba de humo (cabecera gratuita en cada herramienta): GET https://54ch10.uk/v1/brief?type=url&q=https://example.com — también /v1/whois?domain=, /v1/dns?domain=, /v1/tls?domain=, /v1/normalize-url?q= con la cabecera X-54ch10-Free: 1
Opcional: usa el script de inspección en package.json con el MCP Inspector.
Related MCP server: SQD Portal MCP Server
Herramientas
brief
Argumento | Tipo | Requerido | Descripción |
type | address / token / url | sí | Qué resumir |
q | string | sí | Dirección, id/símbolo de token, o URL |
Devuelve puntuación, banda, indicadores, resumen, fuentes y descargo de responsabilidad.
whois
Argumento | Tipo | Requerido | Descripción |
domain | string | sí | Nombre de dominio (p. ej. example.com) |
Registro RDAP / registrador / age_days. Ruta: GET /v1/whois.
dns
Argumento | Tipo | Requerido | Descripción |
domain | string | sí | Nombre de dominio |
A/AAAA/MX/NS + indicadores de señal de fraude. Ruta: GET /v1/dns.
tls
Argumento | Tipo | Requerido | Descripción |
domain | string | sí | Nombre de dominio |
Emisor CT / validez + accesibilidad HTTPS. Ruta: GET /v1/tls.
normalize-url
Argumento | Tipo | Requerido | Descripción |
q | string | sí | URL a canonicalizar |
Normalización de esquema/host, eliminación de fragmento, ordenación de consulta. Ruta: GET /v1/normalize-url.
Autenticación / pagos
Gratis/demo — deja
BRIEF_API_KEYvacío (el wrapper usaX-54ch10-Free: 1, 20/día UTC/IP compartido).Stripe — establece
BRIEF_API_KEYdespués de reclamar el Checkout.x402 (API HTTP) — llama a https://54ch10.uk/v1/ con USDC de pago por llamada. Este wrapper stdio no paga automáticamente; usa librerías de cliente x402 contra HTTP, o una clave de Stripe aquí.
Herramienta | Precio indicativo x402 (USDC) |
brief | $0.01 |
whois | $0.005 |
dns | $0.002 |
tls | $0.005 |
normalize-url | $0.001 |
Descubrimiento: https://54ch10.uk/.well-known/x402
Lista de verificación para el registro
Preparación local (esta carpeta):
Objetivo de herramienta HTTPS en vivo
Herramientas: brief + whois + dns + tls + normalize-url
package.json nombre 54ch10-mcp + mcpName = io.github.sachio222/54ch10-mcp
server.json que coincida con mcpName
CONFIG.example.json + README (github: instalación principal)
Repositorio público de GitHub https://github.com/sachio222/54ch10-mcp
npmjs público 54ch10-mcp — aún no publicado
Registro MCP oficial — bloqueado hasta que exista el paquete npmjs (npm registryType = registry.npmjs.org solamente)
Después de que npmjs sea público: mcp-publisher login github, luego publicar
También: PRs de mcp.so / Smithery / awesome-mcp-servers como sachio222 después de que el paquete esté en npmjs.
No publicar automáticamente en Discord/X.
Descargo de responsabilidad
Solo herramientas informativas. No es asesoramiento financiero, de inversión, legal o fiscal. Texto completo: https://54ch10.uk/LEGAL_DISCLAIMER.txt
Maintenance
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
AlicenseNot gradedqualityCmaintenanceWraps 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- AlicenseAqualityBmaintenanceThin 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.10281MIT
- AlicenseNot gradedqualityBmaintenanceProvides MCP tools for IP threat intelligence lookup and enrichment, including single IP lookup, bulk hunting, ASN expansion, and feed status queries.MIT
- FlicenseNot gradedqualityCmaintenance53 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.
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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