BuiltWith

by builtwith

Not rated
GitHub

About

Find out what websites are BuiltWith.

Details

Author
builtwith
Categories
Developer Tools

⚙️ Client Configuration (Claude, Cursor, IDEs)

Add BuiltWith MCP to your MCP-compatible client configuration.

{ "mcpServers": { "builtwith": { "url": "https://api.builtwith.com/mcp", "headers": { "Authorization": "Bearer YOUR_BUILTWITH_API_KEY" } } } }

- macOS:~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:%APPDATA%\Claude\claude_desktop_config.json

- 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

You can also run the BuiltWith MCP server locally or inside your own infrastructure.

The local server now supports both standard MCP transports:

- stdio(default) for local MCP clients like Claude Desktop/Cursor
- httpfor remote/connector style MCP usage on/mcp

git clone https://github.com/builtwith/builtwith-mcp.git cd builtwith-mcp npm install
{ "mcpServers": { "builtwith": { "command": "node", "args": ](https://github.com/user-attachments/assets/1199362a-c813-497e-8569-15b9a3ce9713)["[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.

MCP_TRANSPORT=http PORT=8787 node bw-mcp-v1.js

- 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)

Agents can obtain a temporarybw-prefixed API token without the user pasting their key — the user approves access in their browser.
- Callagent-auth-start→ receivedevice_codeandverification_uri
- Direct the user to openverification_uriin their browser
- Pollagent-auth-tokenevery 5 seconds with thedevice_code
- On approval, receive anaccess_token(bw-...) valid for the chosen duration (1 hour / 1 day / 30 days)
- Use the token asKEY=bw-...on any BuiltWith API endpoint

No API key is required to callagent-auth-startoragent-auth-token.

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”
- 🗣️ 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

- https://api.builtwith.com/
-
https://api.builtwith.com/domain-api

MIT License — see the LICENSE file for details.

Built for AI-native workflows byBuiltWith

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

Create crafted UI components inspired by the best 21st.dev design engineers.

Bring agent evaluations, observability, and synthetic test set generation directly into your IDE for free with Galileo's new MCP server

An MCP server to help AI assistants to answer questions and generate AccelByte Extend SDK code more effectively .

MCP server for AI Diagram Maker — generate beautiful software engineering diagrams directly inside Cursor, Claude Desktop, Claude Code, or any MCP-compatible AI agent

ALAPI MCP Tools,Call hundreds of API interfaces via MCP

AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform

MCP server that gives AI assistants on-demand access to 1,500+ amCharts docs, ~300 code examples, and 1000+ class API references.

APIMatic MCP Server is used to validate OpenAPI specifications using APIMatic. The server processes OpenAPI files and returns validation summaries by leveraging APIMatic’s API.

One shared context layer for AI agents and humans — live API specs, DB schemas, and versioned contracts across repos so every agent and teammate works from the same source of truth.

Build and deploy full-stack Next.js apps with 98 tools for React, AWS, and MongoDB

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 supportsbring-your-own BuiltWith API keyand can be used either as ahosted serviceorself-hosted.

Shows how to get this working in Claude as a Connector

https://github.com/user-attachments/assets/1199362a-c813-497e-8569-15b9a3ce9713

BuiltWith provides ahosted MCP endpoint— no local Node process required.

Authorization: Bearer YOUR_BUILTWITH_API_KEY
{ "jsonrpc": "2.0", "id": 1, "method": "tools/list" }

The hosted MCP exposes the following tools:

- domain-lookup– Live technology detection for a domain
- domain-api– Full domain metadata
- change-api– Technology additions and removals with business context
- lists-api– Sites using a technology, includingOTHERTECHSand numeric attribute filters such asSPEND,REVENUE, andEMPLOYEES
- relationships-api– Related websites
- free-api– Category and group counts
- company-to-url– Company → domain discovery
- tags-api– IP / attribute based discovery
- recommendations-api– Technology recommendations
- redirects-api– Live and historical redirects
- keywords-api– Keyword intelligence
- trends-api– Technology trend data
- product-api– Ecommerce product search
- trust-api– Trust scoring
- vat-api– VAT, GST, and other company registration numbers for websites
- vat-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 categories
- ask-api– Natural language website list lookup (e.g. "Magento websites in Spain"); supports full reports and pagination
- payment-balance– Check your API credit balance
- payment-config– Retrieve your payment configuration
- payment-purchase– Purchase API credits using your saved Stripe payment method
- agent-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.

{ "mcpServers": { "builtwith": { "url": "https://api.builtwith.com/mcp", "headers": { "Authorization": "Bearer YOUR_BUILTWITH_API_KEY" } } } }

- macOS:~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:%APPDATA%\Claude\claude_desktop_config.json

- 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

You can also run the BuiltWith MCP server locally or inside your own infrastructure.

The local server now supports both standard MCP transports:

- stdio(default) for local MCP clients like Claude Desktop/Cursor
- httpfor remote/connector style MCP usage on/mcp

git clone https://github.com/builtwith/builtwith-mcp.git cd builtwith-mcp npm install
{ "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.

MCP_TRANSPORT=http PORT=8787 node bw-mcp-v1.js

- 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)

Agents can obtain a temporarybw-prefixed API token without the user pasting their key — the user approves access in their browser.
- Callagent-auth-start→ receivedevice_codeandverification_uri
- Direct the user to openverification_uriin their browser
- Pollagent-auth-tokenevery 5 seconds with thedevice_code
- On approval, receive anaccess_token(bw-...) valid for the chosen duration (1 hour / 1 day / 30 days)
- Use the token asKEY=bw-...on any BuiltWith API endpoint

No API key is required to callagent-auth-startoragent-auth-token.

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”
- 🗣️ 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

- https://api.builtwith.com/
-
https://api.builtwith.com/domain-api

MIT License — see the LICENSE file for details.

Built for AI-native workflows byBuiltWith

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

Create crafted UI components inspired by the best 21st.dev design engineers.

Bring agent evaluations, observability, and synthetic test set generation directly into your IDE for free with Galileo's new MCP server

An MCP server to help AI assistants to answer questions and generate AccelByte Extend SDK code more effectively .

MCP server for AI Diagram Maker — generate beautiful software engineering diagrams directly inside Cursor, Claude Desktop, Claude Code, or any MCP-compatible AI agent

ALAPI MCP Tools,Call hundreds of API interfaces via MCP

AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform

MCP server that gives AI assistants on-demand access to 1,500+ amCharts docs, ~300 code examples, and 1000+ class API references.

APIMatic MCP Server is used to validate OpenAPI specifications using APIMatic. The server processes OpenAPI files and returns validation summaries by leveraging APIMatic’s API.

One shared context layer for AI agents and humans — live API specs, DB schemas, and versioned contracts across repos so every agent and teammate works from the same source of truth.

Build and deploy full-stack Next.js apps with 98 tools for React, AWS, and MongoDB

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.