Frequently Asked Questions about Amazon VPC Lattice MCP Server
Q: What is the Amazon VPC Lattice MCP Server? A: The Amazon VPC Lattice MCP (Model Context Protocol) Server is a tool that facilitates interaction with AWS VPC Lattice resources. It provides a set of tools for listing sources, retrieving prompts, and executing AWS CLI commands programmatically.
Q: What is UBOS and how does it relate to the MCP Server? A: UBOS is a full-stack AI Agent development platform. Integrating the MCP Server with UBOS allows you to leverage AI Agents to intelligently manage your VPC Lattice resources, automate tasks, and improve overall efficiency.
Q: What are the key features of the MCP Server? A: The key features include listing available sources, retrieving prompts for specific sources, listing and retrieving prompt templates, and providing a CLI interface for executing AWS VPC Lattice commands.
Q: How do I install the MCP Server?
A: Installation involves cloning the repository, installing dependencies using npm install, building the server using npm run build, and configuring the server in your MCP settings file.
Q: How do I use the MCP tools?
A: Once configured, you can use the MCP tools in your conversations or scripts. You can use tools like list_sources, get_source_prompts, and vpc_lattice_cli to interact with AWS VPC Lattice resources.
Q: What is the vpc_lattice_cli tool?
A: The vpc_lattice_cli tool provides a programmatic interface to AWS VPC Lattice operations through the AWS CLI. It supports a wide range of commands for managing service networks, services, listeners, rules, and target groups.
Q: Can I add new data sources to the MCP Server?
A: Yes, the MCP Server is designed to be extensible. You can add new data sources by modifying the sources array in the src/data/sources.ts file.
Q: Can I create custom prompt templates?
A: Yes, you can add new prompt templates by modifying the prompts array in the src/data/prompts.ts file.
Q: What are the available data sources in the MCP Server? A: The server includes data sources such as AWS Documentation, AWS Gateway API Controller for VPC Lattice, and Kubernetes Gateway API.
Q: What are some example commands for the vpc_lattice_cli tool?
A: Example commands include create-service-network, delete-service-network, get-service-network, list-service-networks, and update-service-network.
Q: How does the MCP Server handle parameters for AWS CLI commands? A: The tool accepts arguments as JavaScript objects and automatically converts camelCase parameters to CLI-style kebab-case. It also handles various data types, including boolean flags, arrays, and complex values.
Amazon VPC Lattice Server
Project Details
- rlymbur/amazon-vpc-lattice-mcp-server
- Last Updated: 5/12/2025
Recomended MCP Servers
A docker MCP Server (modelcontextprotocol)
Config files for my GitHub profile.
Model Context Protocol server for Daipendency
Japanese Vocab Anki MCP Server
A Model Context Protocol service for TikTok video discovery and metadata extraction.
A Message Control Protocol (MCP) server implementation for interacting with [NeoDB](https://neodb.social/)
MCP server for fetch web page content using Playwright headless browser.
MCP Server for running Postman Collections with Newman
This read-only MCP Server allows you to connect to ADP data from Claude Desktop through CData JDBC Drivers....
description: "An MCP server that enables LLMs to 'see' what's happening in browser-based games and applications through vectorized...





