- Explore MCP Servers
- search-intent-mcp
Search Intent Mcp
What is Search Intent Mcp
search-intent-mcp is an AI-powered service that analyzes user search intent based on the Model Context Protocol (MCP). It aids in understanding the motivations behind search queries, providing valuable insights for SEO analysis.
Use cases
Use cases for search-intent-mcp include analyzing user queries for content strategy, improving SEO rankings by understanding search intent, and providing tailored search suggestions to enhance user engagement.
How to use
To use search-intent-mcp, you need to install it via npm with the command ‘npx -y @search-intent/mcp’. Set your API key as an environment variable and utilize the ‘search_intent_analysis’ tool to analyze search queries.
Key features
Key features include intent analysis of search keywords, possible categorization, reasoning process, relevant reference links, and search suggestions.
Where to use
search-intent-mcp can be used in various fields such as digital marketing, SEO optimization, content creation, and user experience research.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Search Intent Mcp
search-intent-mcp is an AI-powered service that analyzes user search intent based on the Model Context Protocol (MCP). It aids in understanding the motivations behind search queries, providing valuable insights for SEO analysis.
Use cases
Use cases for search-intent-mcp include analyzing user queries for content strategy, improving SEO rankings by understanding search intent, and providing tailored search suggestions to enhance user engagement.
How to use
To use search-intent-mcp, you need to install it via npm with the command ‘npx -y @search-intent/mcp’. Set your API key as an environment variable and utilize the ‘search_intent_analysis’ tool to analyze search queries.
Key features
Key features include intent analysis of search keywords, possible categorization, reasoning process, relevant reference links, and search suggestions.
Where to use
search-intent-mcp can be used in various fields such as digital marketing, SEO optimization, content creation, and user experience research.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Search Intent MCP
请通过 https://aisearchintent.com 获取 API key
这是一个基于 MCP (Model Context Protocol) 的搜索意图分析服务。它可以帮助分析用户搜索关键词的意图,为 SEO 分析提供支持。
功能特点
- 分析搜索关键词的意图
- 提供可能的分类
- 提供推理过程
- 提供相关参考链接
- 提供搜索建议
使用方法
claude 安装
{
"mcpServers": {
"search_intent": {
"command": "npx",
"args": [
"-y",
"@search-intent/mcp"
],
"env": {
"SEARCH_INTENT_API_KEY": "xxx"
}
}
}
}
开发
# 克隆仓库
git clone
# 安装依赖
pnpm install
# 设置环境变量
export SEARCH_INTENT_API_KEY=your_api_key
API 使用示例
服务提供了一个名为 search_intent_analysis 的工具,可以这样使用:
{
"name": "search_intent_analysis",
"arguments": {
"query": "grok3"
}
}
返回结果示例:
{
"query": "grok3",
"intent": "Information Lookup about xAI's Grok 3...",
"possibleCategories": [
"AI Model",
"Technology",
"Chatbot",
"Product Information"
],
"reasoning": "The user is likely trying to understand...",
"references": [
{
"url": "https://example.com",
"title": "Example Title"
}
],
"searchSuggestions": [
"grok3 meaning",
"grok3 search intent",
"grok3 categories",
"grok3"
]
}
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










