BuiltWith MCP
Enables AI assistants to query BuiltWith's technology detection data directly, supporting natural language questions about website technologies.
README
🔍 BuiltWith MCP Server 🚀
🌟 Overview
BuiltWith MCP is a Model Context Protocol (MCP) server that allows AI assistants (Claude, Cursor, IDE agents, etc.) to query BuiltWith’s technology detection data directly and natively.
It enables natural-language questions like:
“What technologies does example.com use?” “Does this site run Shopify or Magento?” “What analytics stack is used by nytimes.com?”
BuiltWith MCP supports bring-your-own BuiltWith API key and can be used either as a hosted service or self-hosted.
Claude DEMO
Shows how to get this working in Claude as a Connector
https://github.com/user-attachments/assets/1199362a-c813-497e-8569-15b9a3ce9713
🌐 Hosted MCP (Recommended)
BuiltWith provides a hosted MCP endpoint — no local Node process required.
Endpoint
https://api.builtwith.com/mcp
Authentication
Bring your own BuiltWith API key:
Authorization: Bearer YOUR_BUILTWITH_API_KEY
Example MCP request
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/list"
}
🧩 Supported Tools
The hosted MCP exposes the following tools:
domain-lookup– Live technology detection for a domaindomain-api– Full domain metadatachange-api– Technology additions and removals with business contextlists-api– Sites using a technology, includingOTHERTECHSand numeric attribute filters such asSPEND,REVENUE, andEMPLOYEESrelationships-api– Related websitesfree-api– Category and group countscompany-to-url– Company → domain discoverytags-api– IP / attribute based discoveryrecommendations-api– Technology recommendationsredirects-api– Live and historical redirectskeywords-api– Keyword intelligencetrends-api– Technology trend dataproduct-api– Ecommerce product searchtrust-api– Trust scoringfinancial-api– Financial datasocial-api– Social profile associationsvector-search– Semantic similarity search across technologies and categoriesask-api– Natural language website list lookup (e.g. "Magento websites in Spain"); supports full reports and paginationpayment-balance– Check your API credit balancepayment-config– Retrieve your payment configurationpayment-purchase– Purchase API credits using your saved Stripe payment methodagent-auth-start– Start Agent Device-Code Authorization (no API key required)agent-auth-token– Poll for authorization result and retrieve access token (no API key required)
⚙️ Client Configuration (Claude, Cursor, IDEs)
Add BuiltWith MCP to your MCP-compatible client configuration.
Example
{
"mcpServers": {
"builtwith": {
"url": "https://api.builtwith.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_BUILTWITH_API_KEY"
}
}
}
}
Configuration locations
-
Claude Desktop
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
- macOS:
-
Cursor / Claude Dev (VS Code)
- macOS:
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json - Windows:
%APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
- macOS:
🛠️ Self-Hosting (Optional)
You can also run the BuiltWith MCP server locally or inside your own infrastructure.
What changed (February 14, 2026)
The local server now supports both standard MCP transports:
stdio(default) for local MCP clients like Claude Desktop/Cursorhttpfor remote/connector style MCP usage on/mcp
Installation
git clone https://github.com/builtwith/builtwith-mcp.git
cd builtwith-mcp
npm install
Local (stdio) MCP configuration
{
"mcpServers": {
"builtwith": {
"command": "node",
"args": ["[PATH-TO]/bw-mcp-v1.js"],
"env": {
"BUILTWITH_API_KEY": "YOUR_BUILTWITH_API_KEY"
}
}
}
}
Note: The hosted endpoint is recommended for most users. Self-hosting is useful if you need custom routing, rate-limiting, or private network access.
Local HTTP MCP endpoint
Run in HTTP mode:
MCP_TRANSPORT=http PORT=8787 node bw-mcp-v1.js
MCP endpoint:
http://127.0.0.1:8787/mcp
Optional headers/environment:
Authorization: Bearer YOUR_BUILTWITH_API_KEY(per-request API key for HTTP mode)BUILTWITH_API_KEY(used by stdio mode, and as fallback when no HTTP bearer token is provided)MCP_ALLOWED_ORIGINS(comma-separated CORS/origin allowlist for HTTP mode)
Health check:
http://127.0.0.1:8787/health
🔐 Agent Device-Code Authorization
Agents can obtain a temporary bw- prefixed API token without the user pasting their key — the user approves access in their browser.
Flow:
- Call
agent-auth-start→ receivedevice_codeandverification_uri - Direct the user to open
verification_uriin their browser - Poll
agent-auth-tokenevery 5 seconds with thedevice_code - On approval, receive an
access_token(bw-...) valid for the chosen duration (1 hour / 1 day / 30 days) - Use the token as
KEY=bw-...on any BuiltWith API endpoint
No API key is required to call agent-auth-start or agent-auth-token.
🚀 Usage Examples
Once configured, try asking your AI assistant:
- “What technologies is example.com using?”
- “What CMS does nytimes.com run on?”
- “Does amazon.com use Google Analytics?”
- “What JavaScript frameworks are used by spotify.com?”
- “What hosting provider does netflix.com use?”
- “Compare the technology stacks of facebook.com and twitter.com”
🧠 How It Works
- 🗣️ User asks a technology question in an AI assistant
- 🔌 The assistant calls the BuiltWith MCP server
- 🔍 MCP translates intent into BuiltWith API calls
- 📊 BuiltWith returns structured technology data
- 💬 The AI assistant presents human-friendly insights
📖 BuiltWith API Documentation
📄 License
MIT License — see the LICENSE file for details.
Built for AI-native workflows by <a href="https://builtwith.com">BuiltWith</a>
Just say which.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。