MCP Catalogs
首页

builtwith-api

by zcaceres·20·综合分 43

一个强大的 MCP 服务器,通过 LLM 代理暴露 13 个 BuiltWith API 工具,用于网站技术分析。

web-scrapingdeveloper-toolsai-llm
11
Forks
1
活跃 Issue
2 个月前
最近提交
2 天前
收录于

概述

builtwith-api 项目提供了一个全面的 TypeScript 实现,用于查询 BuiltWith API,可作为库和 CLI 使用。它通过单独的包 (builtwith-mcp) 作为 MCP 服务器提供服务,暴露所有 13 个 API 方法作为工具。该服务器提供详细的网站技术检测,包括域名分析、技术趋势和关键词提取。它支持多种响应格式,并通过 API 密钥提供清晰的认证选项。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:LLM 代理分析网站技术栈用于竞争研究
:自动监控跨域名技术采用趋势
:Web 开发人员研究流行网站使用的技术
:这个 MCP 服务器提供多少个工具?
:需要什么认证方法?

什么时候选它

当您需要 AI 代理分析网站技术、跟踪技术趋势或了解竞争对手技术栈而无需手动研究时,选择此工具。

什么时候不要选它

如果您需要实时监控或修改网站,请不要选择此工具,因为它是一个只读分析工具。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • builtwith_free

    Free technology profile for a domain

  • builtwith_domain

    Detailed technology profile (supports comma-separated multi-domain)

  • builtwith_lists

    List domains using a specific technology

  • builtwith_relationships

    Find related domains via shared identifiers

  • builtwith_keywords

    Get keywords for domains

  • builtwith_trends

    Technology adoption trends

  • builtwith_companyToUrl

    Find domains for a company name

  • builtwith_domainLive

    Live technology lookup

  • builtwith_trust

    Trust/verification score

  • builtwith_tags

    Tracking/analytics tags

  • builtwith_recommendations

    Technology recommendations

  • builtwith_redirects

    Redirect chain history

可对比工具

web-scraper-mcpwappalyzersimilarweb-apialexa-api

安装

单独安装 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 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。