bizflycloud-mcp-server

Provides a Model Context Protocol (MCP) server (Go-based) that connects to Bizfly Cloud and exposes tools for managing cloud resources such as servers, volumes, load balancers, Kubernetes clusters, databases, DNS, CDN, KMS, container registry, autoscaling, and alerts/receivers via standard I/O for MCP clients (e.g., Cursor, Claude Desktop).

Evaluated Apr 04, 2026 (17d ago)
Repo ↗ Infrastructure mcp bizflycloud cloud-management infrastructure-automation go cursor claude-desktop docker
⚙ Agent Friendliness
59
/ 100
Can an agent use this?
🔒 Security
54
/ 100
Is it safe for agents?
⚡ Reliability
22
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
85
Documentation
70
Error Messages
0
Auth Simplicity
55
Rate Limits
20

🔒 Security

TLS Enforcement
70
Auth Strength
55
Scope Granularity
20
Dep. Hygiene
50
Secret Handling
75

README recommends keeping credentials in environment variables and using .env/docker secrets/Kubernetes secrets/Vault, and mentions a non-root user in Docker. However, it describes username/password auth (not token-based or scoped), provides no documented authorization model or tool-level permissioning, and does not mention rate limiting, request signing, audit logging, or secure redaction of credentials in logs. TLS to Bizfly API is not explicitly guaranteed in provided content (assumed by default API URL scheme).

⚡ Reliability

Uptime/SLA
0
Version Stability
30
Breaking Changes
20
Error Recovery
40
AF Security Reliability

Best When

You want an MCP toolset to manage Bizfly Cloud resources from Cursor/Claude Desktop (or other MCP clients) using environment-based credentials and a local/controlled deployment (e.g., Docker).

Avoid When

You need OAuth/SSO, per-user RBAC, public exposure over HTTP, or strict audit/approval flows for destructive operations; the README does not describe those capabilities.

Use Cases

  • Use an AI agent to list and query Bizfly Cloud resources (servers, volumes, DNS records, etc.)
  • Automate infrastructure lifecycle actions from an MCP-capable client (start/stop/reboot servers, create/delete resources, resize clusters/volumes)
  • Centralize operator workflows by mapping agent actions to Bizfly Cloud management operations
  • Integrate cloud management into development tools via stdin/stdout MCP transport

Not For

  • Running as a multi-tenant public API service without additional safeguards
  • User-specific governance/compliance workflows that require fine-grained authorization beyond a single set of credentials
  • High-scale concurrent workloads where a stateless REST API would be more appropriate

Interface

REST API
No
GraphQL
No
gRPC
No
MCP Server
Yes
SDK
No
Webhooks
No

Authentication

Methods: Environment variables (BIZFLY_USERNAME, BIZFLY_PASSWORD) used by the MCP server process to authenticate to Bizfly Cloud
OAuth: No Scopes: No

Authentication described as username/password via environment variables. The README does not mention OAuth, scoped tokens, or per-tool authorization; it appears the MCP server uses a single credential set for all tool operations.

Pricing

Free tier: No
Requires CC: No

No pricing information in provided content; costs would depend on Bizfly Cloud usage and any internal deployment overhead.

Agent Metadata

Pagination
unknown
Idempotent
False
Retry Guidance
Not documented

Known Gotchas

  • Destructive actions exist (delete/update/resize); agents may need confirmation logic and careful parameter validation before calling them.
  • Retrying failed tool calls may cause unintended side effects because idempotency guarantees are not documented.
  • Single set of credentials applies to all tools; lack of per-scope/per-user authorization means agent permissions should be handled externally.

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for bizflycloud-mcp-server.

AI-powered analysis · PDF + markdown · Delivered within 30 minutes

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

Scores are editorial opinions as of 2026-04-04.

8642
Packages Evaluated
17761
Need Evaluation
586
Need Re-evaluation
Community Powered