Content
# Search Intent MCP
Please obtain the API key via https://aisearchintent.com
This is a search intent analysis service based on MCP (Model Context Protocol). It can help analyze the intent of user search keywords and provide support for SEO analysis.
## Features
- Analyze the intent of search keywords
- Provide possible categories
- Provide reasoning process
- Provide relevant reference links
- Provide search suggestions
## Usage
### claude Installation
```json
{
"mcpServers": {
"search_intent": {
"command": "npx",
"args": ["-y", "@search-intent/mcp"],
"env": {
"SEARCH_INTENT_API_KEY": "xxx"
}
}
}
}
```
## Development
```bash
# Clone the repository
git clone
# Install dependencies
pnpm install
# Set environment variables
export SEARCH_INTENT_API_KEY=your_api_key
```
## API Usage Example
The service provides a tool named `search_intent_analysis`, which can be used like this:
```json
{
"name": "search_intent_analysis",
"arguments": {
"query": "grok3"
}
}
```
Example return result:
```json
{
"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"
]
}
```
Connection Info
You Might Also Like
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
Sequential Thinking
A structured MCP server for dynamic problem-solving and reflective thinking.
Fetch
Retrieve and process content from web pages by converting HTML into markdown format.
Context 7
Context7 MCP provides up-to-date code documentation for any prompt.
context7-mcp
Context7 MCP Server provides natural language access to documentation for...
chrome-devtools-mcp
Chrome DevTools for coding agents