Stock Market Research Assistant
So I tried out this cool tool I saw in a LinkedIn post https://openapitools.com All you need is your API schema (OpenAPI/Swagger), and it automatically generates an MCP schema for you. You can then drop it straight into Claude Desktop (or Cursor, LangChain, etc.) and instantly start chatting with
README Documentation
š§ MCP Servers Built with OpenAPITools
This repository contains ready-to-use MCP (Model Context Protocol) servers generated using OpenAPITools ā a platform to convert your OpenAPI/Swagger specs into AI-compatible tools and servers.
Each folder here represents an individual MCP server built from a specific OpenAPI spec. These MCP servers can be used directly in tools like Cursor, Claude Desktop, or any other platform that supports MCP.
š What is MCP?
Model Context Protocol (MCP) allows you to expose your APIs in a way that large language models can understand and interact with directly ā without writing complex wrappers.
OpenAPITools supports generating MCP servers out of the box. This means you can:
- Use your own APIs with AI agents.
- Run them locally or self-hosted.
- Use them for free inside LLM IDEs like Cursor or tools like Claude Desktop.
š§ Tools Used
All MCP servers here are generated using:
š OpenAPITools
Docs: https://docs.openapitools.com/mcp
You can also generate your own tools from Swagger/OpenAPI specs and download them as MCP servers.