Skip to main content
Glama

Forency — 웹사이트 기술 포렌식

모든 웹사이트의 기술 스택을 탐지합니다: CMS, 이커머스, JavaScript 프레임워크, 애널리틱스, CRM, 마케팅 자동화, 결제, 채팅, CDN, 호스팅. AI 에이전트를 우선으로(MCP 서버), 사람을 차선으로(REST API + 플레이그라운드) 설계되었습니다.

BuiltWith의 API는 월 $295부터, Wappalyzer는 월 $250부터 시작하며, 둘 다 MCP 서버를 제공하지 않습니다. Forency는 실제로 잠재 고객 발굴과 경쟁사 조사를 주도하는 약 100개 기술을 다루며, 무료로 시작해 최대 월 $49입니다.

Related MCP server: techstack-detective-mcp

스택

계층

선택

Vercel에서 실행되는 Next.js 16 (App Router, TypeScript, Tailwind 4)

탐지

webappanalyzer(GPL-3.0)에서 파생된 선별된 핑거프린트 세트를 기반으로 하는 자체 엔진

데이터베이스

Prisma 7을 통한 Postgres (Neon)

결제

Stripe Checkout 구독 + 웹훅

MCP

packages/mcp — TypeScript, stdio, npm에 배포됨

구조

app/
  page.tsx              landing + free playground
  pricing/ docs/ dashboard/
  api/
    v1/lookup   POST {url}   → metered, Bearer key
    v1/batch    POST {urls}  → up to 25 URLs
    scan        playground (no key, 3/day per IP)
    key         issue/rotate a user's API key
    stripe/     checkout · portal · webhook
    auth/       Auth.js handlers
lib/
  engine/       detect.ts · curated-list.ts · custom-patterns.ts · fingerprints.json
  api-auth.ts   key auth + atomic monthly metering
  plans.ts keys.ts prisma.ts stripe.ts
packages/mcp/   the published MCP server
scripts/
  build-fingerprints.ts   regenerate fingerprints.json from upstream
  eval-engine.ts          detection accuracy harness (25 known sites)
  test-funnel.ts          end-to-end: key → free tier → 429 → upgrade
  test-mcp.ts             drives the MCP server over stdio

로컬 개발

npm install
cp .env.example .env          # fill in the values

# local Postgres
docker run -d --name forency-pg \
  -e POSTGRES_USER=forency -e POSTGRES_PASSWORD=forency -e POSTGRES_DB=forency \
  -p 5433:5432 postgres:16-alpine

npx prisma migrate dev
npm run dev

검증

npx tsx scripts/eval-engine.ts              # detection accuracy (25/25 expected)
npx tsx scripts/eval-engine.ts example.com  # scan one site, full JSON

# with the dev server running:
npx tsx scripts/test-funnel.ts              # billing funnel end to end
cd packages/mcp && npm run build && cd ../..
npx tsx scripts/test-mcp.ts                 # MCP server over stdio

탐지 규칙 업데이트

lib/engine/fingerprints.json은 저장소에 포함된 스냅샷입니다. 업스트림 변경 사항을 가져오거나 기술을 추가하려면 lib/engine/curated-list.ts를 편집하고 다음을 실행하세요:

npx tsx scripts/build-fingerprints.ts

이 스크립트는 선별된 이름이 업스트림에 존재하지 않으면 명확히 실패하고 유사한 항목을 제안합니다. 업스트림이 제대로 탐지하지 못하는 Tier-1 기술은 lib/engine/custom-patterns.ts의 오버레이로 보완됩니다.

라이선스

애플리케이션 코드: MIT. 탐지 패턴은 webappanalyzer(GPL-3.0)에서 파생되며 서버 측에서 사용됩니다. npm 패키지에는 재배포되지 않습니다.

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

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

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables querying the BuiltWith API to discover and analyze website technology stacks, including frameworks, analytics tools, CMS platforms, and other technologies used by any domain.
    2
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Provides AI agents with tools to detect Shopify apps, WordPress plugins, DNS/email/SaaS footprint, and estimate SaaS spend for competitive intelligence and vendor research.
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides real-time website audits, lead scoring, tech-stack detection, and local-business search for AI agents doing sales outreach and competitor research.
    MIT

View all related MCP servers

Related MCP Connectors

  • Detect the tech stack behind any website: CMS, ecommerce, analytics, CRM, payments, hosting.

  • Live tech-stack scan of any public site — vendors, account IDs, scripts, JSON-LD. 2 tools.

  • Domain & brand intelligence: company enrichment, tech stack detection, brand research.

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/cheevahagadog/forency'

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