Search_intent
@captainChaozi
Search_intent について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"search_intent": {
"command": "npx",
"args": [
"-y",
"@search-intent/mcp"
],
"env": {
"SEARCH_INTENT_API_KEY": "xxx"
}
}
}
}ツール
1A tool for analyzing search intent and user behavior. Features: - Analyze search query intent - Identify relevant topic categories - Provide search suggestions - Offer reference links Examples: "iphone 15" → Product research/purchase intent "python tutorial" → Learning intent Response format: - query: Original search term - intent: Search intention - categories: Related categories - suggestions: Related search terms - references: Reference links
概要
What is Search_intent?
Search_intent is a search intent analysis service based on the Model Context Protocol (MCP). It analyzes the intent behind user search keywords to support SEO analysis.
How to use Search_intent?
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.
Key features of Search_intent?
- Analyzes search keyword intent
- Provides possible intent categories
- Offers reasoning behind the classification
- Includes relevant reference links
- Generates search suggestions
Use cases of Search_intent?
- SEO analysis: understand the intent behind target keywords to optimize content strategy.
- Content planning: get reasoning and related references to create content that matches user needs.
- Keyword research: expand keyword ideas using the provided search suggestions.
FAQ from Search_intent
How do I get an API key for Search_intent?
Visit https://aisearchintent.com to obtain an API key.
How do I install Search_intent in Claude?
Add the following configuration to your MCP settings: {"mcpServers":{"search_intent":{"command":"npx","args":["-y","@search-intent/mcp"],"env":{"SEARCH_INTENT_API_KEY":"xxx"}}}}.
What information does the analysis return?
It returns the detected intent, possible categories, a reasoning explanation, reference URLs, and search suggestions for the given query.
Does Search_intent work offline?
No, it requires an internet connection because it calls a remote API using your API key.
Is the API key the only authentication method?
Yes, the API key is set via the SEARCH_INTENT_API_KEY environment variable and is used to authenticate all requests.
「検索」の他のコンテンツ
MCP SearXNG Enhanced Server
OvertliDSEnhanced MCP server for SearXNG: category-aware web-search, web-scraping, and date/time retrieval.
Google Search Tool
web-agent-masterA Playwright-based Node.js tool that bypasses search engine anti-scraping mechanisms to execute Google searches. Local alternative to SERP APIs with MCP server integration.
Everything Search MCP Server
mamertofabianKagi MCP server
kagisearchThe Official Model Context Protocol (MCP) server for Kagi Search & other tools.
Brave Search
modelcontextprotocolModel Context Protocol Servers
コメント