nvidia-mcp
Related Servers
Alternatives to nvidia-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceAn MCP server that enables AI applications to access 20+ model providers (including OpenAI, Anthropic, Google) through a unified interface for text and image generation.230MIT
- AlicenseNot gradedqualityBmaintenanceMCP server that enables AI assistants to generate images and videos on demand using free-tier providers like Agnes AI, Cloudflare Workers AI, Hugging Face, and Google Gemini, with tools for creating media, polling async jobs, and listing providers.-
- AlicenseAqualityBmaintenanceMCP server that provides access to 15+ non-Claude AI models through a single API key, with PII Shield protection and 10 tools for chat, model management, pricing, and usage tracking.1017 npmMIT
- AlicenseAqualityAmaintenanceMCP server that pings 130+ free coding LLM models across 17 providers in real-time, ranks them by latency, and helps AI agents pick the fastest available model.2129 PyPIMIT
- AlicenseNot gradedqualityAmaintenanceAn MCP server that gives AI agents visual understanding, image generation, and video generation capabilities, with a Windows installer and manager that supports multiple model providers and agents.MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that gives AI assistants access to a multi-agent business operations platform with specialized AI services covering real estate, legal, translation, research, content creation, training, and more.33 npmMIT
TDQS
Scored across 10 tools
Each tool targets a distinct operation: listing models, listing categories, routing, health check, probing, single call, auto call, fanout, embedding, and similarity ranking. The few potentially overlapping pairs (list_models vs categories, route vs auto) are clearly separated by their descriptions, with route explicitly not calling and auto explicitly executing.
Tool names are all prefixed with nv_ and are readable, but they do not follow a consistent pattern: some are verb_noun (nv_list_models), some are bare nouns (nv_categories, nv_health, nv_similarity), and some are bare verbs (nv_route, nv_probe, nv_call, nv_embed). The inconsistent use of underscores (only in nv_list_models) and the mix of verb and noun stems makes the naming scheme unpredictable.
Ten tools is well-scoped for an NVIDIA model inference server: it covers catalog discovery, task routing, account health, availability probing, single and multi-model invocation, and embedding utilities. Each tool serves a distinct purpose, and the count is neither too sparse nor bloated.
The tool set covers the core lifecycle of working with NVIDIA models: discovering models, selecting the right model, verifying access, calling models, and embedding/similarity. Minor gaps exist, such as no dedicated method to fetch detailed model metadata (beyond list filtering) or support for multi-turn chat/streaming, but these are workarounds.