blueprint_mcp
Verified Safeby stevensblueprint
Overview
Minimal Model Context Protocol (MCP) server for integrating custom tools with AWS Bedrock AgentCore.
Installation
python -m blueprint_mcp.serverSecurity Notes
The provided server code is minimal, defining simple, non-malicious tools. It relies on the `mcp` library for protocol handling and `FastMCP` for the server implementation, which are presumed to be robust. No 'eval' or direct dangerous patterns are observed. The server itself does not handle sensitive data or external APIs directly. Deployment notes indicate OAuth is supported by AgentCore for production environments, enhancing security.
Similar Servers
awesome-mcp-devtools
A curated list of developer tools, SDKs, libraries, utilities, and resources for building and interacting with Model Context Protocol (MCP) servers.
tmcp
Build Model Context Protocol (MCP) servers for AI agents, enabling them to access context and execute tools.
mcp-servers
Provides a curated collection of Model Context Protocol (MCP) server configurations to enable AI agents to interact with various developer tools and services.
sample-agentic-ai-demos
This MCP Server (TypeScript SSE demo) demonstrates an interactive chat interface with tool integration, powered by Amazon Bedrock, designed for agentic AI interactions via the Model Context Protocol (MCP/SSE). It provides tools to interact with AWS S3 and retrieve time information.