# Native MCP

> Work through MCP-native resources and tools first when a connector already exposes the needed context or action surface.

- Skill: `agentic-in/native-mcp` (Agent Skill)
- Install (CLI): `npx skillmds@latest add agentic-in/native-mcp`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentic-in/native-mcp/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: agentic-in (https://skillmd.com/u/agentic-in)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/agentic-in/native-mcp

---


# Native MCP

Use this skill when the needed data or action is already exposed through MCP resources or app tools.

## Preferred Flow

1. Prefer the connector-native resource or tool over shell scraping.
2. Read structured metadata before falling back to ad hoc commands.
3. Keep the task inside the connector boundary when that preserves correctness and auditability.

## Guardrails

- Do not duplicate a live MCP capability with brittle shell work unless the connector is missing a required action.
- State clearly when you are falling back outside MCP.

