Vantage Movers MCP
Provides read-only tools for interacting with MongoDB Atlas, including listing databases and collections, inspecting schemas and indexes, and running find, aggregate, count, and database stats operations.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Vantage Movers MCPfind leads with status 'new' in the last 7 days"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Vantage Movers MCP
Remote Model Context Protocol server so agents can use the Granot / Vantage backend and query MongoDB Atlas from one place.
Hosted on Vercel with mcp-handler v2 and Next.js. That is the current Vercel-supported path: Streamable HTTP plus the 2026-07-28 MCP spec, no Redis, no long-lived stdio process.
Why this library
Option | Verdict |
mcp-handler v2 + Next.js | Chosen. Official Vercel adapter, Fluid compute, Zod 4 tool schemas, works in Cursor as a URL. |
xmcp | Fine file-based alternative. Extra framework for a small tool set. |
Official MongoDB MCP stdio server | Excellent locally. Cannot be spawned on Vercel Functions. This server implements the same read tools with the official |
Related MCP server: MongoDB MCP Server
Required MCP configuration
VANTAGE_API_SECRET is required in the client config. The server puts that value on the x-api-secret header when it calls https://vantage-movers-main-server.vercel.app.
Cursor / Claude-style Streamable HTTP:
{
"mcpServers": {
"vantage-movers": {
"url": "https://vantage-movers-mcp.vercel.app/api/mcp",
"headers": {
"Authorization": "Bearer <VANTAGE_API_SECRET>"
}
}
}
}x-api-secret is accepted as well if a client prefers the Vantage header name:
{
"mcpServers": {
"vantage-movers": {
"url": "https://vantage-movers-mcp.vercel.app/api/mcp",
"headers": {
"x-api-secret": "<VANTAGE_API_SECRET>"
}
}
}
}Do not put the secret in env for a remote URL. HTTP MCP clients only send headers. env is for local stdio servers.
Production also stores VANTAGE_API_SECRET on the Vercel project so a public URL cannot open Mongo with a made-up token. The client value must match.
MongoDB
The official MongoDB MCP server is stdio. This deployment keeps a dedicated Mongo surface in-process:
mongo_list_databasesmongo_list_collectionsmongo_collection_schemamongo_collection_indexesmongo_findmongo_aggregatemongo_countmongo_db_stats
Read-only. $out and $merge are rejected. Default database is vantagemovers (or testvantagemovers when TEST_MODE=true).
Use lead tools for Form / Call Lead writes. Raw Mongo mutations would skip Sheet Sync and CRM posting.
First tool slice
Tool | Backend |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Later slices: Granot syncs, Owner Registry items, booking cases.
Local
pnpm install
cp .env.example .env.local
# fill VANTAGE_API_SECRET and MONGO_URI
pnpm test
pnpm typecheck
pnpm devMCP URL locally: http://localhost:3100/api/mcp
Environment
Name | Where | Role |
| Vercel + MCP client headers | Auth to this server and to the Vantage API |
| Vercel, optional | Defaults to production |
| Vercel only | Atlas connection for Mongo tools |
| Vercel, optional | Overrides the default database name |
| optional | Switches the default database to |
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