Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

F5 Distributed Cloud Terraform Provider

NPM · @ROBINMORDASIEWICZ/F5XC-TERRAFORM-MCP · 2 COMPONENTS · SCANNED AUG 3

F5 Distributed Cloud Terraform provider docs, 270+ OpenAPI specs, and subscription info for AI.

+20 this week 66 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (122 of 123), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (122 of 123), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability61
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 968 tokens (~121/item across 8 items; 8 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @robinmordasiewicz/f5xc-terraform-mcp

# add to Claude Code
claude mcp add robinmordasiewicz-f5xc-terraform-mcp -- npx -y @robinmordasiewicz/f5xc-terraform-mcp
# add to Codex CLI
codex mcp add robinmordasiewicz-f5xc-terraform-mcp -- npx -y @robinmordasiewicz/f5xc-terraform-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "robinmordasiewicz-f5xc-terraform-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@robinmordasiewicz/f5xc-terraform-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add robinmordasiewicz-f5xc-terraform-mcp --command npx --arg -y --arg @robinmordasiewicz/f5xc-terraform-mcp
# ~/.hermes/config.yaml
mcp_servers:
  robinmordasiewicz-f5xc-terraform-mcp:
    command: "npx"
    args: ["-y", "@robinmordasiewicz/f5xc-terraform-mcp"]
// mcp.json
{
  "mcpServers": {
    "robinmordasiewicz-f5xc-terraform-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@robinmordasiewicz/f5xc-terraform-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +44
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Schema quality: unverified → good functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.20 functional
    • Licence: MIT functional
  • 1 Aug 26 −7
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@robinmordasiewicz/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 122 packages

122 packages in the resolved dependency tree · 122 deprecated · 33 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 8 exposed · ~968 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
f5xc_terraform_addon ~89

List, check activation, and get workflows for F5XC addon services

NameTypeReqDescription
activation_typestringFilter or override activation type
operationstringyesAction to perform
response_formatstringOutput: 'markdown' or 'json'
service_namestringAddon service identifier
tierstringSubscription tier filter

No output schema declared.

No examples provided.

f5xc_terraform_api ~184

Query 270+ F5XC OpenAPI specs - search, get, find endpoints, schema definitions

NameTypeReqDescription
definition_namestringSchema definition name
include_definitionsbooleanInclude schema definitions
include_pathsbooleanInclude API endpoint paths
limitintegerMax results (1-50, default: 20)
methodstringHTTP method filter
namestringOpenAPI spec name (e.g., 'http_loadbalancer')
operationstringyesAction to perform
patternstringURL pattern to search
querystringSearch query string
response_formatstringOutput: 'markdown' or 'json'
spec_namestringOpenAPI spec name (e.g., 'http_loadbalancer')

No output schema declared.

No examples provided.

f5xc_terraform_auth ~106

Check authentication status, list/switch profiles, validate credentials

NameTypeReqDescription
mask_secretsbooleanMask sensitive values like tokens and passwords
operationstringyesAction to perform
output_typestringOutput format for terraform-env: shell exports, .env format, or JSON
profile_namestringProfile name to switch to (for switch operation)
response_formatstringOutput: 'markdown' or 'json'

No output schema declared.

No examples provided.

f5xc_terraform_discover ~63

Discover available F5XC Terraform MCP tools with optional schema details

NameTypeReqDescription
categorystringFilter tools by category
response_formatstringOutput: 'markdown' or 'json'
verbosebooleanReturn detailed information

No output schema declared.

No examples provided.

f5xc_terraform_docs ~113

F5XC Terraform docs - search, get, or list resources/data-sources/functions/guides

NameTypeReqDescription
limitintegerMax results (1-50, default: 20)
namestringResource name
operationstringyesAction to perform
querystringSearch query string
response_formatstringOutput: 'markdown' or 'json'
typestringFilter: resource|data-source|function|guide

No output schema declared.

No examples provided.

f5xc_terraform_get_summary ~45

Get provider documentation and API specs summary

NameTypeReqDescription
response_formatstringOutput format: "markdown" for human-readable or "json" for machine-readable

No output schema declared.

No examples provided.

f5xc_terraform_metadata ~274

Query resource metadata for deterministic Terraform configuration generation. Operations: minimum_config (minimal required fields with recommended values), oneof (mutually exclusive fields), validation (regex/range patterns), defaults, enums, attribute (full metadata), requires_replace, tier (subscription requirements), dependencies (creation order), troubleshoot (error remediation), syntax (correct Terraform block vs attribute syntax), validate (check config for syntax errors), example (generate complete working examples), mistakes (common errors and fixes), summary.

NameTypeReqDescription
attributestringAttribute name for attribute operation
configstringTerraform config snippet to validate (for validate operation)
error_codestringError code for troubleshoot operation (e.g., "NOT_FOUND", "FORBIDDEN")
error_messagestringError message pattern for troubleshoot operation
operationstringyesAction to perform
patternstringValidation pattern name (e.g., "name", "domain", "port") or example pattern (e.g., "basic", "with_waf", "full")
resourcestringResource name (e.g., "http_loadbalancer", "namespace")
response_formatstringOutput: 'markdown' or 'json'
tierstringFilter resources by subscription tier

No output schema declared.

No examples provided.

f5xc_terraform_subscription ~94

Check F5XC resource subscription tiers and advanced feature requirements

NameTypeReqDescription
operationstringyesAction to perform
property_pathstringProperty path to check (e.g., "enable_malicious_user_detection")
resource_namestringTerraform resource name
response_formatstringOutput: 'markdown' or 'json'
tierstringSubscription tier filter

No output schema declared.

No examples provided.