BuiltWith MCP
OfficialAllows querying BuiltWith technology detection data for amazon.com to identify its technology stack.
Allows querying BuiltWith technology detection data for facebook.com to identify its technology stack.
Allows checking if a website uses Google Analytics as part of its analytics stack.
Allows querying BuiltWith technology detection data for netflix.com to identify its hosting provider and other technologies.
Allows checking if a website uses Shopify as its e-commerce platform.
Allows querying the technology stack of spotify.com, including JavaScript frameworks.
Enables purchasing API credits using a saved Stripe payment method.
Click on "Deploy 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 π
Domain API v25
Domain lookups now use API v25. Technology records include numeric confidence scores from 0 to 1. Full JSON responses include Meta.company_reg, an array of company registration records with string type and number fields; registration numbers preserve leading zeros. The array is empty when unavailable or metadata is excluded. See the API reference. Full domain methods preserve both fields; live technology lookups include confidence and return technology records only.
Related MCP server: techstack-detective-mcp
π 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/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 scoringvat-apiβ VAT, GST, and other company registration numbers for websitesvat-types-apiβ Reference list of registration types returned byvat-api(no API key required)whoami-apiβ Account limits, credit costs, and endpoint inventory (no API credits)usage-apiβ Current credit balance (no API credits)mcp-registry-apiβ Search and browse the BuiltWith MCP registry (v1) of other remote MCP servers (no API credits)mcp-registry-v2-apiβ Search and browse the BuiltWith MCP registry (v2) of other remote MCP servers, with per-endpoint auth flags and first/last detected dates (no API credits)vector-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 deployed
Maintenance
Related MCP Connectors
Scores a website's AI technology adoption using BuiltWith data.
Query your SEO data in plain language: rankings, audits, backlinks, competitors and AI visibility.
Detect the tech stack behind any website: CMS, ecommerce, analytics, CRM, payments, hosting.
Query your Betterlytics web analytics from AI agents: traffic, funnels, journeys, errors, uptime.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables querying the BuiltWith API to discover and analyze website technology stacks, including frameworks, analytics tools, CMS platforms, and other technologies used by any domain.2MIT
- FlicenseNot gradedqualityCmaintenanceProvides AI agents with tools to detect Shopify apps, WordPress plugins, DNS/email/SaaS footprint, and estimate SaaS spend for competitive intelligence and vendor research.-

Buildez MCP Serverofficial
AlicenseAqualityDmaintenanceEnables AI assistants to build complete, live websites from natural language descriptions by connecting to Buildez.ai.16 npm1MIT
Boolsaiofficial
AlicenseNot gradedqualityDmaintenanceEnables AI agents to live-scan any public site's tech stack and query a pre-indexed directory of ecommerce vendors, account IDs, and quant signals, all without authentication.1MIT