Skip to content

API MCP Server

1,500+ API tools with dynamic discovery and 95%+ token savings

An MCP server exposing F5 Distributed Cloud APIs to AI assistants like Claude.

  • 1,500+ API Tools - Full API coverage across 23 domains
  • Dynamic Discovery - 6 meta-tools with 95%+ token savings
  • Dual-Mode - Works with or without authentication
  • CURL Examples - API documentation with ready-to-use commands
  • Server-Applied Defaults - Distinguishes user-required fields from server-defaulted fields
  • Quota Awareness - Pre-flight quota validation prevents resource creation failures
ComponentVersion
Node.js24.0+ (for npm/npx)
Docker20.10+ (alternative)
Terminal window
npx @robinmordasiewicz/f5xc-api-mcp

Add to your Claude Desktop config:

{
"mcpServers": {
"f5xc-api": {
"command": "npx",
"args": ["@robinmordasiewicz/f5xc-api-mcp"],
"env": {
"F5XC_API_URL": "https://your-tenant.console.ves.volterra.io",
"F5XC_API_TOKEN": "your-api-token"
}
}
}
}

Ask Claude:

“What F5XC API tools are available?”