Skip to main content
Glama
CaBsCrypto

website-intelligence-provider

by CaBsCrypto

Website Intelligence Provider

License: Apache-2.0

独立した TypeScript API であり、決定的なウェブサイトインテリジェンス監査を実行します。URL を受け取り、同梱フィクスチャから英語またはスペイン語の監査結果を生成します。

API TypeScript independiente para auditorías deterministas de inteligencia web. Recibe una URL y genera hallazgos en inés o esื้ๆ through fixtures incluidos.

ネットワーク非使用がデフォルト: このサービスは、提供された URL に一切アクセスしません。未被知のホストは FIXTURE_NOT_FOUND を返してフェイル・クローズします。監査レスポンスには netwerk.attempted: falsenetwerk.allowed: false が記録されます。

Red deshabilitada por defecto: el servicio nunca contacta la URL recibida. Los hosts desconocidos fallan de forma segura con FIXTURE_NOT_FOUND.

公開デプロイ / Despliegue público

Vercel プロジェクトはスタンドアロンで、api/ 配下の functions を使用します。vercel.json は公開ルートをそれらの functions にプします。Stellar Bazaar には依存せず、Bazaar の認証情報やデプロイフックは含まれません。

El proyecto de Vercel es independiente y usa las funciones en api/. No depende de Stellar Bazaar ni contiene credencials o automatiziciones de Bazaar.

Related MCP server: web-audit-mcp

要件 / Requisitos

  • Node.js 22.18 以降

  • Node.js 22.18 以降

  • npm 10 以降

  • 本番ランイム依存なし / Sin dependencias de producción

ローカル開発 / Desar rollo local

npm install
npm test
npm start

デフォルトでは、サーバーは 127.0.0.1:8787 にバインドします。変更するには PORT を設定してください。

El servidor escucha en 127.0.0.1:8787 por defecto. Use PORT para cambiarlo.

curl -s http://127.0.0.1:8787/v1/audits \
  -H "content-type: application/json" \
  -d '{"url":"https://example.com/","language":"es"}'

HTTP API

メソッド

ルート

目的 / Propósito

GET

/

プロバイダーの識別とエンドポイント探索

GET

/health

ヘルスチェックと実行モード

GET

/v1/service-card

バージョン付き Service Card

GET

/v1/fixtures

利用可能なローカル・フィクスチャ識別子

POST

/v1/audits

決定的フィクスチャ監査の実行

リクエスト / Solicitud:

{ "url": "https://example.com/", "language": "es" }

language はオプショナルで、デフォルトは en です。サポートされる値は enes です。

MCP 形式の stdio コントラクト / Contrato MCP por stdio

npm run mcp

プセスは 1 行ごとに 1 つの JSON-PC メッセージを読み取ります。initializetools/listtools/call をサポートします。audit_website ツールは HTTP API と同しの url とオプショナルの language を受け取り、MCP テキストと structuredContent の両方を返します。

El proceso lee un mensaje JSON-PC por línea. Admite initialize, tools/list y tools/call. La herramienta audit_website acea al mismo url y opcional url "language", devolviendo texto MCP y structuredContent.

フィクスチャと決定性 / Fixtures y determinismo

同梱ホスト:

  • example.com

  • www.example.com

  • stellar.local

  • demo.stellar.local

同し provider バージョンと正規化された入カからは、常に同しスコアと監査結果が生成されます。出カには、タイムスタンプ、DNS 状態、ライブな HTTP 状態、環ノ由来のコンテンツ、シークレット、ウォレット、支払いデータは含まれません。

La misma vesión e input ormalizado siempre generan la misma punctación y hallazgos. La salida excluye timestamps, estado HTTP real, contenido depeniente del entorno, secretos, wallets e dat de pago.

Vercel プロジェクトを別のデプロイ / Desplegar como projeto separado

認証済みの Vercel CLI を使用:

vercel --yes
vercel --prod --yes

Vercel は vercel.json の明示的なルートを使て、日/ 配下の TypeScript serves functions をビルドします。ビルドディレクトリはコミットされません。.vercelignore は、デプロイ時のアップロードからローカルキャッシュ、ワークファイル、ビルド出カ、認証情報、環ノファイルを除外します。

Vercel detecta automáticamente las funciones TypeScript en api/. No se versión no directorio de build.

バージョン 管理

HTTP API と出カスキーマはメジャーバージョン v1* / "1,0 を使用します。レスポンスの壊的変イには新しいルートとスキーマ部番号が必要です。テストは SERVICE_CARD.v1.json を runtime の存在と照合します。

セキュリティとスコープ / Security とスコープ

  • 監査パスには、外部への HTTP クライアントは存在しません。ホイナル認証情報と非 HTTP(S) プロトコルは拒否されます。* 未知のホストはフェッチされません。

  • シークレット、トークン、支払いデータ、ウォレット機能は一切使用されません。

  • このプロジェクトは独立しています。Stellar Bazaar やその他プロバイダーへのパブリッシ/変更は行いません。

ライセンス

Apache-2.0。ライセンス を参照してください。

F
license - not found
Not graded
quality - not tested
C
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
    Not graded
    maintenance
    MCP server for website SEO + GEO analysis. Scan any URL to get scores across 5 categories (SEO, GEO, Performance, Security, Accessibility) with actionable fix recommendations. Enables AI coding assistants to audit websites and implement fixes autonomously.
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables auditing of websites for performance, SEO, accessibility, security, and mobile readiness, with tools to validate URLs, run page audits, save results, and retrieve reports.
    1
  • A
    license
    A
    quality
    B
    maintenance
    Lets any AI agent audit any website for SEO, GEO/AEO, and speed problems, reporting issues and recommendations without modifying the site.
    4
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Point your coding agent at a URL and get a real-browser QA audit: broken signup/login/checkout flows, JS console errors, missing analytics, consent + security headers, mobile tap targets, and accessibility — returned as machine-verified findings graded A-F.
    44
    2
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • Technical SEO + GEO (AI-search) site audits: hosted crawls, prioritized fixes, report diffs.

  • Scan URLs for WCAG 2.1 violations, generate AI fixes, and produce VPAT 2.5 compliance reports.

  • Turns any URL into SEO metadata, contacts, tech stack, and AI-ready Markdown, in one call.

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/CaBsCrypto/website-intelligence-provider'

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