Skip to main content

MCP server for Digital Ocean Billing integration

Project description

Digital Ocean Billing MCP Server

A Model Context Protocol (MCP) server for Digital Ocean Billing integration. This server provides read-only tools for interacting with Digital Ocean's Billing API, allowing you to view account balances, billing history, and invoices.

Features

  • Account Balance: View your current Digital Ocean account balance
  • Billing History: Access detailed billing history and transactions
  • Invoices: Retrieve and analyze your Digital Ocean invoices
  • Resources: Access raw billing data for integration with other tools
  • Prompts: Templates for common billing analysis workflows

Installation

pip install mcp-digital_ocean_billing

Configuration

This MCP server requires a Digital Ocean Personal Access Token with read access to your billing information.

Obtaining Digital Ocean API Credentials

  1. Login to your Digital Ocean account at https://cloud.digitalocean.com/
  2. Navigate to API → Tokens/Keys
  3. Click "Generate New Token"
  4. Name your token (e.g., "MCP Billing Access")
  5. Ensure "Read" scope is selected
  6. Click "Generate Token"
  7. Copy and securely store the generated token - it will only be shown once!

Environment Variables

Set the following environment variables:

export DIGITAL_OCEAN_BILLING_API_KEY="your_personal_access_token"

Optionally, you can customize the API base URL (default is https://api.digitalocean.com/v2):

export DIGITAL_OCEAN_BILLING_BASE_URL="https://api.digitalocean.com/v2"

Usage

Starting the server directly

mcp-digital_ocean_billing

Using with Claude Desktop

Add the following to your claude_desktop_config.json file:

{
  "mcpServers": {
    "digital-ocean-billing": {
      "command": "uvx",
      "args": [
        "mcp-digital_ocean_billing"
      ],
      "env": {
        "DIGITAL_OCEAN_BILLING_API_KEY": "your_personal_access_token"
      }
    }
  }
}

Replace the environment variables with your actual Digital Ocean credentials.

Using uvx directly

You can also run the server using uvx directly:

uvx mcp-digital_ocean_billing

With environment variables:

DIGITAL_OCEAN_BILLING_API_KEY="your_token" uvx mcp-digital_ocean_billing

Available Tools

  • get_account_balance: Get your current Digital Ocean account balance
  • get_billing_history: View detailed billing history with pagination support
  • get_invoice_list: List all invoices for your account
  • get_invoice_detail: Get detailed information about a specific invoice

Available Resources

  • digital_ocean_billing://balance: Current account balance data
  • digital_ocean_billing://billing_history: Complete billing history in raw JSON format
  • digital_ocean_billing://invoices: Raw invoice data for your account

Available Prompts

  • check_billing_summary: Template for checking overall billing status
  • analyze_invoice: Template for analyzing a specific invoice
  • cost_optimization: Template for getting cost optimization recommendations

Security Considerations

This MCP server is designed to be read-only and does not implement any methods that modify your Digital Ocean account. However, your API token does grant access to billing information, so:

  1. Use a token with read-only permissions
  2. Store your API token securely
  3. Do not share your claude_desktop_config.json file with others
  4. Regularly rotate your API tokens

Version

0.0.1

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcp_digital_ocean_billing-0.0.3.tar.gz (5.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcp_digital_ocean_billing-0.0.3-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

Details for the file mcp_digital_ocean_billing-0.0.3.tar.gz.

File metadata

File hashes

Hashes for mcp_digital_ocean_billing-0.0.3.tar.gz
Algorithm Hash digest
SHA256 f477ac06db64c6ccc49ce3f3a8e2a1bb347272e7b97fd8c1f5e6b890dde71d84
MD5 f454766c0c9f5dbd596a0ab8fbf55d8e
BLAKE2b-256 06e1bdfb2c78d6c2f9f9be054f08969d51839b17d26d893b2fed0fbf994d4f72

See more details on using hashes here.

File details

Details for the file mcp_digital_ocean_billing-0.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for mcp_digital_ocean_billing-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 6dc45a60e8c5c770cd9187fb15a98285dc8bfb154d4b05b5dd3d318c6d259e54
MD5 74d9d4d32215cb33b8d1c8e6bf3219da
BLAKE2b-256 f758b58bb2985fb9e6b5e14002cbac27e29ede9c5087aa121f490891e91feca5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page