builtwith-api
by zcaceres·★ 20·综合分 43
一个强大的 MCP 服务器,通过 LLM 代理暴露 13 个 BuiltWith API 工具,用于网站技术分析。
概述
builtwith-api 项目提供了一个全面的 TypeScript 实现,用于查询 BuiltWith API,可作为库和 CLI 使用。它通过单独的包 (builtwith-mcp) 作为 MCP 服务器提供服务,暴露所有 13 个 API 方法作为工具。该服务器提供详细的网站技术检测,包括域名分析、技术趋势和关键词提取。它支持多种响应格式,并通过 API 密钥提供清晰的认证选项。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您需要 AI 代理分析网站技术、跟踪技术趋势或了解竞争对手技术栈而无需手动研究时,选择此工具。
什么时候不要选它
如果您需要实时监控或修改网站,请不要选择此工具,因为它是一个只读分析工具。
此 server 暴露的工具
从 README 抽取出 12 个工具builtwith_freeFree technology profile for a domain
builtwith_domainDetailed technology profile (supports comma-separated multi-domain)
builtwith_listsList domains using a specific technology
builtwith_relationshipsFind related domains via shared identifiers
builtwith_keywordsGet keywords for domains
builtwith_trendsTechnology adoption trends
builtwith_companyToUrlFind domains for a company name
builtwith_domainLiveLive technology lookup
builtwith_trustTrust/verification score
builtwith_tagsTracking/analytics tags
builtwith_recommendationsTechnology recommendations
builtwith_redirectsRedirect chain history
可对比工具
安装
单独安装 MCP 服务器:
npm install -g builtwith-mcp配置 Claude Desktop:
{
"mcpServers": {
"builtwith": {
"command": "npx",
"args": ["-y", "builtwith-mcp"],
"env": {
"BUILTWITH_API_KEY": "YOUR_KEY"
}
}
}
}FAQ
- 这个 MCP 服务器提供多少个工具?
- MCP 服务器暴露 13 个工具,涵盖各种 BuiltWith API 功能,从免费域名查询到详细技术分析和趋势。
- 需要什么认证方法?
- 需要 BuiltWith API 密钥,可以通过环境变量或直接作为命令行参数传递。
builtwith-api 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。