mslangford/bedrock-prompts-mcp
If you are the rightful owner of bedrock-prompts-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Bedrock Prompts MCP Server is a specialized server designed to manage and invoke AWS Bedrock managed prompts using the Model Context Protocol (MCP).
Tools
Functions exposed to the LLM to take actions
list_bedrock_prompts
Lists all available Bedrock managed prompts.
get_bedrock_prompt_details
Gets detailed information about a specific prompt.
invoke_bedrock_prompt
Invokes a prompt with variables and returns the model's response.
list_bedrock_prompt_versions
Lists all versions of a specific prompt.
invoke_bedrock_prompt_stream
Invokes a prompt with streaming response for real-time output.
batch_invoke_bedrock_prompt
Invokes a prompt multiple times with different variable sets in parallel.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client