Search Intent AI

by captainchaozi

1 stars
445 downloads
Not rated
GitHub

About

Analyzes user search keyword intent for SEO support using the AI Search Intent API.

Details

Author
captainchaozi
Repository
captainChaozi/search-intent-mcp
GitHub stars
1
Downloads
445
Categories
Search, Knowledge Base, Other, Marketing, Productivity, Developer Tools, Communication, API, Infrastructure

- Analyzes search keyword intent
- Provides possible intent categories
- Offers reasoning behind the classification
- Includes relevant reference links
- Generates search suggestions

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Search Intent AI
    Command (node, npx, python, etc.) npx
    Arguments
    • Argument 1 -y
    • Argument 2 @search-intent/mcp
    Environment
    • SEARCH_INTENT_API_KEY xxx

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Configure Search_intent in your MCP client by running npx -y @search-intent/mcp with the environment variable SEARCH_INTENT_API_KEY set to your API key. Then use the search_intent_analysis tool, passing a query argument to get intent classification, reasoning, references, and search suggestions.

search_intent_analysis

Analyzes the intent behind a search query. Parameters: query (string)

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "search intent ai": {
            "env": {
                "SEARCH_INTENT_API_KEY": "xxx"
            },
            "args": [
                "-y",
                "@search-intent/mcp"
            ],
            "command": "npx"
        }
    }
}

Linux

{
    "env": {
        "SEARCH_INTENT_API_KEY": "xxx"
    },
    "args": [
        "-y",
        "@search-intent/mcp"
    ],
    "command": "npx"
}

Macos

{
    "env": {
        "SEARCH_INTENT_API_KEY": "xxx"
    },
    "args": [
        "-y",
        "@search-intent/mcp"
    ],
    "command": "npx"
}

Windows

{
    "env": {
        "SEARCH_INTENT_API_KEY": "xxx"
    },
    "args": [
        "/c",
        "npx",
        "-y",
        "@search-intent/mcp"
    ],
    "command": "cmd"
}
请通过[https://aisearchintent.com获取 API key 这是一个基于 MCP (Model Context Protocol) 的搜索意图分析服务。它可以帮助分析用户搜索关键词的意图,为 SEO 分析提供支持。 - 分析搜索关键词的意图 - 提供可能的分类 - 提供推理过程 - 提供相关参考链接 - 提供搜索建议 ``` `{ "mcpServers": { "search_intent": { "command": "npx", "args": ](https://aisearchintent.com)["-y", "@search-intent/mcp"], "env": { "SEARCH_INTENT_API_KEY": "xxx" } } } }` ``` ``` `# 克隆仓库 git clone # 安装依赖 pnpm install # 设置环境变量 export SEARCH_INTENT_API_KEY=your_api_key` ``` 服务提供了一个名为`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" ] }` ``` Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category. All-in-One SEO & Web Intelligence Toolkit API from FetchSERP. Access to your site's SEO data — crawl results, Search Console and Analytics, so your assistant can tell you what's broken, what's ranking, and what to fix next. Agent-first keyword analysis API for live SERP research, page scraping, and SEO keyword synthesis. Connect Google Search Console to AI assistants through a secure, read-only remote MCP server for analytics, indexing diagnostics, and evidence-based SEO insights. OpenSEO provides quality SEO data for keyword research, backlink analysis, rank tracking, site audits, analyzing your Google Search Console data. It's MCP server enables your AI agent to do tasks faster so you can focus on strategy. Five read-only MCP servers for SEO on the Google/Yandex (RU/CIS) market: SERP (XMLStock), Yandex Wordstat, Google Search Console, Yandex.Webmaster, Yandex.Metrica. Fetch, convert, and search AWS documentation pages, with recommendations for related content. Search campgrounds around the world on campertunity, check availability, and provide booking links. The Ferryhopper MCP Server exposes ferry routes, schedules and booking redirects so an AI assistant can discover connections across Europe and the Mediterranean and send users to Ferryhopper to complete bookings. MCP server that provides read-only access to HyperKitty, the web-based email archive component of Mailman 3.
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.