About
This project provides a proof-of-concept Model Context Protocol (MCP) server designed to interface with the public MyCareersFuture (MCF) job search API. It demonstrates how job listings can be retrieved and dynamically rendered within AI conversational agents, such as ChatGPT, using the Apps SDK. The server accepts structured tool requests, validates them, and forwards them to the MCF API. It returns structured JSON describing job listings (titles, companies, salary hints, and metadata), along with an `_meta.openai/outputTemplate` pointer to a static widget bundle for interactive carousel rendering in compatible clients, serving as an approachable starting point for custom AI integrations.