genai-toolbox-mcp

genai-toolbox-mcp is a skill for Claude Code, Codex from Friz-zy/ai-capability-registry. It costs 70 tokens per session (466 once invoked), scanned A, original, MIT.

A database connection service for AI agents that supports systems such as PostgreSQL, MySQL, BigQuery, Cloud SQL, and Spanner.

In plain words
What is it for?
Connecting agents to databases, running natural-language database workflows, and generating code based on live database structures.
Why use it?
It handles the connection details an agent needs to access databases and understand their current schemas.

Skill for Claude CodeCodex

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

Good fit Connecting agents to databases, running natural-language database workflows, and generating code based on live database structures.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/friz-zy/ai-capability-registry/genai-toolbox
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 genai-toolbox
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 genai-toolbox-mcp

README.md
[![agentmods](https://agentmods.dev/badge/skills/friz-zy/ai-capability-registry/genai-toolbox/github.svg)](https://agentmods.dev/skills/friz-zy/ai-capability-registry/genai-toolbox)
Your own site
<a href="https://agentmods.dev/skills/friz-zy/ai-capability-registry/genai-toolbox"><img src="https://agentmods.dev/badge/skills/friz-zy/ai-capability-registry/genai-toolbox/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 genai-toolbox-mcp

Your own site · 80×15
<a href="https://agentmods.dev/skills/friz-zy/ai-capability-registry/genai-toolbox"><img src="https://agentmods.dev/badge/skills/friz-zy/ai-capability-registry/genai-toolbox.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 466 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: 2 findings, 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 53
    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
  • low Tool Misuse · line 53
    Tool parameters are crafted to achieve unintended or unsafe behavior. Parameter abuse can bypass intended safety checks (e.g. shell=True, --force, dangerous glob patterns).
    Fix: Validate all tool parameters against an allowlist. Reject dangerous parameter values (shell=True, --force, -rf /) and use safe defaults.
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.00070 $0.00466
Opus 5 $0.00035 $0.00233
Sonnet 5 $0.00014 $0.00093
Haiku 4.5 $0.00007 $0.00047

Measured 6d ago against content hash 98ea4037cbe6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

genai-toolbox-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 6d 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/genai-toolbox/SKILL.md · 69 lines

What it actually says

GenAI Toolbox for Databases

Open source MCP server for databases that simplifies AI agent access to database resources. Handles connection pooling, authentication, and observability with OpenTelemetry support. Supports PostgreSQL, MySQL, BigQuery, Cloud SQL, Spanner, and more. Enables natural language queries and context-aware code generation based on live database schemas.

When to use

  • Use GenAI Toolbox for Databases only when the task directly involves the relevant service, SaaS product, platform, or technology.

Connection

Docker stdio

{
  "command": "docker",
  "args": [
    "run",
    "--rm",
    "-i",
    "mcp/genai-toolbox",
    "--stdio",
    "--log-level",
    "ERROR",
    "--tools-file",
    "/tmp/tools.yaml"
  ]
}

MCP instructions

Docker launch notes

  • Launch through Docker stdio with docker run --rm -i mcp/genai-toolbox --stdio --log-level ERROR --tools-file /tmp/tools.yaml.

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. 6d ago First seen · 69 lines · 70 tokens per session scan A 98ea4037cbe6

Subscribe to this mod's changes

genai-toolbox-mcp is a skill published in the GitHub repository Friz-zy/ai-capability-registry (9 stars, last pushed 2d ago), licensed MIT. It adds 70 tokens to every session and 466 once invoked, about $0.0003 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

review-prs

Review a GitHub pull request in the googleapis/mcp-toolbox repo against the team's reviewer checklist: PR title/description conventions, linked issue, logic errors and unhandled edge cases, breaking changes, test coverage, docs updates, security (input handling), and new dependencies. Use whenever a maintainer asks…

googleapis/mcp-toolbox · 162 tokens

fix-failing-tests

Diagnose a failing test in the googleapis/mcp-toolbox repo and land a fix by reasoning from the actual error: read the failure, reproduce it, shrink it until the cause is forced into the open, then fix the cause. Use this whenever a test or CI job is red, a build breaks after a change, many packages fail at once, or a…

googleapis/mcp-toolbox · 87 tokens

stale-sweep

Sweep the googleapis/mcp-toolbox repo for issues and PRs with no real activity in N days (default 60), sort each by whose silence it is (the author's, ours, or nobody's), and draft the nudge or close comment. Use whenever a maintainer asks for a stale sweep, backlog cleanup, or an SLO check, e.g. "stale sweep", "find…

googleapis/mcp-toolbox · 159 tokens

triage-issues

Triage GitHub issues in the googleapis/mcp-toolbox repo: propose the correct labels (type / priority / product / status), check for duplicates, verify a bug has enough info to act on, and draft a triage comment. Use whenever a maintainer asks you to triage, label, categorize, prioritize, or "look at" an issue (or a…

googleapis/mcp-toolbox · 164 tokens

bigquery-ai-ml

Skill for BigQuery AI and Machine Learning queries using standard SQL and AI. functions (preferred over dedicated tools).

google/adk-python · 31 tokens

alphafold-database

Access AlphaFold 200M+ AI-predicted protein structures. Retrieve structures by UniProt ID, download PDB/mmCIF files, analyze confidence metrics (pLDDT, PAE), for drug discovery and structural biology.

synthetic-sciences/openscience · 54 tokens