aws-bedrock-custom-model-import-mcp

aws-bedrock-custom-model-import-mcp is a skill for Claude Code, Codex from Friz-zy/ai-capability-registry. It costs 16 tokens per session (415 once invoked), scanned A, original, MIT.

A tool connection for importing custom machine-learning models into Amazon Bedrock, AWS's service for using foundation models through APIs.

In plain words
What is it for?
It is for managing custom model imports in Amazon Bedrock.
Why use it?
It brings model-import tasks into the assistant's workflow instead of requiring them to be managed separately in AWS.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for managing custom model imports in Amazon Bedrock.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/friz-zy/ai-capability-registry/aws-bedrock-custom-model-import
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Friz-zy/ai-capability-registry --skill aws-bedrock-custom-model-import
Clone the repo
git clone --depth 1 https://github.com/Friz-zy/ai-capability-registry

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for aws-bedrock-custom-model-import-mcp

README.md
[![agentmods](https://agentmods.dev/badge/skills/friz-zy/ai-capability-registry/aws-bedrock-custom-model-import/github.svg)](https://agentmods.dev/skills/friz-zy/ai-capability-registry/aws-bedrock-custom-model-import)
Your own site
<a href="https://agentmods.dev/skills/friz-zy/ai-capability-registry/aws-bedrock-custom-model-import"><img src="https://agentmods.dev/badge/skills/friz-zy/ai-capability-registry/aws-bedrock-custom-model-import/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for aws-bedrock-custom-model-import-mcp

Your own site · 80×15
<a href="https://agentmods.dev/skills/friz-zy/ai-capability-registry/aws-bedrock-custom-model-import"><img src="https://agentmods.dev/badge/skills/friz-zy/ai-capability-registry/aws-bedrock-custom-model-import.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 415 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 47
    Docker image references without a specific tag (:latest is implicit) or digest (@sha256:...) can be silently replaced by a malicious image.
    Fix: Pin the image: image:tag or image@sha256:abc123
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00016 $0.00415
Opus 5 $0.00008 $0.00208
Sonnet 5 $0.00003 $0.00083
Haiku 4.5 $0.00002 $0.00042

Measured 7d ago against content hash c3ed61ebf824, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

aws-bedrock-custom-model-import-mcp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

mcp/servers/aws-bedrock-custom-model-import/SKILL.md · 64 lines

What it actually says

AWS Bedrock Custom Model Import

Manage custom models in Bedrock.

When to use

  • Use AWS Bedrock Custom Model Import only when the task directly involves the relevant service, SaaS product, platform, or technology.

Connection

Docker stdio

{
  "command": "docker",
  "args": [
    "run",
    "--rm",
    "-i",
    "-e",
    "AWS_SECRET_ACCESS_KEY",
    "-e",
    "AWS_SESSION_TOKEN",
    "mcp/aws-bedrock-custom-model-import-mcp-server"
  ]
}

MCP instructions

  • Use the MCP tools only for the user-requested service workflow and prefer read-only operations by default.
  • Confirm the target account, workspace, project, repository, or dataset before actions that can read private data or mutate remote state.
  • This server requires authorization or environment-provided credentials; ask the user before connecting or requesting access.

Docker launch notes

  • Launch through Docker stdio with docker run --rm -i -e AWS_SECRET_ACCESS_KEY -e AWS_SESSION_TOKEN mcp/aws-bedrock-custom-model-import-mcp-server.
  • Confirm required environment variables before launch: AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN.

References

Security policy

  • Trust: reviewed
  • Default mode: manual_review
  • Permission default: manual_review
  • Authentication: Unspecified in source metadata
  • Warning: Default mode is manual_review.
  • Warning: Permission default is manual_review.
  • Required posture: Complete manual review before connecting or invoking tools; this generated record does not grant approval.
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 64 lines · 16 tokens per session scan A c3ed61ebf824

Subscribe to this mod's changes

aws-bedrock-custom-model-import-mcp is a skill published in the GitHub repository Friz-zy/ai-capability-registry (9 stars, last pushed 2d ago), licensed MIT. It adds 16 tokens to every session and 415 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

aws-genai-ml-architect

Reasoning skill for designing AWS GenAI and ML architectures for healthcare and life sciences workloads. Use when the user asks to choose between SageMaker and Bedrock, design a RAG system over medical literature, architect clinical NLP or medical imaging inference, plan genomics or drug discovery pipelines on AWS…

awslabs/hcls-agent-skills · 189 tokens

ml-pipeline-workflow

Build end-to-end MLOps pipelines from data preparation through model training, validation, and production deployment. Use when creating ML pipelines, implementing MLOps practices, or automating model training and deployment workflows.

foryourhealth111-pixel/Vibe-Skills · 48 tokens

model-deployment

Generates code that deploys fine-tuned models from SageMaker Serverless Model Customization to SageMaker endpoints or Bedrock. Use when the user says "deploy my model", "create an endpoint", "make it available", or asks about deployment options. Identifies the correct deployment pathway (Nova vs OSS), generates…

awslabs/agent-plugins · 76 tokens

bailian-train-deploy

A workflow for using Alibaba Cloud’s Bailian command-line tool to fine-tune or directly deploy AI models as callable services. It covers text, speech-synthesis, image-generation, and video-generation models.

modelstudioai/skills · 321 tokens

arkcli-deploy

A deployment workflow for creating an online inference endpoint from an AI model. Creating one is a real account change that can create a billable resource.

volcengine/ark-cli · 274 tokens

gpu-kubernetes-operations

Operate GPU-backed Kubernetes clusters for AI inference and training with scheduling, autoscaling, node health, MIG partitioning, and cost controls.

BagelHole/DevOps-Security-Agent-Skills · 33 tokens