Search_intent
@captainChaozi
About Search_intent
No overview available yet
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.
Frequently asked questions
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.
Basic information
More Search MCP servers
Google Search Console MCP Server
ahonnA Model Context Protocol (MCP) server providing access to Google Search Console
Version 2.0 is here!!
mixelpixxMCP Server built for use with Claude Code, Claude Desktop, VS Code, Cline - enable google search and ability to follow links and research websites
Search Console Mcp
saurabhsharma2uSearch & analytics data as infrastructure — MCP server for Google Search Console, Bing Webmaster Tools, and GA4, designed for AI agents and automation.
SerpApi MCP Server
ilyazubSerpApi MCP Server for Google and other search engine results
SearXNG MCP Server
ihor-sokoliukPrivate web search for AI assistants via SearXNG — supports Claude, Cursor, and any MCP client
Comments