AdvBox for Zed
io.github.mcp-dir/advbox-mcp
Wrapper for the official AdvBox API (legal practice management): cases (with history, movements, pub
client:Zed
transport:streamable-http
tools:26
Install AdvBox in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"advbox-mcp": {
"url": "https://api.mcp.ai/p_advbox"
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs
What Zed can do once it is connected
- advbox_settings
- advbox_list_customers
- advbox_get_customer
- advbox_customers_birthdays
- advbox_create_customer
- advbox_list_lawsuits
- advbox_get_lawsuit
- advbox_create_lawsuit
- advbox_update_lawsuit
- advbox_lawsuit_history
- advbox_lawsuit_movements
- advbox_create_movement
- advbox_last_movements
- advbox_list_posts
- advbox_create_post
- advbox_publications
- advbox_list_transactions
- advbox_get_transaction
- advbox_create_transaction
- advbox_update_transaction
- show_version
- report_bug
- connect
- toolkit_info