
Eco Van Move Booking
Eco Van Move Booking is an MCP server that connects your agent to BC moving estimates, box rentals, and delivery booking with an Eco Van Move account token.
About
Eco Van Move Booking MCP is a narrow, region-specific integration that lets coding agents call Eco Van Move’s booking surface for moving estimates, reusable box rentals, and delivery scheduling in British Columbia. The server is exposed as streamable HTTP at ecovanmove.com/mcp/booking and expects an Authorization bearer obtained through the account MCP page—either OAuth or a personal access token—so it is explicitly tied to a customer or partner account rather than anonymous public data. developers might adopt it when they operate or white-label moving services, build internal dispatch copilots, or experiment with vertical local-services agents where conversational booking beats form-heavy sites. It is not a general-purpose maps or logistics MCP; value is entirely contingent on Eco Van Move as your fulfillment partner. Treat version 1.0.0 as a focused booking bridge during integrations, then run it in operate-style support bots once customers expect agent-driven quotes and rental reservations.
- Streamable HTTP remote at ecovanmove.com/mcp/booking with Authorization bearer from /account/mcp
- Moving estimates, box rentals, and delivery scheduling for British Columbia service area
- Account required: OAuth or personal access token documented at ecovanmove.com/account/mcp
- Open-source repo github.com/farid-trip2/ecovanmove
- Niche vertical MCP—global builders only need it for Eco Van Move integrations
Eco Van Move Booking by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http booking https://ecovanmove.com/mcp/booking --header "Authorization: Bearer YOUR_TOKEN"Add your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | Required |
What it does
Wire a BC-focused moving and box-rental booking API into an agent when you automate Eco Van Move customer flows or internal dispatch assistants.
Who is it for?
Best when you're partnering with Eco Van Move or automating BC moving and box-rental workflows inside Claude Code or Cursor.
Skip if: National or international shipping automation, developers without Eco Van Move accounts, or generic relocation research outside this vendor API.
What you get
Once you attach a bearer token from ecovanmove.com/account/mcp, your agent can request estimates and booking actions against the hosted MCP booking endpoint.
- Agent-retrieved moving estimates via authenticated booking MCP
- Box rental and delivery booking actions initiated from the agent
- Repeatable integration pattern for Eco Van Move customer support bots
By the numbers
- Server version 1.0.0 in catalog manifest
- Single remote: streamable-http at ecovanmove.com/mcp/booking
- Auth via Authorization header (OAuth or personal access token from /account/mcp)
Recommended MCP Servers
How it compares
Single-vendor local services booking MCP, not Easyship-style global parcel logistics or a marketplace directory skill.
FAQ
Who is com.ecovanmove/booking for?
Developers and operators using Eco Van Move in BC who want agents to fetch moving estimates, arrange box rentals, and drive delivery booking through MCP.
When should I use com.ecovanmove/booking?
Use it while integrating Eco Van Move into a support bot, ops dashboard, or vertical SaaS prototype that must book services with a logged-in account.
How do I add com.ecovanmove/booking to my agent?
Create OAuth or a personal access token at ecovanmove.com/account/mcp, add Authorization Bearer headers to the https://ecovanmove.com/mcp/booking streamable HTTP MCP entry in your host.