Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/api2ai-mcp-generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<img width="600px" src="https://i.imgur.com/TTJBLxo.png" />
</p>
<h3 align="center">
<a href="https://api-2-ai.vercel.app/"> 🌐 Live Site </a> &nbsp;|&nbsp;
<a href="https://github.com/vtempest/GRAB-URL/tree/master/api2ai/example-petstore"> 🎯 Example MCP Server </a>
</h3>

Expand All @@ -19,6 +20,8 @@ Generate production-ready MCP servers from any OpenAPI specification using the h

OpenAPI specs are easy to write and organize your code and have [100s of tools available](https://openapi.tools) such as the [OpenAPI Builder web UI](https://www.apibldr.com).

Try it in the browser at **[api-2-ai.vercel.app](https://api-2-ai.vercel.app/)** — the hosted site lets you design and validate OpenAPI specs visually, browse the docs, and see generated-server examples without installing anything.

## Features

- 🚀 **Modern Framework** - Uses mcp-use for clean, maintainable code
Expand Down
3 changes: 3 additions & 0 deletions packages/api2ai-mcp-generator/content/docs/(index)/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ icon: Bot
<img width="600px" src="https://i.imgur.com/TTJBLxo.png" />
</p>
<h3 align="center">
<a href="https://api-2-ai.vercel.app/"> 🌐 Live Site </a> &nbsp;|&nbsp;
<a href="https://github.com/vtempest/GRAB-URL/tree/master/api2ai/example-petstore"> 🎯 Example MCP Server </a>
</h3>

Expand All @@ -23,6 +24,8 @@ Generate production-ready MCP servers from any OpenAPI specification using the h

OpenAPI specs are easy to write and organize your code and have [100s of tools available](https://openapi.tools) such as the [OpenAPI Builder web UI](https://www.apibldr.com).

Try it in the browser at **[api-2-ai.vercel.app](https://api-2-ai.vercel.app/)** — the hosted site lets you design and validate OpenAPI specs visually, browse the docs, and see generated-server examples without installing anything.

## Features

- 🚀 **Modern Framework** - Uses mcp-use for clean, maintainable code
Expand Down
Loading