Skip to main content
Glama
deficlow

HyperStore MCP

by deficlow

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoBind host (http/sse only)0.0.0.0
MCP_PORTNoBind port (http/sse only)8080
LOG_LEVELNoLogging levelINFO
HYPERSTORE_TIMEOUTNoHTTP timeout in seconds20
HYPERSTORE_API_BASENoUpstream API base URLhttps://store.hypergpt.ai
HYPERSTORE_USER_AGENTNoUser agent stringhyperstore-mcp/{version}

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_appsA

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').

ai_searchA

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.

get_appA

Fetch the full detail page for a single AI app by slug: long description, features, screenshots, categories, pricing, rating, website URL, source attribution.

list_appsA

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.

list_categoriesA

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_appsA

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

browse_appsA

Browse apps A-Z by starting letter. Use letter='#' for apps starting with digits or symbols. Useful for alphabetical discovery rather than search.

get_homepageA

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.

Prompts

Interactive templates invoked by user choice

NameDescription
find_tool_for_taskHelp the user find the best AI tool for a specific task using HyperStore.
compare_appsSide-by-side comparison of 2-5 AI apps from HyperStore.
discover_categoryDiscover top AI tools in a given HyperStore category.

Resources

Contextual data attached and managed by the client

NameDescription
HyperStore CatalogIndex of all HyperStore categories with app counts.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/deficlow/HyperStore-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server