Vantage Movers MCP
Vantage Movers MCP
Remote Model Context Protocol Server, damit Agenten das Granot-/Vantage-Backend nutzen und MongoDB Atlas von einem Ort aus abfragen können.
Gehostet auf Vercel mit mcp-handler v2 und Next.js. Das ist der aktuell von Vercel unterstützte Weg: Streamable HTTP plus die 2026-07-28-MCP-Spezifikation, kein Redis, kein langlebiger stdio-Prozess.
Warum diese Bibliothek
Option | Bewertung |
mcp-handler v2 + Next.js | Gewählt. Offizieller Vercel-Adapter, Fluid compute, Zod 4 Tool-Schemas, funktioniert in Cursor als URL. |
xmcp | Gute dateibasierte Alternative. Zusätzliches Framework für ein kleines Toolset. |
Offizieller MongoDB-MCP-stdio-Server | Lokal ausgezeichnet. Kann nicht auf Vercel Functions gestartet werden. Dieser Server implementiert stattdessen die gleichen Lese-Tools mit dem offiziellen |
Related MCP server: MongoDB MCP Server
Erforderliche MCP-Konfiguration
VANTAGE_API_SECRET ist in der Client-Konfiguration erforderlich. Der Server setzt diesen Wert beim Aufruf von https://vantage-movers-main-server.vercel.app in den x-api-secret-Header.
Streamable HTTP im Cursor-/Claude-Stil:
{
"mcpServers": {
"vantage-movers": {
"url": "https://vantage-movers-mcp.vercel.app/api/mcp",
"headers": {
"Authorization": "Bearer <VANTAGE_API_SECRET>"
}
}
}
}x-api-secret wird ebenfalls akzeptiert, wenn ein Client den Vantage-Header-Namen bevorzugt:
{
"mcpServers": {
"vantage-movers": {
"url": "https://vantage-movers-mcp.vercel.app/api/mcp",
"headers": {
"x-api-secret": "<VANTAGE_API_SECRET>"
}
}
}
}Legen Sie das Secret bei einer Remote-URL nicht in env ab. HTTP-MCP-Clients senden nur headers. env ist für lokale stdio-Server.
Außerdem speichert die Produktion VANTAGE_API_SECRET im Vercel-Projekt, damit eine öffentliche URL nicht mit einem erfundenen Token auf Mongo zugreifen kann. Der Client-Wert muss übereinstimmen.
MongoDB
Der offizielle MongoDB-MCP-Server ist ein stdio-Server. Dieses Deployment stellt eine dedizierte Mongo-Oberfläche prozessintern bereit:
mongo_list_databasesmongo_list_collectionsmongo_collection_schemamongo_collection_indexesmongo_findmongo_aggregatemongo_countmongo_db_stats
Schreibgeschützt. $out und $merge werden abgelehnt. Standarddatenbank ist vantagemovers (oder testvantagemovers, wenn TEST_MODE=true).
Verwenden Sie für Form-/Call-Lead-Schreibvorgänge die Lead-Tools. Rohe Mongo-Mutationen würden Sheet Sync und CRM-Posting überspringen.
Erste Tool-Gruppe
Tool | Backend |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Spätere Tool-Gruppen: Granot-Syncs, Owner-Registry-Einträge, Buchungsfälle.
Lokal
pnpm install
cp .env.example .env.local
# fill VANTAGE_API_SECRET and MONGO_URI
pnpm test
pnpm typecheck
pnpm devMCP-URL lokal: http://localhost:3100/api/mcp
Umgebung
Name | Where | Rolle |
| Vercel + MCP-Client-Header | Authentifizierung gegenüber diesem Server und der Vantage-API |
| Vercel, optional | Standard: Produktion |
| Nur Vercel | Atlas-Verbindung für Mongo-Tools |
| Vercel, optional | Überschreibt den Standard-Datenbanknamen |
| optional | Stellt die Standarddatenbank auf |
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Read-only Remote MCP for externally grounded AI agent trust receipts.
Query your org's data in natural language — read-only MCP access to SQL, NoSQL, files & warehouses.
Let AI agents query data and act across all your business apps via MCP.
A paid remote MCP for AI SDK data query MCP, built to return verdicts, receipts, usage logs, and aud
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to query MongoDB databases and project management REST APIs through a universal MCP interface, providing read-time access to workspace data.
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to securely connect to MongoDB databases via MCP, with deployment modes from basic to RBAC-gated with Keycloak authentication.282MIT
- FlicenseNot gradedqualityDmaintenanceA read-only MongoDB MCP server designed for serverless deployment on Vercel, providing secure, limited access to MongoDB databases for AI assistants.1
- FlicenseNot gradedqualityBmaintenanceA secure, read-only MCP server that enables AI agents to connect to MongoDB, perform queries and aggregations, and manage connections.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jbell-rusty-vantage/vantage-movers-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server