OpsNow FinOps MCP Server

by taejulee

266 downloads
Not rated
GitHub

Description

# OpsNow FinOps MCP Server ## 소개 OpsNow FinOps MCP(Module Context Protocol) Server는 Claude Desktop App과 같은 MCP Client에 OpsNow에서 제공하는 클라우드 비용과 클라우드 제품 사용량 데이터를 제공하는 서버입니다. ## 시스템 구조 ```mermaid graph LR A[LLM Vendor Desktop App] --> |MCP Protocol| B[OpsNow FinOps MCP…

About

# OpsNow FinOps MCP Server ## 소개 OpsNow FinOps MCP(Module Context Protocol) Server는 Claude Desktop App과 같은 MCP Client에 OpsNow에서 제공하는 클라우드 비용과 클라우드 제품 사용량 데이터를 제공하는 서버입니다. ## 시스템 구조 ```mermaid graph LR A[LLM Vendor Desktop App] --> |MCP Protocol| B[OpsNow FinOps MCP Server]:::highlight B --> C[OpsNow MCP Provider] C…

Details

Author
taejulee
Downloads
266
Categories
Other

- Provides cloud cost data via MCP protocol
- Retrieves cloud product usage metrics
- Supports AWS, Azure, and GCP vendors
- Includes mock data for development/testing
- Built with Node.js, TypeScript, and MCP SDK
- Uses dotenv, zod, and axios for configuration and networking

Clone the repository, install dependencies with npm install, and build with npm build. Configure the .env file if needed (mock data is used by default). Use commands like get-cost --vendor AWS --months 2025-06 to retrieve cost data and get-usage --vendor AWS --product ec2 to retrieve usage data.

OpsNow FinOps MCP Server

소개

OpsNow FinOps MCP(Module Context Protocol) Server는 Claude Desktop App과 같은 MCP Client에 OpsNow에서 제공하는 클라우드 비용과 클라우드 제품 사용량 데이터를 제공하는 서버입니다.

시스템 구조

graph LR
    A[LLM Vendor Desktop App] --> |MCP Protocol| B[OpsNow FinOps MCP Server]:::highlight
    B --> C[OpsNow MCP Provider]
    C --> D[OpsNow Resources]
    
    classDef highlight fill:#2e8b57,stroke:#333,stroke-width:2px;

- LLM Vendor Desktop App: Claude와 같은 LLM 기반 데스크톱 애플리케이션
- OpsNow FinOps MCP Server: Asset 및 Cost 데이터를 MCP 형식으로 제공하는 서버
- OpsNow MCP Provider: OpsNow API Bridge를 통해 자원 데이터를 처리
- OpsNow Resources: 실제 OpsNow 리소스 데이터를 가정한 목데이터로 구현 (개발 및 테스트 목적)

주요 기능

- MCP 프로토콜을 통한 데이터 제공
- OpsNow에서 제공하는 클라우드 비용과 클라우드 제품 사용량 데이터 제공
- MCP Client와의 효율적인 통신

기술 스택

- Node.js
- TypeScript
- MCP SDK (@modelcontextprotocol/sdk)
- dotenv
- zod
- axios

설치 방법

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.