MCP Catalogs
Home

builtwith-api

by zcaceres·20·Score 43

A robust MCP server that exposes 13 BuiltWith API tools for web technology analysis via LLM agents.

web-scrapingdeveloper-toolsai-llm
11
Forks
1
Open issues
2 mo ago
Last commit
2d ago
Indexed

Overview

The builtwith-api project provides a comprehensive TypeScript implementation for querying the BuiltWith API, available as both a library and CLI. It serves as an MCP server via a separate package (builtwith-mcp) that exposes all 13 API methods as tools. The server offers detailed web technology detection, including domain analysis, technology trends, and keyword extraction. It supports multiple response formats and provides clear authentication options through API keys.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:LLM agents analyzing website technology stacks for competitive research
you:Automated monitoring of technology adoption trends across domains
you:Web developers researching technologies used by popular sites
you:How many tools does this MCP server provide?
you:What authentication method is required?

When to choose this

Choose this when you need AI agents to analyze web technologies, track tech trends, or understand competitor technology stacks without manual research.

When NOT to choose this

Don't choose this if you need real-time monitoring or modification of websites, as this is a read-only analysis tool.

Tools this server exposes

12 tools extracted from the README
  • 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

Comparable tools

web-scraper-mcpwappalyzersimilarweb-apialexa-api

Installation

Install the MCP server separately:

npm install -g builtwith-mcp

Configure Claude Desktop:

{
  "mcpServers": {
    "builtwith": {
      "command": "npx",
      "args": ["-y", "builtwith-mcp"],
      "env": {
        "BUILTWITH_API_KEY": "YOUR_KEY"
      }
    }
  }
}

FAQ

How many tools does this MCP server provide?
The MCP server exposes 13 tools covering various BuiltWith API functionalities from free domain lookups to detailed technology analysis and trends.
What authentication method is required?
A BuiltWith API key is required, which can be passed via environment variable or directly as a command-line argument.

Compare builtwith-api with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.