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

NGX-OS: Network OS Built for AI with eBPF and MCP Integration
NGX-OS is a network operating system designed from the ground up for AI integration, using eBPF for real-time telemetry and MCP for direct LLM access to network state data without translation layers.

OpenClaw Multi-Agent Workflow Issues: Stalling, Context Loss, and Token Inefficiency
A developer reports OpenClaw multi-agent workflows frequently stall with agents hanging, experience context leakage despite custom documentation, and consume excessive tokens with no output. The setup used Gemini 3 Pro/Codex models with a COO orchestrator and specialized task agents.

Conduid: Trust Infrastructure Layer for MCP Servers Built with Claude
Conduid indexes over 25,000 MCP servers across GitHub, npm, PyPI, and major directories, scoring each 0-100 based on GitHub activity, security posture, documentation quality, and maintenance signals. The entire codebase was written with Claude by a solo founder.

MCP Server Connects Claude Code/Desktop to Apple Music — Playlists, Search, Profile Analysis
A new MCP server lets Claude Code and Claude Desktop control Apple Music — list playlists, search songs, create playlists, and analyze listening patterns via natural language.