MCP.so
Sign In

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.

Tags

More from Search