mcpbeat

Nat MCP And Serving

nvidia/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.

2k tokens
context cost
the whole folder, loaded on every use
3
files
instructions only
0
copies elsewhere
how many repositories repackaged it
2551
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/NVIDIA/NeMo-Agent-Toolkit --skill nat-mcp-and-serving

What comes with it

6 332 bytes besides the instruction
references/fastapi-frontend.md
references/mcp.md

The instruction itself

3 sections, as written by the author

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

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

References

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

How to use it

Copy the folder

Take nvidia/nat-mcp-and-serving from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.