1. Conduid
  2. Developer Tools
  3. Oas MCP
MCP server · Developer Tools

Oas MCP

openapi to mcp server

Unclaimed MIT last commit 7 months ago devtools
56Fair

Scored 4 months ago · breakdown

About Oas MCP

Oas MCP is an MCP server published by nonchan7720 in the Developer Tools category: openapi to mcp server. It has been installed 0 times through Conduid.

Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx oas-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Oas MCP

Powered by Claude · Grounded in docs

I know everything about Oas MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

OAS-MCP

OpenAPI仕様からModel Context Protocol(MCP)サーバーを自動生成するツール

概要

OAS-MCPは、OpenAPI仕様書(YAML/JSON)からModel Context Protocol(MCP)サーバーとツールを自動的に生成するGoアプリケーションです。OpenAPIの各エンドポイントはMCPツールとして利用可能になります。

機能

  • OpenAPI仕様からGoクライアントコードを自動生成
  • 生成したクライアントコードを利用したMCPサーバーの構築
  • 各APIエンドポイントをMCPツールとして提供
  • SSE (Server-Sent Events) を活用したリアルタイム通信

必要条件

  • Go 1.24以上

インストール方法

# リポジトリをクローン
git clone https://github.com/nonchan7720/oas-mcp.git
cd oas-mcp

# 依存関係のインストール
go mod download

使用方法

# OpenAPI仕様からクライアントコードを生成
go run cmd/main.go -path=./api/openapi.yaml -output=./pkg/client

# または、go:generateを使用
go generate ./...

主な依存ライブラリ

ライセンス

このプロジェクトはオープンソースソフトウェアとして提供されています。詳細についてはLICENSEファイルをご覧ください。

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Oas MCP

How do I install Oas MCP?

Run npx oas-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Oas MCP safe to use with an AI agent?

Its trust score is 56 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Oas MCP still maintained?

The last commit was 7 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.