# Nat MCP And Serving

> Use when serving NeMo Agent Toolkit workflows, exposing workflows through FastAPI, configuring MCP clients or servers, or troubleshooting transport and server setup.

- Skill: `nvidia/nat-mcp-and-serving` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add nvidia/nat-mcp-and-serving`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nvidia/nat-mcp-and-serving/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- License: Apache-2.0
- Author: NVIDIA (https://skillmd.com/u/nvidia)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/nvidia/nat-mcp-and-serving

---


# NeMo Agent Toolkit MCP and Serving

Use this skill when a workflow needs to call remote MCP tools or be served as an API.

## Workflow

1. Read the reference for the protocol or server target.
2. Keep serving configuration separate from workflow logic where possible.
3. Validate locally with a small request before adding deployment details.
4. Prefer documented `nat serve` and `nat start` commands over ad hoc servers.

## References

- `references/mcp.md`
- `references/fastapi-frontend.md`

