Search_intent
@captainChaozi
About Search_intent
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"search_intent": {
"command": "npx",
"args": [
"-y",
"@search-intent/mcp"
],
"env": {
"SEARCH_INTENT_API_KEY": "xxx"
}
}
}
}Tools
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
Overview
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.
More Search MCP servers
Web Scout MCP Server
pinkpixel-devA powerful MCP server extension providing web search and content extraction capabilities. Integrates DuckDuckGo search functionality and URL content extraction into your MCP environment, enabling AI assistants to search the web and extract webpage content programmatically.
Brave Search MCP Server
mikechaoAn MCP Server implementation that integrates the Brave Search API, providing, Web Search, Local Points of Interest Search, Image Search, Video Search, News Search and LLM Context Search capabilities
Perplexity MCP Zerver
wysh3MCP web search using perplexity without any API KEYS
Everything Search MCP Server
mamertofabianPerplexity MCP Server
wysh3MCP web search using perplexity without any API KEYS
Comments