---
title: "Can MCP choose my outfit?"
url: https://daily.dev/posts/can-mcp-choose-my-outfit--njgvnlcks
source_url: https://blog.pamelafox.org/2026/03/can-mcp-choose-my-outfit.html
type: article
source: "Pamela Fox"
published: 2026-03-13T05:55:48.308Z
updated: 2026-03-13T05:56:11.935Z
tags: ["python", "github", "mcp"]
reading_time: 6
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Can MCP choose my outfit?

**[Pamela Fox](https://daily.dev/sources/pamelafox)** · 6 min read · 0 upvotes · 0 comments

## Summary

A walkthrough of building an MCP server that searches a personal clothing collection using Azure AI Search with hybrid retrieval and multimodal embeddings, then renders results as an interactive image carousel inside GitHub Copilot via an MCP app. The server is built with FastMCP, exposes an image_search tool returning binary thumbnails and structured JSON, and a display_image_files tool backed by an HTML/JS slideshow powered by the @modelcontextprotocol/ext-apps package. Full source is available in the Azure-Samples/image-search-aisearch repo.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://blog.pamelafox.org/2026/03/can-mcp-choose-my-outfit.html>

## Similar posts on daily.dev

- [Fueling visual insights with MCP applications for complex data analysis](https://daily.dev/posts/fueling-visual-insights-with-mcp-applications-for-complex-data-analysis-dnbfvlzyv) · Dynatrace · 1 upvotes · 0 comments
- [Your first MCP server with ASP.NET](https://daily.dev/posts/your-first-mcp-server-with-asp-net-0kwwmyuuj) · Tim Deschryver · 20 upvotes · 3 comments

---

Tags: [#python](https://daily.dev/tags/python), [#github](https://daily.dev/tags/github), [#mcp](https://daily.dev/tags/mcp)

[View this post on daily.dev](https://daily.dev/posts/can-mcp-choose-my-outfit--njgvnlcks)
