Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. E-Commerce
  3. Forency
  4. README

Forency README

The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Forency listing page.

Back to Forency View source on GitHub

Forency MCP Server

smithery badge

Let your AI assistant investigate any website's technology stack — CMS, ecommerce platform, JavaScript frameworks, analytics, CRM, marketing automation, payments, chat widgets, CDN, and hosting.

Ask Claude (or Cursor, or any MCP client):

"What tech stack does competitor.com run?"

"Which of these 15 prospects use HubSpot vs Salesforce?"

"Compare the analytics and payment stacks of these three stores."

Two ways to connect

Hosted — no install. If your client supports remote MCP servers, point it at https://forency.io/api/mcp with your API key as a Bearer token. Nothing to download, and you always get the current tools. Also listed on Smithery.

Local — this package. For clients that run MCP servers on your machine:

Install

Add to your MCP config — claude_desktop_config.json, .mcp.json, or your client's equivalent:

config.json
{
  "mcpServers": {
    "forency": {
      "command": "npx",
      "args": ["-y", "forency-mcp"],
      "env": { "FORENCY_API_KEY": "fcy_your_key" }
    }
  }
}

Or with Claude Code:

Terminal
claude mcp add forency -e FORENCY_API_KEY=fcy_your_key -- npx -y forency-mcp

Get a free API key at forency.io — 100 scans/month, no credit card.

Tools

ToolWhat it does
lookup_tech_stack(url)Full technology breakdown for one website
batch_lookup(urls)Up to 25 websites in one call, full detail for each
compare_stacks(urls, categories?)Side-by-side table across sites, optionally filtered to categories like ["CRM", "Analytics"]

Each URL scanned counts as one scan against your plan.

What this package does, and doesn't

This repository is the whole client. It is a thin stdio MCP server that forwards your request to the Forency REST API and formats the reply. Worth knowing before you hand any tool an API key:

  • it talks to https://forency.io and nothing else
  • it sends your API key and the URLs you asked about, nothing more
  • no telemetry, no analytics, no third-party calls
  • detection happens server-side, so it is not in this repo

You can read the entire thing in src/index.ts in about five minutes. Point it somewhere else with FORENCY_API_URL if you want to watch what it sends.

Environment

VariableRequiredDescription
FORENCY_API_KEYYesYour key from forency.io
FORENCY_API_URLNoAPI base URL (defaults to https://forency.io)

A note on detection

Forency reads the HTML and headers a site's server returns. It does not run a browser, so technologies injected purely by client-side JavaScript may not show up — a sparse result means little was detectable, not that a site runs nothing.

Pricing

TierPriceScans/mo
Free$0100
Starter$29/mo1,000
Pro$49/mo10,000
EnterpriseCustomUnlimited

BuiltWith's API starts at $295/mo and Wappalyzer's at $250/mo. Neither ships an MCP server.

Acknowledgements

Forency's detection is built on the technology fingerprints maintained by the webappanalyzer project, the community-maintained continuation of Wappalyzer's open-source fingerprint database, which is licensed GPL-3.0. That work is what makes accurate detection possible at this price, and it deserves the credit.

This MCP client contains no fingerprint data or detection code of its own and is released under the MIT license (see LICENSE).

License

MIT