Developer Tools
hypergpt.ai
Search and retrieve information about AI applications from the HyperStore directory.
ENDPOINT 1
https://mcp.store.hypergpt.ai/mcp
MCP server metadata
- Name
- hyperstore
- Version
- 1.28.0
HyperStore MCP — search and inspect 1000+ curated AI applications. Use `ai_search` for natural-language queries, `search_apps` for keyword searches, `list_categories` to browse topics, and `get_app` for full detail. All data comes from store.hypergpt.ai and is read-only.
Known tools 13
get_appFetch the full detail page for a single AI app by slug: long description, features, screenshots, categories, pricing, rating, website URL, source attribution.
Inferred read-onlyget_homepageFetch the HyperStore homepage payload: top categories with their featured apps, the trending apps strip, and totals.
Inferred read-onlyapps_for_audienceGet the best AI tools for a specific audience by slug (from `list_audiences`), ranked by relevance then popularity.
Inferred read-onlyapps_for_use_caseGet AI tools for a specific use case by slug (from `list_use_cases`), ranked by relevance then popularity.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.hyperstore]
url = "https://mcp.store.hypergpt.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hyperstore": {
"type": "http",
"url": "https://mcp.store.hypergpt.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hyperstore
Remote MCP URL: https://mcp.store.hypergpt.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"hyperstore": {
"url": "https://mcp.store.hypergpt.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hyperstore": {
"type": "http",
"url": "https://mcp.store.hypergpt.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hyperstore",
"transport": "streamable-http",
"url": "https://mcp.store.hypergpt.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for hypergpt.ai was fetched 2026-07-26T17:49:16.860Z and is being refreshed.
hypergpt.ai is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.