Voice AI Website Analyzer MCP Server
Fetches and analyzes website content to provide business context to AI agents, designed for Voice AI in GoHighLevel.
README
Voice AI Website Analyzer MCP Server
An MCP (Model Context Protocol) server designed for Voice AI in GoHighLevel (GHL) that fetches and analyzes website content to provide business context to AI agents.
Features
- Smart Website Crawling: Fetches homepage + up to 4 important pages (About, Services, Contact, etc.)
- Business Details Extraction: Automatically extracts:
- Business name and description
- Contact information (phone, email, address)
- Business hours
- Services offered
- Text Content Analysis: Provides comprehensive text summaries of each page
- AI-Ready Output: Returns formatted text description perfect for AI agent context
Installation
- Clone this repository:
git clone <your-repo-url>
cd Voice_MCP
- Install dependencies:
npm install
- Build the project:
npm run build
Usage
Running Locally
The MCP server runs on stdio transport:
npm start
Configuring in Claude Desktop or MCP Client
Add to your MCP client configuration (e.g., claude_desktop_config.json):
{
"mcpServers": {
"voice-ai-website-analyzer": {
"command": "node",
"args": ["d:\\Voice_MCP\\dist\\index.js"]
}
}
}
Using the Tool
Once configured, you can use the analyze_website tool:
analyze_website({ url: "https://example.com" })
The tool will:
- Fetch the homepage
- Identify and fetch up to 4 important pages (About, Services, Contact, etc.)
- Extract business details from all pages
- Return a comprehensive text analysis
Example Output
BUSINESS WEBSITE ANALYSIS
==================================================
Website: https://example.com
Pages Analyzed: 5
BUSINESS DETAILS
--------------------------------------------------
Business Name: Example Business Inc.
Description: We provide excellent services to our customers
Phone: (555) 123-4567
Email: info@example.com
Address: 123 Main Street, City, State 12345
Business Hours: Monday-Friday 9AM-5PM
SERVICES OFFERED
--------------------------------------------------
1. Web Development
2. Mobile App Development
3. Consulting Services
4. Technical Support
PAGE SUMMARIES
--------------------------------------------------
Page 1: Home - Example Business
URL: https://example.com
Content Preview: Welcome to Example Business...
Page 2: About Us
URL: https://example.com/about
Content Preview: Learn more about our company...
Deployment on Vercel
Option 1: Deploy via Vercel CLI
- Install Vercel CLI:
npm i -g vercel
- Deploy:
vercel
Option 2: Deploy via GitHub
- Push your code to GitHub
- Import the repository in Vercel dashboard
- Vercel will auto-detect the project and deploy
Important Note About Vercel Deployment
⚠️ MCP servers typically run on stdio transport and are designed to be run locally or on long-running servers. Vercel is optimized for serverless functions with HTTP endpoints.
For production use with GHL Voice AI, consider:
- Hosting on a VPS (Digital Ocean, AWS EC2, etc.) where the MCP server can run continuously
- Converting to HTTP API if you need serverless deployment
- Using Vercel for API endpoints and wrapping the MCP functionality in HTTP handlers
Converting to HTTP API (for Vercel)
If you need to deploy on Vercel, you'll want to create API endpoints instead. Let me know if you need help converting this to an HTTP API format.
Configuration
The server is configured to:
- Fetch maximum of 5 pages total (1 homepage + 4 additional)
- Extract text content (up to 5000 characters per page)
- Identify important pages using keywords: about, services, contact, products, portfolio, team
- Extract common business information patterns
Development
Project Structure
Voice_MCP/
├── src/
│ └── index.ts # Main MCP server implementation
├── dist/ # Compiled JavaScript (generated)
├── package.json
├── tsconfig.json
├── vercel.json
└── README.md
Building
npm run build
Testing Locally
After building, run:
node dist/index.js
The server will start and wait for MCP protocol messages on stdin.
Integration with GHL Voice AI
When integrated with GHL Voice AI:
- The AI agent receives the website URL from user input during conversation
- The agent calls the
analyze_websitetool with the URL - The MCP server fetches and analyzes the website
- The business context is returned to the AI agent
- The AI agent uses this context to provide tailored responses about the business
Requirements
- Node.js 18 or higher
- TypeScript 5.x
Dependencies
@modelcontextprotocol/sdk: MCP protocol implementationcheerio: HTML parsing and manipulationnode-fetch: HTTP requests
License
MIT
Support
For issues or questions, please open an issue in the repository.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。