MCP.so
登录

OpsNow FinOps MCP Server

@taejulee

关于 OpsNow FinOps MCP Server

暂无概览

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

taejulee

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is OpsNow FinOps MCP Server?

OpsNow FinOps MCP Server is an MCP (Model Context Protocol) server that provides cloud cost and cloud product usage data from OpsNow to MCP clients such as the Claude Desktop App. It enables LLM-based desktop applications to query cloud billing and resource usage information via a standardized protocol.

How to use OpsNow FinOps MCP Server?

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.

Key features of OpsNow FinOps MCP Server

  • 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

Use cases of OpsNow FinOps MCP Server

  • Query monthly AWS cost data from a Claude desktop session
  • Retrieve Azure VM usage data for cost analysis
  • Fetch GCP instance usage to compare across clouds
  • Integrate cloud financial data into LLM-powered dashboards
  • Test MCP client integrations with mock cost and usage data

FAQ from OpsNow FinOps MCP Server

What cloud vendors does the server support?

AWS, Azure, and GCP are supported for both cost and usage queries.

What types of data can I retrieve?

You can retrieve cloud cost data (by vendor and month) and usage data for specific products such as AWS EC2, Azure VM, and GCP VM instances.

What are the runtime requirements?

Node.js 18.x or higher and npm 9.x or higher are required.

Is the data real or mock?

The server currently uses mock data for development and testing. The .env file can be modified to point to a real OpsNow environment.

How do I configure the server?

Edit the .env file included in the project. The default configuration uses mock data; adjust settings to connect to OpsNow API Bridge for production use.

评论

其他 分类下的更多 MCP 服务器