MCP + Skills Framework: Guiding AI Agents for Efficient Data Science Workflows

A DevTalk on guiding AI agents (Claude, GPT) to operate correctly within a specific data platform, using an MCP server + skills framework. The core problem: agents are good at figuring out what to do in a data science workflow, but poor at choosing how to do it efficiently on a real data platform.
Common Agent Inefficiencies
- Generating client-heavy code instead of pushing work down to the database
- Moving more data/tokens than needed
- Ignoring native capabilities (analytics functions, ML, etc.)
- Falling back to generic patterns that don't scale
Solution: MCP Server + Skills Framework
Instead of letting the agent “figure it out,” constrain and guide it with platform-aware context. The approach focuses on:
- Selecting the right analytic functions
- Knowing when SQL isn't enough
- Using in-database ML / stats / text / vector operations
- Chaining everything into end-to-end workflows that are actually deployable
Resources
- Repo: github.com/ksturgeon-td/tdsql-mcp
- Free environment to try it: Teradata ClearScape Analytics Demo
- Live session recording: YouTube
If you're experimenting with Claude + MCP or tool use and have hit inefficiency or hallucination issues with real data systems, this approach is worth exploring.
📖 Read the full source: r/ClaudeAI
👀 See Also

dead-letter: Local .eml to .md Converter with CLI, Web UI, and MCP Server
dead-letter normalizes email exports into Markdown with YAML front matter, customisable. It offers four access modes: CLI, Python library, Web UI, and an MCP server for direct integration with Claude Desktop, Claude Code, and Codex.

Free Claude Session Optimizer: Token Estimator, Prompt Compressor, and Session Planner
A developer has built a free, no-sign-up tool to help manage Claude's usage limits with three features: a token estimator to preview prompt consumption, a prompt compressor that reduces prompts 40-60% by removing filler phrases, and a session planner that groups tasks to minimize context reloading.

MOOSE-Star: A 7B Model and 108K-Paper Dataset for Scientific Hypothesis Discovery – ICML 2026
MiroMind releases MOOSE-Star on Hugging Face: a 7B model (DeepSeek-R1-Distill-Qwen-7B fine-tune) for scientific hypothesis discovery, alongside the 108K-paper TOMATO-Star dataset. Benchmark shows MS-7B achieves 54.34% inspiration retrieval accuracy, beating GPT-5.4 and approaching Gemini-3 Pro.

OpenClaw-WebTop: Run OpenClaw with Ollama and Ubuntu Desktop in GitHub Codespaces
OpenClaw-WebTop provides a way to run a complete OpenClaw instance with Ollama and Ubuntu MATE desktop directly in a browser using GitHub Codespaces, requiring no local Docker installation or VPS.