mcp-data-observability-integration

mcp-data-observability-integration is a skill for Claude Code, Codex from vaquarkhan/data-engineering-agent-skills. It costs 62 tokens per session (998 once invoked), scanned A, original, MIT.

A guide to connecting agents to live monitoring data from systems such as Spark, Kafka, Airflow, Snowflake, BigQuery, and PostgreSQL.

In plain words
What is it for?
Use it to inspect Spark execution and memory problems, Kafka consumer lag, orchestration state, and warehouse publishing status.
Why use it?
It helps diagnose real production conditions before changing code, such as memory failures, slow processing, message backlog, or failed job runs.

Skill for Claude CodeCodex

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

Good fit Use it to inspect Spark execution and memory problems, Kafka consumer lag, orchestration state, and warehouse publishing status.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vaquarkhan/data-engineering-agent-skills/mcp-data-observability-integration
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 vaquarkhan/data-engineering-agent-skills --skill mcp-data-observability-integration
Clone the repo
git clone --depth 1 https://github.com/vaquarkhan/data-engineering-agent-skills

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 mcp-data-observability-integration

README.md
[![agentmods](https://agentmods.dev/badge/skills/vaquarkhan/data-engineering-agent-skills/mcp-data-observability-integration/github.svg)](https://agentmods.dev/skills/vaquarkhan/data-engineering-agent-skills/mcp-data-observability-integration)
Your own site
<a href="https://agentmods.dev/skills/vaquarkhan/data-engineering-agent-skills/mcp-data-observability-integration"><img src="https://agentmods.dev/badge/skills/vaquarkhan/data-engineering-agent-skills/mcp-data-observability-integration/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 mcp-data-observability-integration

Your own site · 80×15
<a href="https://agentmods.dev/skills/vaquarkhan/data-engineering-agent-skills/mcp-data-observability-integration"><img src="https://agentmods.dev/badge/skills/vaquarkhan/data-engineering-agent-skills/mcp-data-observability-integration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 998 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.
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.00062 $0.00998
Opus 5 $0.00031 $0.00499
Sonnet 5 $0.00012 $0.00200
Haiku 4.5 $0.00006 $0.00100

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

Security

Grade A, and why

mcp-data-observability-integration 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 8d 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.

skills/mcp-data-observability-integration/SKILL.md · 85 lines

How it starts

The opening of the file, as written. The whole thing — 85 lines — stays where its author put it; the contents beside it link to each section on GitHub.

MCP Data Observability Integration

Overview

Agents that cannot see production signals guess at fixes — scaling clusters blindly, rerunning jobs that OOM for structural reasons, or changing Kafka consumers without checking lag. This skill pairs MCP server templates with safe read-only observability workflows so diagnosis precedes mutation.

When to Use

  • diagnosing Spark OOM, shuffle skew, or stage failures
  • inspecting Kafka consumer group lag before replay or consumer changes
  • reviewing Airflow DAG run state, task duration drift, or failed retries
  • validating warehouse publish state before reopening downstream consumers
  • setting up IDE-integrated observability for data engineering agents

Do not use MCP write capabilities for destructive fixes during incident triage unless explicitly approved and scoped.

Workflow

  1. Choose the smallest MCP surface for the question.

    • Spark plans and stage metrics: mcp/spark.mcp.json or mcp/databricks.mcp.json
    • Kafka lag and topic metadata: mcp/kafka.mcp.json
    • Orchestration run state: mcp/airflow.mcp.json
    • Warehouse inspection: mcp/snowflake.mcp.json, mcp/bigquery.mcp.json, or mcp/postgres.mcp.json
    • Release and job metadata: mcp/dbt-cloud.mcp.json, mcp/github.mcp.json
  2. Configure read-only first. From mcp/README.md:

    • replace placeholder command with the MCP server binary in use
    • scope credentials to read-only inspection roles
    • set allowlists (topic, catalog, schema) to minimum necessary scope
    • validate connectivity outside the agent session before relying on tool output
  3. Establish the diagnostic sequence. Typical order:

    • confirm symptom (lag, failure rate, freshness breach)
    • pull live metadata (consumer lag, last successful run, stage skew)
    • compare against baseline or SLA from data-observability-and-sla-management
    • form hypothesis before proposing code or infra changes
    • record findings in incident or backfill evidence templates when action follows

Read the full file on GitHub · 85 lines

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. 8d ago First seen · 85 lines · 62 tokens per session scan A 8da2fbabb1f6

Subscribe to this mod's changes

mcp-data-observability-integration is a skill published in the GitHub repository vaquarkhan/data-engineering-agent-skills (45 stars, last pushed 3mo ago), licensed MIT. It adds 62 tokens to every session and 998 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

kafka-consumer-lag

Analyse Kafka consumer group lag using the Lenses MCP server. Diagnoses lag causes (throughput bottlenecks, rebalancing, partition skew, stalled consumers) and suggests remediation. Use when user says "check consumer lag", "why are consumers slow", "lag report" or asks about consumer group health or offset progress.…

lensesio/agentic-engineering-for-apache-kafka · 84 tokens

git-advanced-workflows

Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.

wshobson/agents · 54 tokens

diagnose-backend-bug

Diagnose a bounded backend or multi-service failure from GitHub Issues, Jira, Aone, user-provided exports, logs, traces, responses, stack traces, or job records. Use when a service, API, RPC, worker, queue, CLI, or scheduled job bug needs correlation through the project's existing observability route before repair; do…

QoderAI/better-harness · 87 tokens

debug-live

Guides root-cause investigations with debugging capabilities by setting breakpoints, starting a debug session, stepping through execution, inspecting variables, and tracing symptoms back to their origin. Prefer it for runtime bugs, failing tests, exceptions, crashes, hangs, wrong/null values, and unexpected output…

microsoft/DebugMCP · 84 tokens

remove-deadcode

Remove unused code from this project with ultrawork mode, LSP-verified safety, atomic commits. Triggers: remove dead code, dead code, cleanup, remove unused.

code-yeongyu/oh-my-openagent · 41 tokens

memorix-troubleshooting

Use when Memorix MCP, setup, project binding, HTTP control plane, hooks, skills, or agent integration is missing, stale, or failing.

AVIDS2/memorix · 36 tokens