# HyperStore MCP server

Search and inspect 6,500+ curated AI apps from the HyperStore directory.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-deficlow-hyperstore-mcp
- Repository: https://github.com/deficlow/HyperStore-MCP
- Website: https://store.hypergpt.ai

## Install
- Command: `uvx hyperstore-mcp`
- Endpoint: https://mcp.store.hypergpt.ai/mcp
- Auth: Not captured

## Setup notes
- Package: Pypi hyperstore-mcp v0.1.1
- Package: Oci ghcr.io/deficlow/hyperstore-mcp:0.1.1
- Remote endpoint: https://mcp.store.hypergpt.ai/mcp
- Remote endpoint: https://mcp.store.hypergpt.ai/sse

## Tools
- search_apps - Search HyperStore's AI apps directory by keyword. Returns a paginated list of matching apps with name, slug, short description, pricing, and rating. Use this when the user gives concrete keywords (e.g. 'image upscaler', 'code copilot'). Endpoint: https://mcp.store.hypergpt.ai/mcp
- ai_search - Natural-language semantic search powered by embeddings. Best for fuzzy intent ('a tool that helps me write Python tests', 'something like Midjourney but free'). Returns up to 12 apps ranked by semantic similarity. Endpoint: https://mcp.store.hypergpt.ai/mcp
- get_app - Fetch the full detail page for a single AI app by slug: long description, features, screenshots, categories, pricing, rating, website URL, source attribution. Endpoint: https://mcp.store.hypergpt.ai/mcp
- list_apps - Paginated apps listing with optional filters. Combine `category`, `pricing`, and a free-text `query` to drill down. Returns apps sorted by popularity. Use `cursor` (last app id from previous page) to paginate. Endpoint: https://mcp.store.hypergpt.ai/mcp
- list_categories - List all HyperStore categories with app counts. Use this first when the user asks 'what kinds of AI tools are there?' or to discover available category slugs. Endpoint: https://mcp.store.hypergpt.ai/mcp
- category_apps - Get apps within a specific category. Returns the category metadata plus a paginated list of apps in that category, sorted by popularity. Endpoint: https://mcp.store.hypergpt.ai/mcp
- browse_apps - Browse apps A-Z by starting letter. Use letter='#' for apps starting with digits or symbols. Useful for alphabetical discovery rather than search. Endpoint: https://mcp.store.hypergpt.ai/mcp
- get_homepage - Fetch the HyperStore homepage payload: top categories with their featured apps, the trending apps strip, and totals. Good first call to give the user a broad overview. Endpoint: https://mcp.store.hypergpt.ai/mcp
- get_alternatives - Get curated alternatives to a specific AI app by slug. Returns the app plus a list of competing/similar tools ranked by match confidence. Use this when the user asks 'what are alternatives to X', 'something like X', or 'X vs others'. Endpoint: https://mcp.store.hypergpt.ai/mcp
- list_audiences - List the audience segments HyperStore curates tools for (e.g. 'developers', 'lawyers', 'students'), each with a slug and app count. Call this first to discover audience slugs for `apps_for_audience`. Endpoint: https://mcp.store.hypergpt.ai/mcp
- apps_for_audience - Get the best AI tools for a specific audience by slug (from `list_audiences`), ranked by relevance then popularity. Use when the user asks 'best AI tools for {role/profession}'. Paginate with `cursor` (last app id from the previous page). Endpoint: https://mcp.store.hypergpt.ai/mcp
- list_use_cases - List the use-case taxonomies HyperStore curates tools for (e.g. 'legal-contracts', 'tiktok-shorts'), each with a slug and app count. Call this first to discover use-case slugs for `apps_for_use_case`. Endpoint: https://mcp.store.hypergpt.ai/mcp
- apps_for_use_case - Get AI tools for a specific use case by slug (from `list_use_cases`), ranked by relevance then popularity. Use when the user asks 'AI tools for {task}'. Paginate with `cursor` (last app id from the previous page). Endpoint: https://mcp.store.hypergpt.ai/mcp

## Resources
- hyperstore://catalog - Index of all HyperStore categories with app counts. MIME type: text/markdown

## Prompts
- find_tool_for_task - Help the user find the best AI tool for a specific task using HyperStore. Arguments: task
- compare_apps - Side-by-side comparison of 2-5 AI apps from HyperStore. Arguments: slugs
- discover_category - Discover top AI tools in a given HyperStore category. Arguments: category

## Metadata
- Owner: io.github.deficlow
- Version: 0.1.1
- Runtime: Oci, Pypi
- Transports: HTTP, STDIO
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
