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 💡
todoist-mcp
A Model Context Protocol (MCP) server for Todoist, enabling advanced task and project management via Claude Desktop and other MCP-compatible clients.
netmind-parse-pdf-mcp
An MCP server that parses PDF files into structured formats like JSON and Markdown
mcp-wdpcameracontrol-server
A TypeScript-based MCP server implementing a simple notes system with resources, tools, and prompts for core MCP concepts demonstration
@ragieai/mcp-server
Ragie Model Context Protocol Server
CLDGeminiPDF
An MCP server that enables Claude Desktop to analyze PDF documents using Google's Gemini AI models, extracting text and providing intelligent analysis.
@kukapay/crypto-news-mcp
An MCP server that provides real-time cryptocurrency news sourced from NewsData for AI agents.