Run your AI receptionist from OpenCode
Add the Mercateer MCP server to OpenCode and run your front office from the terminal. OpenCode reads calls and contacts, quotes from your price book, and books jobs from a natural-language instruction.
What is OpenCode?
OpenCode is an open-source AI coding agent built by Anomaly: it runs in your terminal with a rich interface and works with 75+ LLMs. Add the Mercateer MCP server to its config and OpenCode can do front-office work too, pulling calls and contacts, quoting from your price book, and booking jobs without leaving the command line.
What you can do with OpenCode
Install in minutes
One-step setup
Fastest path: paste this into OpenCode and it connects Mercateer itself.
Fetch https://mercateer.com/prompt.md
Add the Mercateer MCP server
Merge the snippet below into opencode.json in your project root, or into ~/.config/opencode/opencode.json to make it available everywhere.
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"mercateer": {
"type": "remote",
"url": "https://api.mercateer.com/mcp",
"enabled": true
}
}
}Authorize over OAuth
Run `opencode mcp auth mercateer` in your terminal and finish the sign-in in your browser. There are no API keys to paste.
Confirm the connection
Run `opencode mcp list` to confirm the Mercateer server shows as connected, then try one of the example prompts below.
Try a prompt
Ask OpenCode to do real front-office work, like quoting a job or booking an appointment. It calls the right Mercateer tools and pauses for your approval on anything that spends money or changes a live setting.
Example prompts
You
Pull yesterday's missed calls and summarize what each caller wanted.
You
Quote a 50-gallon water heater install from my price book.
You
Book the Cedar Lane job for Thursday at 9am and confirm the slot is open.
You
Find the contact for (555) 123-4567 and show their last conversation.
You
Which calls this week asked for a service we don't offer yet?
Frequently asked questions
Works with your whole stack
Mercateer speaks the same protocols as the tools you already use.
Put Mercateer to work with OpenCode
Start free and connect your front office in minutes.
No credit card required