switch_company
ActiveTool of FavCRM
declared in 1.0.0
Switch the current session to a different company/organisation. Returns a new access token scoped to the target company. All subsequent tool calls will operate on the new company.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"companyId"
],
"properties": {
"companyId": {
"type": "string",
"description": "The company ID to switch to (use list_my_companies to find available IDs)"
}
}
}Parent server
FavCRM
https://github.com/favcrm/mcp
1/7 registries