infra_blueprint_designer
ActiveTool of @gapup/mcp-knowledge
Architecte infra cloud — Gapup agent-payable C-suite expertise (CTO). Returns a structured, audited deliverable. Answers: Design a cloud infrastructure blueprint for a <workload_type> app with <load> expected traffic and <compliance> requirements. · What is the recommended AWS vs GCP vs Azure architecture for a SaaS multi-tenant app with EU data residency and SOC2? · How should I architect my cloud infra to stay under €5k/month with GDPR compliance and a junior DevOps team? · What cloud services do I need for a <workload_type> with <load> load — compute, DB, cache, CDN, observability? · Give me an end-to-end cloud architecture with scaling plan, security baseline, and IaC tool recommendation. Reference case: Spinora fintech B2B SaaS — saas-multi-tenant · medium load (1k-100k req/d) · eu-west · . Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"workload_type",
"expected_load",
"region_preference"
],
"properties": {
"async": {
"type": "boolean",
"description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
},
"team_size": {
"type": "integer",
"maximum": 500,
"minimum": 1
},
"expected_load": {
"enum": [
"low (<1k req/d)",
"medium (1k-100k req/d)",
"high (100k-10M req/d)",
"massive (10M+ req/d)"
],
"type": "string"
},
"workload_type": {
"enum": [
"saas-multi-tenant",
"web-app-monolith",
"api-microservices",
"data-pipeline-etl",
"ml-training",
"ml-inference",
"static-website",
"mobile-backend",
"iot-stream",
"video-streaming"
],
"type": "string"
},
"business_context": {
"type": "string",
"maxLength": 800,
"minLength": 20
},
"cloud_preference": {
"type": "array",
"items": {
"enum": [
"aws",
"gcp",
"azure",
"cloud-agnostic"
],
"type": "string"
},
"maxItems": 4,
"minItems": 1
},
"region_preference": {
"enum": [
"us-east",
"us-west",
"eu-west",
"eu-north",
"apac",
"multi-region"
],
"type": "string"
},
"budget_monthly_eur": {
"type": "number",
"maximum": 1000000,
"minimum": 0
},
"compliance_required": {
"type": "array",
"items": {
"enum": [
"hipaa",
"soc2",
"pci-dss",
"gdpr",
"iso27001",
"fedramp"
],
"type": "string"
},
"maxItems": 6
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries