5 MCP tools for managing company info through the Accounting API. Same schema across 16 connectors.
accounting_company_info_allRetrieve a paginated list of company info with optional filtering and sorting.
accounting_company_info_oneRetrieve a single record by its unique identifier.
accounting_company_info_createCreate a new record with the provided fields.
accounting_company_info_updateUpdate an existing record by its unique identifier.
accounting_company_info_deleteRemove a record by its unique identifier.
Normalized fields available across all 16 connectors. The same schema whether your customer uses FreeAgent, Pennylane, Yuki, or any other provider.
| Field | Type | Description |
|---|---|---|
id | string | A unique identifier for the company |
company_name | string | The name of the company |
legal_name | stringnull | The legal name of the company |
country | stringnull | The country of the company |
sales_tax_number | stringnull | The sales tax number |
currency | stringnull | The base currency |
fiscal_year_start_month | stringnull | The fiscal year start month |
16 providers support company info through the Accounting API.
execute_tool