Vantage Movers MCP
Vantage Movers MCP
リモートの Model Context Protocol サーバーで、エージェントが Granot / Vantage バックエンドを利用し、MongoDB Atlas を一元的に照会できるようにします。
Vercel 上で mcp-handler v2 と Next.js を使用してホストされています。これは現在 Vercel がサポートする方法です。Streamable HTTP と 2026-07-28 の MCP 仕様を使用し、Redis も長時間稼働する stdio プロセスも使いません。
このライブラリを選ぶ理由
オプション | 評価 |
mcp-handler v2 + Next.js | 採用。公式 Vercel アダプター、Fluid compute、Zod 4 ツールスキーマを備え、Cursor では URL として動作します。 |
xmcp | ファイルベースの優れた代替案。小規模なツールセットには余計なフレームワークです。 |
公式 MongoDB MCP stdio サーバー | ローカルでは非常に優れています。Vercel Functions では起動できません。このサーバーは、代わりに公式の |
Related MCP server: MongoDB MCP Server
必要な MCP 設定
クライアント設定では VANTAGE_API_SECRET が必須です。サーバーは https://vantage-movers-main-server.vercel.app を呼び出すときに、その値を x-api-secret ヘッダーに設定します。
Cursor / Claude スタイルの Streamable HTTP:
{
"mcpServers": {
"vantage-movers": {
"url": "https://vantage-movers-mcp.vercel.app/api/mcp",
"headers": {
"Authorization": "Bearer <VANTAGE_API_SECRET>"
}
}
}
}クライアントが Vantage のヘッダー名を好む場合は、x-api-secret も受け付けられます。
{
"mcpServers": {
"vantage-movers": {
"url": "https://vantage-movers-mcp.vercel.app/api/mcp",
"headers": {
"x-api-secret": "<VANTAGE_API_SECRET>"
}
}
}
}リモート URL の場合は、シークレットを env に設定しないでください。HTTP MCP クライアントは headers のみを送信します。env はローカルの stdio サーバー用です。
本番環境では、公開 URL が偽のトークンで Mongo を開けないように、Vercel プロジェクトにも VANTAGE_API_SECRET が保存されています。クライアントの値は一致している必要があります。
MongoDB
公式の MongoDB MCP サーバーは stdio です。このデプロイメントでは、専用の Mongo インターフェースをプロセス内に保持しています。
mongo_list_databasesmongo_list_collectionsmongo_collection_schemamongo_collection_indexesmongo_findmongo_aggregatemongo_countmongo_db_stats
読み取り専用です。$out と $merge は拒否されます。デフォルトのデータベースは vantagemovers です(TEST_MODE=true の場合は testvantagemovers)。
Form / Call Lead の書き込みには lead ツールを使用してください。生の Mongo 更新では、Sheet Sync と CRM への投稿がスキップされます。
最初のツールスライス
ツール | バックエンド |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
今後のスライス: Granot 同期、Owner Registry の項目、予約ケース。
ローカル
pnpm install
cp .env.example .env.local
# fill VANTAGE_API_SECRET and MONGO_URI
pnpm test
pnpm typecheck
pnpm devローカルの MCP URL: http://localhost:3100/api/mcp
環境
名前 | 設定場所 | 役割 |
| Vercel + MCP クライアントヘッダー | このサーバーと Vantage API への認証 |
| Vercel(オプション) | デフォルトは本番環境 |
| Vercel のみ | Mongo ツール用の Atlas 接続 |
| Vercel(オプション) | デフォルトのデータベース名を上書きします |
| オプション | デフォルトのデータベースを |
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