mcp-infra-scaffold

neilpeterson/mcp-infra-scaffold

3.1

If you are the rightful owner of mcp-infra-scaffold and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This document provides a structured summary of a simple Model Context Protocol (MCP) server designed to interact with various file formats.

Tools

Functions exposed to the LLM to take actions

summarize_csv_file

Returns a summary of the CSV file's structure (number of rows and columns).

summarize_parquet_file

Returns a summary of the Parquet file's structure (number of rows and columns).

summarize_json_file

Returns a summary of the JSON file's structure (keys for objects, count for arrays).

summarize_yaml_file

Returns a summary of the YAML file's structure (keys for mappings, count for sequences).

summarize_bicep_file

Returns a summary of the Bicep file's contents (counts of resources, parameters, variables, and outputs).

read_file_contents

Returns the complete contents of any file in the data directory.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources