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

All calls require the X-API-Key header.

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 use cases similar to a given case using vector similarity. Useful for discovering related implementations and patterns.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 by the remote MCP server at https://basic-backend713-dsd8hygyfkc8d8f5.swedencentral-01.azurewebsites.net/api/mcp.

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, limit2
hybrid_search_usecasesHybrid searchExplicit hybrid search tool for agents that want natural-language query semantics and combined ranking scores.query, limit2
vector_search_usecasesVector searchSemantic-only tool for similarity search when keyword matching is not needed.query, limit2
get_usecase_detailsDetail lookupFetch the detailed record for a specific use case returned by a search tool.row_key1