{"name":"alsoasked-mcp: An MCP Server for AlsoAsked API and SEO Keyword Research","description":"The alsoasked-mcp project provides a Model Context Protocol (MCP) server that integrates with the AlsoAsked API. This server allows users to access Google's \"People Also Ask\" data, making it a valuable tool for SEO research and content optimization. It offers features like searching PAA questions, managing API accounts, and flexible search options.","github":"https://github.com/metehan777/alsoasked-mcp","url":"https://osrepos.com/repo/metehan777-alsoasked-mcp","source":"osrepos.com","sourceDescription":"This repository profile is provided by osrepos.com, an open source repository discovery platform.","repositoryProfile":"https://osrepos.com/repo/metehan777-alsoasked-mcp","generatedFor":"open source discovery and AI-assisted research","markdown":"https://osrepos.com/repo/metehan777-alsoasked-mcp.md","json":"https://osrepos.com/repo/metehan777-alsoasked-mcp.json","topics":["alsoasked","mcp","seo","keyword-research","JavaScript","API Integration","Content Marketing"],"keywords":["alsoasked","mcp","seo","keyword-research","JavaScript","API Integration","Content Marketing"],"stars":null,"summary":"The alsoasked-mcp project provides a Model Context Protocol (MCP) server that integrates with the AlsoAsked API. This server allows users to access Google's \"People Also Ask\" data, making it a valuable tool for SEO research and content optimization. It offers features like searching PAA questions, managing API accounts, and flexible search options.","content":"## Introduction\n\nThe alsoasked-mcp project is a Model Context Protocol (MCP) server designed to integrate seamlessly with the AlsoAsked API. This powerful tool provides access to Google's \"People Also Ask\" (PAA) data, making it an invaluable resource for SEO research and content optimization strategies. By leveraging alsoasked-mcp, users can efficiently gather hierarchical PAA data for various search terms, manage their API credits, and configure flexible search options.\n\nKey features include:\n*   **Search People Also Ask Questions**: Retrieve structured PAA data for any given search terms.\n*   **Account Management**: Easily check your AlsoAsked API credits and account status.\n*   **Flexible Search Options**: Customize searches with parameters for language, region, depth, and freshness.\n*   **Rich Data Structure**: Receive results in a well-formatted structure, including question hierarchy and counts.\n\n## Installation\n\nGetting alsoasked-mcp up and running involves a few straightforward steps:\n\n### 1. Install Dependencies\n\nFirst, navigate to the project directory and install the necessary Node.js dependencies:\n\nbash\nnpm install\n\n\n### 2. Build the Project\n\nNext, build the project for production:\n\nbash\nnpm run build\n\n\n### 3. Get AlsoAsked API Key\n\nTo use the AlsoAsked API, you will need an API key:\n1.  Sign up for an [AlsoAsked Pro account](https://alsoasked.com/pricing \"AlsoAsked Pro account\" target=\"_blank\").\n2.  Generate an API key from your AlsoAsked dashboard.\n3.  Ensure your API key is kept secure.\n\n### 4. Add to Claude Configuration\n\nIntegrate the MCP server into your Claude environment by adding the following configuration to your `claude_desktop_config.json` file. Remember to replace `/path/to/your/alsoasked-mcp/dist/index.js` with the actual path to your built project and `\"your-api-key-here\"` with your generated AlsoAsked API key.\n\n\n{\n  \"mcpServers\": {\n    \"alsoasked\": {\n      \"command\": \"node\",\n      \"args\": [\"/path/to/your/alsoasked-mcp/dist/index.js\"],\n      \"env\": {\n        \"ALSOASKED_API_KEY\": \"your-api-key-here\"\n      }\n    }\n  }\n}\n\n\n### 5. Restart Claude Desktop\n\nAfter updating the configuration, restart Claude Desktop to ensure the new MCP server is loaded and recognized.\n\n## Examples\n\nThe alsoasked-mcp server provides three primary tools for interacting with the AlsoAsked API.\n\n### search_people_also_ask\n\nThis tool allows comprehensive searches for PAA questions with full control over various parameters:\n\ntypescript\n// Example: Search for marketing questions in Spanish for Mexico\n{\n  \"terms\": [\"digital marketing\", \"content strategy\"],\n  \"language\": \"es\",\n  \"region\": \"mx\", \n  \"depth\": 3,\n  \"fresh\": true\n}\n\n\n### search_single_term\n\nA convenient method for performing quick searches for a single term:\n\ntypescript\n// Example: Quick search for a single term\n{\n  \"term\": \"machine learning\",\n  \"depth\": 2\n}\n\n\n### get_account_info\n\nUse this tool to check your AlsoAsked account status and view your remaining API credits:\n\ntypescript\n// No parameters needed\n{}\n\n\nYou can also ask Claude directly using natural language queries, for example:\n\n> \"Use AlsoAsked to find People Also Ask questions for 'sustainable energy' with depth 3\"\n\n> \"Get PAA data for SEO keyword research on 'home workout equipment' in the UK market\"\n\n> \"Check my AlsoAsked account credits and usage\"\n\n## Why Use It\n\nalsoasked-mcp offers significant advantages for anyone involved in SEO, content creation, or digital marketing. By providing direct access to Google's \"People Also Ask\" data, it helps you:\n\n*   **Enhance Keyword Research**: Discover related questions and user intent beyond simple keywords.\n*   **Improve Content Strategy**: Identify topics and subtopics that directly address user queries, leading to more comprehensive and engaging content.\n*   **Gain Competitive Advantage**: Understand what questions your audience is asking, allowing you to create content that outranks competitors.\n*   **Streamline Workflow**: Integrate PAA data retrieval directly into your AI assistant workflow via the Model Context Protocol.\n*   **Optimize Costs**: With flexible depth parameters, you can control the granularity of your searches and manage API query costs effectively.\n\n## Links\n\nFor more detailed information and support, refer to these official resources:\n\n*   [GitHub Repository: metehan777/alsoasked-mcp](https://github.com/metehan777/alsoasked-mcp \"GitHub Repository\" target=\"_blank\")\n*   [AlsoAsked Documentation](https://developers.alsoasked.com/ \"AlsoAsked Documentation\" target=\"_blank\")\n*   [MCP Protocol Docs](https://modelcontextprotocol.io/ \"MCP Protocol Docs\" target=\"_blank\")\n*   [AlsoAsked API Specification](https://github.com/AlsoAsked/also-asked-api-specification \"AlsoAsked API Specification\" target=\"_blank\")","metrics":{"detailViews":4,"githubClicks":13},"dates":{"published":null,"modified":"2026-04-04T11:42:26.000Z"}}