MCP documentation | MCP docs for agents
ark_create_factoring_company
ark.create_factoring_company
Create an ARK factoring company for carrier payment routing without returning raw bank or tax values.
- Availability
- Expanded preview
- Scopes
factoring:write- ARK permissions
canCreateFactoring- Team visibility
- Not entity-scoped
- Approval policy
ask_before_write- ARK approval request
- Required before execution
- Idempotency
- Required for external execution
- Read-only
- No
- Destructive
- No
- External side effect
- No
- Rate limit
- OAuth MCP credential and organization budgets
Input
activebooleandefault: true
namestringrequiredFactoring company name.
min length: 1; max length: 200
notesstring | nullmax length: 5000
billingAddressobject | nullOptional billing address. Omit to leave unchanged on updates.
federalTaxIdstring | nullSensitive tax ID to set. Use null to clear; value is never returned.
max length: 100
paymentMethodstring | nullmax length: 50
paymentTermIdstringrequiredformat: uuid
bankNamestring | nullmax length: 100
bankTypestring | nullmax length: 50
bankAccountNumstring | nullSensitive bank account number to set. Use null to clear; value is never returned.
max length: 100
bankRoutingNumstring | nullSensitive 9-digit routing number to set. Use null to clear; value is never returned.
max length: 50
Result
The tool returns the canonical ark.create_factoring_company operation result in structuredContent and mirrors the same JSON as text. Errors set isError: true and return a stable error code, message, and optional details.