mcp-discovery

Search Terraform blueprints and fetch blueprint files via MCP tools.

Updated Jan 20, 2026
One-click install
npx skills add https://github.com/berTrindade/terraform-infrastructure-blueprints --skill mcp-discovery-bertrindade
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-discovery
Source: https://github.com/berTrindade/terraform-infrastructure-blueprints/tree/main/skills/mcp-discovery
Command: npx skills add https://github.com/berTrindade/terraform-infrastructure-blueprints --skill mcp-discovery-bertrindade

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps engineers locate Terraform blueprints, fetch blueprint files, and access workflow guidance within MCP.

Core Features & Use Cases

  • Blueprint discovery: Locate relevant blueprints by keywords or requirements across cloud providers.
  • File retrieval: Fetch specific blueprint files for review or integration.
  • Workflow guidance: Obtain step-by-step guidance for new projects, migrations, or adding capabilities.

Quick Start

Use the mcp-discovery skill to find a blueprint that matches your requirements and retrieve its main.tf.

Frequently Asked Questions about mcp-discovery

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find Terraform blueprints by keyword for cross-cloud infrastructure patterns?

You can fetch specific Terraform blueprint files like main.tf by invoking fetch_blueprint_file after discovering the relevant blueprint. This allows you to retrieve and review infrastructure code for direct integration into your project.

Can I get workflow guidance for cloud migrations using MCP tools?

MCP workflow guidance is available by invoking get_workflow_guidance, which provides step-by-step instructions for new projects, cloud migrations, or adding capabilities. It returns structured guidance across different cloud provider environments.

What's the best way to locate Terraform infrastructure patterns by project name?

Locating Terraform infrastructure patterns by project is done using the find_by_project MCP tool. It searches available blueprints and returns specific infrastructure assets tied to your project name across cloud providers.

Does this MCP discovery approach work for extracting specific patterns from existing blueprints?

MCP discovery supports extracting specific patterns from existing blueprints using the extract_pattern tool. It identifies and returns targeted infrastructure patterns within fetched blueprint files for integration or review.