Forency
Rank #28,296io.github.cheevahagadog/forency
Detect the tech stack behind any website: CMS, ecommerce, analytics, CRM, payments, hosting.
Forency is a Model Context Protocol (MCP) server published by cheevahagadog. It ranks #28,296 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Forency is listed across 2 registries — Official MCP and mcp.so, with 1 tracked version. It was first listed on Aug 28, 2026 and most recently updated on Aug 28, 2026.
Ranks ahead of 87,295 of 115,591 servers on MCP Toplist.
Use Forency
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http forency https://forency.io/api/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add forency -e "FORENCY_API_KEY=<your FORENCY_API_KEY>" -- npx -y forency-mcpReplace each placeholder with your own value before saving.
[mcp_servers.forency]
url = "https://forency.io/api/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.forency]
command = "npx"
args = ["-y", "forency-mcp"]
[mcp_servers.forency.env]
FORENCY_API_KEY = "<your FORENCY_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://forency.io/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"forency": {
"command": "npx",
"args": [
"-y",
"forency-mcp"
],
"env": {
"FORENCY_API_KEY": "<your FORENCY_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"forency": {
"url": "https://forency.io/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"forency": {
"command": "npx",
"args": [
"-y",
"forency-mcp"
],
"env": {
"FORENCY_API_KEY": "<your FORENCY_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"forency": {
"type": "http",
"url": "https://forency.io/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"forency": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"forency-mcp"
],
"env": {
"FORENCY_API_KEY": "<your FORENCY_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"forency": {
"serverUrl": "https://forency.io/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"forency": {
"command": "npx",
"args": [
"-y",
"forency-mcp"
],
"env": {
"FORENCY_API_KEY": "<your FORENCY_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"forency": {
"url": "https://forency.io/api/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"forency": {
"command": "npx",
"args": [
"-y",
"forency-mcp"
],
"env": {
"FORENCY_API_KEY": "<your FORENCY_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.cheevahagadog%2Fforency)<a href="https://mcptoplist.com/server/io.github.cheevahagadog%2Fforency"><img src="https://mcptoplist.com/badge/io.github.cheevahagadog%2Fforency.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
cheevahagadog
Available versions (1)
| Version | Published |
|---|---|
| 1.1.0 | Aug 28, 2026 |
Frequently asked questions
- Who maintains Forency?
- Forency is maintained by cheevahagadog, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Forency listed on the Official MCP Registry?
- Yes — Forency is listed on the Official MCP Registry, alongside mcp.so.
- How many versions does Forency have?
- MCP Toplist tracks 1 version of Forency, most recently published on Aug 28, 2026.
- Where can I find the source code for Forency?
- The source code for Forency is hosted at github.com/cheevahagadog/forency-mcp.