BuiltWith MCP
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@BuiltWith MCPWhat technologies does openai.com use?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
π 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.
Related MCP server: PagePixels Screenshots MCP Server
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/mcpAuthentication
Bring your own BuiltWith API key:
Authorization: Bearer YOUR_BUILTWITH_API_KEYExample 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.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Cursor / Claude Dev (VS Code)
macOS:
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.jsonWindows:
%APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
π οΈ 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 installLocal (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.jsMCP endpoint:
http://127.0.0.1:8787/mcpOptional 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_uriDirect the user to open
verification_uriin their browserPoll
agent-auth-tokenevery 5 seconds with thedevice_codeOn 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 BuiltWith
Just say which.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/builtwith/builtwith-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server