Subpackage of the NVIDIA NeMo Agent Toolkit (NAT) providing MCP (Model Context Protocol) client integration. Version 1.7.0 targets Python 3.11–3.13. Enables agents to communicate with MCP-compliant tools and servers. Released as part of the NeMo Agent Toolkit ecosystem; follow its release cadence.
pip install nvidia-nat-mcpNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize an MCP client and call a tool.
Update imports to `from nvidia_nat_mcp import ...`.
Replace `host` with `server_url` in MCPServer instantiation.
Always set `api_key` or environment variable `MCP_API_KEY`; use an empty string only for local testing.
No resource links recorded.