4,500+ servers built on MCP Fusion
Vinkius
NVIDIA API Catalog logo
Vinkius
LangChain logo

How to Use the NVIDIA API Catalog MCP in LangChain

Run Nemotron and Llama3 models in your LangChain pipelines with direct token tracking and zero setup overhead.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

NVIDIA API Catalog MCP on Cursor AI Code Editor MCP Client NVIDIA API Catalog MCP on Claude Desktop App MCP Integration NVIDIA API Catalog MCP on OpenAI Agents SDK MCP Compatible NVIDIA API Catalog MCP on Visual Studio Code MCP Extension Client NVIDIA API Catalog MCP on GitHub Copilot AI Agent MCP Integration NVIDIA API Catalog MCP on Google Gemini AI MCP Integration NVIDIA API Catalog MCP on Lovable AI Development MCP Client NVIDIA API Catalog MCP on Mistral AI Agents MCP Compatible NVIDIA API Catalog MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
LangChain

Connect NVIDIA API Catalog MCP to LangChain

Create your Vinkius account to connect NVIDIA API Catalog to LangChain and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Multi-step inference with LangChain chains

Your agent uses `nvidia_chat_completion` to run text completions directly through NVIDIA's optimized infrastructure. By linking this tool with LangChain's conversational chains, you pass variables from previous prompts straight into Nemotron or Llama3 without writing custom API wrappers. You get immediate access to these models without managing local weights or massive hardware setups. This MCP Server lets your agent decide when to trigger a completion based on the current state of your chain.

Monitor model availability and token limits

The `nvidia_check_token_quota` tool gives your LangChain agent real-time visibility into your active credit limits and execution boundaries. This prevents your pipelines from crashing mid-execution due to unexpected rate limits or exhausted balances. Combine this with `nvidia_get_cloud_status` to check the latency of the cloud endpoints before dispatching large batches of requests. This keeps your production workflows predictable and cost-effective.

Run multimodal tasks within LangChain chains

The `nvidia_vision_inference` tool handles graphical and image-based inputs directly inside your LangChain agent runs. You feed images to Llama-Vision models and receive structured diagnostic feedback or textual descriptions instantly. This capability lets you build workflows that process mixed media without jumping between different SDKs. The MCP setup runs through a single endpoint token managed by Vinkius, simplifying your code.

Setup guide

Set up NVIDIA API Catalog MCP in LangChain

Prerequisites

  • Python 3.10+ installed
  • langchain-mcp-adapters + langgraph packages
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install dependencies

    Run pip install langchain-mcp-adapters langgraph langchain-openai. The MCP adapters package converts MCP tools into native LangChain BaseTool objects.

  2. 2

    Connect via HTTP transport

    Use MultiServerMCPClient with "transport": "http" pointing to your Vinkius endpoint. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Create a ReAct agent

    Pass the discovered tools to create_react_agent() from LangGraph. The agent automatically routes NVIDIA API Catalog tool calls through the MCP protocol.

  4. 4

    Run with any LLM

    Swap ChatOpenAI for ChatAnthropic, ChatGoogleGenerativeAI, or any LangChain-compatible model. The MCP tools work identically across all providers.

agent.py
from langchain_mcp_adapters.client import MultiServerMCPClient
from langgraph.prebuilt import create_react_agent
from langchain_openai import ChatOpenAI

async with MultiServerMCPClient({
    "nvidia-api-catalog-mcp": {
        "transport": "http",
        "url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
    }
}) as client:
    tools = client.get_tools()

    agent = create_react_agent(
        ChatOpenAI(model="gpt-4o"),
        tools,
    )
    result = await agent.ainvoke({
        "messages": "List recent NVIDIA API Catalog transactions"
    })
    print(result["messages"][-1].content)

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by NVIDIA API Catalog. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about NVIDIA API Catalog MCP in LangChain

Install `langchain-mcp-adapters` and use the `MultiServerMCPClient` pointing to your Vinkius endpoint. This registers all eight tools on the MCP Server, allowing your agent to call them dynamically.
Yes. When you use `nvidia_chat_completion` within a LangChain run, you can track performance and latency using LangSmith. You can also query `nvidia_check_token_quota` directly within a chain to log your remaining credits.
Yes, it does. Your LangChain agent can call `nvidia_list_lora_adapters` to check for active fine-tuning overrides. You can then specify these adapter paths when initiating chat completions.
The `nvidia_summarize_content` tool processes long text blocks and returns abstract compressions. This is useful for condensing large documents before feeding them into downstream chain steps, saving context window space.
Your chat payloads and raw images sent to `nvidia_vision_inference` pass through an ephemeral, zero-trust V8 sandbox. No data is stored or logged on the proxy; it goes directly to NVIDIA's secure endpoints and vanishes.

Start using the NVIDIA API Catalog MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 8 tools

We've already built the connector for NVIDIA API Catalog. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 8 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.