builtwith-api
by zcaceres·★ 20·Score 43
A robust MCP server that exposes 13 BuiltWith API tools for web technology analysis via LLM agents.
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:
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 READMEbuiltwith_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
Comparable tools
Installation
Install the MCP server separately:
npm install -g builtwith-mcpConfigure 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
Last updated · Auto-generated from public README + GitHub signals.