Search_intent

Search_intent

By captainChaozi GitHub

-

search-intent SEO
Overview

what is Search Intent MCP?

Search Intent MCP is a search intent analysis service based on the Model Context Protocol (MCP) that helps analyze user search keywords' intent, providing support for SEO analysis.

how to use Search Intent MCP?

To use Search Intent MCP, obtain an API key from https://aisearchintent.com and set it up in your environment. You can then use the provided API to analyze search queries.

key features of Search Intent MCP?

  • Analyzes the intent behind search keywords
  • Provides possible categories for the search intent
  • Offers reasoning for the analysis
  • Supplies relevant reference links
  • Suggests additional search queries

use cases of Search Intent MCP?

  1. Understanding user intent for better SEO strategies
  2. Categorizing search queries for targeted content creation
  3. Enhancing search engine marketing efforts by analyzing keyword intent

FAQ from Search Intent MCP?

  • How do I get an API key?

You can obtain an API key by visiting https://aisearchintent.com.

  • What programming languages can I use with Search Intent MCP?

You can use any language that can make HTTP requests, but examples are provided for JavaScript.

  • Is there a limit to the number of queries I can analyze?

Please refer to the API documentation for details on usage limits.

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"
  ]
}
No tools information available.
No content found.