Step 1 — Configure your API specification
openapi: "3.0.0"
info:
title: GitHub REST API
version: "1.4.0"
paths:
/repos/{owner}/{repo}:
get:
operationId: getRepository
summary: Get a repository
...
Convert OpenAPI, GraphQL & REST specifications into fully working Model Context Protocol servers in TypeScript or Python — in under 30 seconds.
Try the live simulation below ↓
Step 1 — Configure your API specification