You want your API to be instantly usable inside AI assistants like ChatGPT, and Web UIs. The OpenAI UI SDK plus the Model Context Protocol (MCP) lets you expose your API as structured tools that large language models can call directly.
3 posts tagged with "LLM"
Large Language Models (LLMs) are advanced AI models trained on vast text data to understand and generate human-like language.
View All TagsFor years, OpenAPI (OAS) has been the cornerstone of how we describe, document, and integrate APIs. It standardized how systems talk to each other — and in many ways, it made the modern internet possible.
So when the Model Context Protocol (MCP) appeared, some developers were skeptical. "Another spec?" they asked. "Why do we need this when we already have OAS?"
This guide demonstrates how to use the OpenAI Response API to integrate with the Model Context Protocol (MCP) for seamless, AI-driven API interactions. You will learn how to generate a REST API specification with Postman's AI Agent, deploy it as an MCP server using HAPI Server, and connect it through OpenAI's Response API for testing.
