← Amazon Bedrock MCP Server

Amazon Bedrock MCP Server 0.1.1

npm · @zxkane/mcp-server-amazon-bedrock · current release

1
Tools
0
Resources
0
Templates
0
Prompts

Observation

Observed 2026-08-17T11:32:22.907Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2024-11-05.

Server capabilities
{
  "tools": {},
  "logging": {}
}

Tools 1

ToolCategoryAnnotationsRisk
generate_imageGenerate image(s) using Amazon Nova Canvas model. The returned data is Base64-encoded string that represent each image that was generated.
Input schema
{
  "type": "object",
  "properties": {
    "prompt": {
      "type": "string",
      "description": "Text description of the image to generate (1-1024 characters)"
    },
    "negativePrompt": {
      "type": "string",
      "description": "Optional text description of what to avoid in the image (1-1024 characters)"
    },
    "width": {
      "type": "number",
      "description": "Width of the generated image (default: 1024)"
    },
    "height": {
      "type": "number",
      "description": "Height of the generated image (default: 1024)"
    },
    "quality": {
      "type": "string",
      "enum": [
        "standard",
        "premium"
      ],
      "description": "Quality of the generated image (default: standard)"
    },
    "cfg_scale": {
      "type": "number",
      "description": "How closely to follow the prompt (1.1-10, default: 6.5)"
    },
    "seed": {
      "type": "number",
      "description": "Seed for reproducible generation (0-858993459, default: 12)"
    },
    "numberOfImages": {
      "type": "number",
      "description": "Number of images to generate (1-5, default: 1)"
    }
  },
  "required": [
    "prompt"
  ]
}
— · —

Resources 0

Resource templates 0

Prompts 0

Let’s talk about MCP security.

Share your details and our security team will contact you.