
Model Context Protocol (MCP) Server
The Model Context Protocol (MCP) Server bridges AI assistants with external data sources, APIs, and services, enabling streamlined integration of complex workfl...
Connect your AI agents to the BuiltWith technology detection API for instant insights into the technology stack of any website. Ideal for audits, competitor research, and developer workflows.
The BuiltWith MCP (Model Context Protocol) Server is a specialized tool designed to connect AI assistants with the BuiltWith technology detection API. Its primary function is to enable AI agents to analyze and identify the technology stack behind any website. By bridging the gap between natural language queries and the BuiltWith API, this MCP server allows developers and AI-powered workflows to obtain detailed insights about frameworks, analytics tools, hosting services, content management systems, and more used on any given domain. This capability enhances development workflows by enabling quick technology audits, competitive analysis, and data-driven decisions through seamless API integration.
No explicit reusable prompt templates are mentioned in the repository.
No explicit MCP resources are documented in the repository.
git clone https://github.com/builtwith/mcp.git
cd mcp
npm install
{
"mcpServers": {
"builtwith": {
"command": "node",
"args": ["[PATH-TO]/bw-mcp-v1.js"],
"env": {
"BUILTWITH_API_KEY": "[YOUR-API-KEY]"
}
}
}
}
claude_desktop_config.json
located at:~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"builtwith": {
"command": "node",
"args": ["[PATH-TO]/bw-mcp-v1.js"],
"env": {
"BUILTWITH_API_KEY": "[YOUR-API-KEY]"
}
}
}
}
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
%APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"builtwith": {
"command": "node",
"args": ["[PATH-TO]/bw-mcp-v1.js"],
"env": {
"BUILTWITH_API_KEY": "[YOUR-API-KEY]"
}
}
}
}
Securing API Keys:
Always store sensitive API keys using environment variables. For example:
{
"env": {
"BUILTWITH_API_KEY": "[YOUR-API-KEY]"
},
"inputs": {}
}
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"builtwith": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “builtwith” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Overview of the BuiltWith MCP Server is provided. |
List of Prompts | ⛔ | No reusable prompt templates are described. |
List of Resources | ⛔ | No explicit MCP resources listed. |
List of Tools | ✅ | Domain Lookup tool described. |
Securing API Keys | ✅ | Environment variable usage documented in setup instructions. |
Sampling Support (less important in evaluation) | ⛔ | No mention of sampling support. |
Based on the available documentation, the BuiltWith MCP Server offers clear setup instructions and a well-defined use case but lacks advanced MCP features such as resources, prompt templates, roots, or sampling. It is a simple, purpose-built MCP server.
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 0 |
Number of Stars | 3 |
Overall, this MCP scores around 4/10: it is functional and well-documented for its single use case, but lacks depth in MCP-specific features such as resources, prompt templates, and sampling support, and has minimal community engagement so far.
The BuiltWith MCP Server connects AI agents to the BuiltWith technology detection API, enabling instant analysis of any website’s technology stack, including frameworks, hosting, CMS, and analytics tools.
Clone the official repository, install dependencies, obtain a BuiltWith API key, and add the server configuration to your client’s MCP configuration file as described above.
Common uses include technology stack discovery, competitor analysis, CMS/platform identification, third-party service auditing, and developer tool integration.
Always use environment variables to store sensitive API keys within your MCP server configuration, instead of hardcoding them directly in files.
No, it is purpose-built for technology lookup and does not currently support reusable prompt templates or additional MCP resources.
Effortlessly analyze website technology stacks and empower your workflow with the BuiltWith MCP integration in FlowHunt.
The Model Context Protocol (MCP) Server bridges AI assistants with external data sources, APIs, and services, enabling streamlined integration of complex workfl...
The ModelContextProtocol (MCP) Server acts as a bridge between AI agents and external data sources, APIs, and services, enabling FlowHunt users to build context...
Integrate FlowHunt with the LiveAgent MCP Server to enable AI-powered automation of helpdesk workflows, including ticket, agent, contact, and department managem...