Skip to content
Back to search
100
MCP live v0.1.1 streamable-http

HyperStore

io.github.deficlow/hyperstore-mcp

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

Uptime
5.6%
18 probes
Response
657ms
last probe
Tools
8
callable

Tools · 8

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…

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 semanti…

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.

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 …

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.

category_apps

Get apps within a specific category. Returns the category metadata plus a paginated list of apps in that category, sorted by popularity.

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.

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.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "hyperstore": {
      "url": "https://mcp.store.hypergpt.ai/mcp",
      "transport": "streamable-http"
    }
  }
}