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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.