AdvBox for Claude Desktop
io.github.mcp-dir/advbox-mcp
Wrapper for the official AdvBox API (legal practice management): cases (with history, movements, pub
client:Claude Desktop
transport:streamable-http
tools:26
Install AdvBox in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"advbox-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.mcp.ai/p_advbox"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs
What Claude Desktop 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