# hyperstore

6,500+ curated AI apps from the HyperStore directory, searchable from any LLM via 8 MCP tools, 3 resources, and 3 prompts. Read-only, no auth.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add deficlow/hyperstore

# Browse available tools
npx -y smithery tool list deficlow/hyperstore

# Get full schema for a tool
npx -y smithery tool get deficlow/hyperstore search_apps

# Call a tool
npx -y smithery tool call deficlow/hyperstore search_apps '{}'
```

## Direct MCP Connection

Endpoint: `https://hyperstore--deficlow.run.tools`

## Tools (8)

- `search_apps` — Search HyperStore's AI apps directory by keyword. Returns a paginated list of matching apps with name, slug, short desc…
- `ai_search` — Natural-language semantic search powered by embeddings. Best for fuzzy intent ('a tool that helps me write Python tests…
- `get_app` — Fetch the full detail page for a single AI app by slug: long description, features, screenshots, categories, pricing, r…
- `list_apps` — Paginated apps listing with optional filters. Combine `category`, `pricing`, and a free-text `query` to drill down. Ret…
- `list_categories` — List all HyperStore categories with app counts. Use this first when the user asks 'what kinds of AI tools are there?' o…
- `category_apps` — Get apps within a specific category. Returns the category metadata plus a paginated list of apps in that category, sort…
- `browse_apps` — Browse apps A-Z by starting letter. Use letter='#' for apps starting with digits or symbols. Useful for alphabetical di…
- `get_homepage` — Fetch the HyperStore homepage payload: top categories with their featured apps, the trending apps strip, and totals. Go…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get deficlow/hyperstore <tool-name>
```

## Resources

- `hyperstore://catalog` — Index of all HyperStore categories with app counts.

## Prompts (3)

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