AI Use Cases Hub
Documentation

6 REST endpoints and 4 MCP tools, in one reference.

This page is the at-a-glance index of everything AIUseCaseHub exposes programmatically. Use the REST page to test calls interactively and manage your key, or the MCP page to wire the corpus into an agent.

REST base URL
https://basic-backend713-dsd8hygyfkc8d8f5.swedencentral-01.azurewebsites.net/api
MCP endpoint
https://basic-backend713-dsd8hygyfkc8d8f5.swedencentral-01.azurewebsites.net/api/mcp

REST

HTTP endpoints

External calls use your personal X-API-Key, not the website's internal frontend service credential. Successful charged responses include X-Credits-Used and X-Credits-Remaining.

Test these live
MethodPathPurposeParamsCredits
GET/usecases

List Use Cases

Retrieve AI use cases with optional filtering and pagination. Returns curated real-world AI implementations across industries.141
GET/hybrid-search

Hybrid Search

Search use cases with native hybrid ranking that combines full-text relevance and vector similarity. This is the recommended discovery endpoint and matches the default in-app search behavior.202
GET/get_usecase_by_key/{row_key}

Get Use Case Details

Retrieve detailed information about a specific use case including architecture description, challenges, solutions, and impact metrics.11
GET/embeddings-search

Semantic Search

Perform semantic search using AI embeddings. Find use cases based on meaning rather than exact keyword matches. Ideal for discovering similar implementations.22
POST/get_similar_cases

Find Similar Cases

Find related use cases by vector distance. Lower SimilarityScore values indicate closer matches.22
GET/statistics

Get Statistics

Retrieve aggregated statistics about the use case database including counts by provider, geography, industry, and technology.01

MCP

Agent tools

Exposed at https://basic-backend713-dsd8hygyfkc8d8f5.swedencentral-01.azurewebsites.net/api/mcp over stateless Streamable HTTP (POST only), protocol 2026-07-28, with no session ID. Older clients using the initialization handshake are also supported. The free public preview returns up to 3 abbreviated records; the credit costs below apply to full access with a personal key.

Connection setup
ToolModePurposeArgumentsCredits
search_usecasesHybrid searchDefault agent search tool. Preserves the existing search_term contract while using hybrid full-text plus vector ranking behind the scenes.search_term, limit (1-20)2
hybrid_search_usecasesHybrid searchExplicit hybrid search tool for agents that want natural-language query semantics and combined ranking scores.query, limit (1-20), optional filters2
vector_search_usecasesVector searchSemantic-only tool for similarity search when keyword matching is not needed.query, limit (1-20)2
get_usecase_detailsDetail lookupFetch the detailed record for a specific use case returned by a search tool.row_key1