BuiltWith MCP Server
This is a Model Context Protocol (MCP) server that integrates with the BuiltWith API to provide technology stack analysis of websites.
Features
- Find technology stack information for any domain
- Analyze what technologies are used on websites
Setup
Local Setup
- Clone this repository
- Install dependencies:
npm install - Create a
.envfile based on.env.exampleand add your BuiltWith API key:BUILTWITH_API_KEY=your_api_key_here - Build the server:
npm run build - Start the server:
npm start
Docker Setup
- Clone this repository
- Create a
.envfile with your BuiltWith API key - Build and run using Docker Compose:
docker-compose up -d
MCP Configuration
To use this server with an MCP client, add the following configuration to your MCP settings file:
{
"mcpServers": {
"builtwith": {
"command": "node",
"args": ["path/to/builtwith/dist/index.js"],
"env": {
"BUILTWITH_API_KEY": "your_api_key_here"
},
"disabled": false,
"autoApprove": []
}
}
}
Available Tools
builtwith_find_tech_stack: Find the technology stack used by a website
License
ISC
Recommend MCP Servers 💡
@baidumap/mcp-server-baidu-map
An open-source, MCP-compliant Location-Based Service (LBS) solution from Baidu Maps, offering geospatial APIs like geocoding, POI search, and route planning for AI agents and applications.
antymijaljevic/k8s-doc-mcp
A Kubernetes documentation assistant MCP server that fetches and converts docs to Markdown and provides recommendations.
spotify-mcp-server
A lightweight [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server that enables AI assistants like Cursor & Claude to control Spotify playback and manage playlists.
@mastergo/magic-mcp
A standalone MCP service connecting MasterGo design tools with AI models to retrieve DSL data from design files.
@aashari/mcp-server-atlassian-bitbucket
Node.js/TypeScript MCP server enabling AI systems to interact with Atlassian Bitbucket's workspaces, repositories, and pull requests via tools like list, get, comment, and search.
membase-mcp
A lightweight decentralized memory gateway that connects AI agents to Membase for persistent, verifiable multi-session memory.