Forency
Enables detection of HubSpot usage (CRM and marketing automation) when analyzing a website's technology stack.
Enables detection of Salesforce usage (CRM and related platform services) when analyzing a website's technology stack.
Forency MCP Server
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:
Related MCP server: mcp-gtm-tech-stack-signal-scraper
Install
Add to your MCP config — claude_desktop_config.json, .mcp.json, or your client's equivalent:
{
"mcpServers": {
"forency": {
"command": "npx",
"args": ["-y", "forency-mcp"],
"env": { "FORENCY_API_KEY": "fcy_your_key" }
}
}
}Or with Claude Code:
claude mcp add forency -e FORENCY_API_KEY=fcy_your_key -- npx -y forency-mcpGet a free API key at forency.io — 100 scans/month, no credit card.
Tools
Tool | What it does |
| Full technology breakdown for one website |
| Up to 25 websites in one call, full detail for each |
| Side-by-side table across sites, optionally filtered to categories like |
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.ioand nothing elseit 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
Variable | Required | Description |
| Yes | Your key from forency.io |
| No | API base URL (defaults to |
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
Tier | Price | Scans/mo |
Free | $0 | 100 |
Starter | $29/mo | 1,000 |
Pro | $49/mo | 10,000 |
Enterprise | Custom | Unlimited |
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
Maintenance
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables querying the BuiltWith API to discover and analyze website technology stacks, including frameworks, analytics tools, CMS platforms, and other technologies used by any domain.2MIT
- AlicenseAqualityAmaintenanceDetects a company's technology stack from its public web presence. Returns structured tech signals for sales targeting and competitive analysis.13251MIT
- FlicenseNot gradedqualityBmaintenanceDetects what technologies (CMS, frameworks, analytics, etc.) a website uses by fingerprinting its HTTP response and markup, returning confidence-scored results for single or bulk URL queries.
- AlicenseNot gradedqualityBmaintenanceDetects 50+ technologies on any website (CMS, JS frameworks, analytics, hosting, etc.) with confidence scores and evidence, using x402 micropayments.MIT
Related MCP Connectors
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.
Turns any URL into SEO metadata, contacts, tech stack, and AI-ready Markdown, in one call.
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/cheevahagadog/forency-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server