# Firmao — MCP server on mcp.ai > Connect your Firmao account and use 14 tools for CRM straight from your AI agent. Connect with your own API key. Firmao is a business information platform offering data and insights on companies, industries, and markets, providing tools for company research, industry analysis, and market intelligence. By: mcp.ai · official Page: https://mcp.ai/firmao ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_firmao?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/firmao/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/firmao/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/firmao/skill.md Postman collection (v2.1): https://mcp.ai/firmao/postman.json ## Tools - firmao_create_invoice(mode?: string, paid?: boolean, type?: string, emails?: string[], phones?: string[], currency: string, customer?: integer, paidValue?: number, autoNumber?: boolean, invoiceDate: string, paymentDate?: string, paymentType?: string, customerName?: string, splitPayment?: boolean, issuingPerson?: string, customerAddress?: object, organization_id: string, restOfPaidValue?: number, transactionDate: string, invoicePatternId?: integer, transactionNumber?: string, calculateFromGross?: boolean, invoiceAnnotations?: string, transactionEntries: object[], transactionVatPrice: number, transactionNettoPrice: number, transactionBruttoPrice: number, createNewCustomerIfNeeded?: boolean) — Creates a new sales or purchase invoice in Firmao CRM. This action generates an invoice transaction with line items, customer information, pricing details, and payment terms. It can auto-create custom - firmao_delete_company_setting(setting_id: string|integer, organization_id?: string) — Deletes a company setting by its unique identifier. Returns success status and details about the deletion attempt. Use this when you need to permanently remove a specific company setting configuration - firmao_delete_contact(contact_id: integer, organization_id: string) — Soft-deletes a contact in Firmao CRM by marking it as deleted (sets deleted=true). This action sends a PUT request to mark the contact as deleted without permanently removing it from the system. The c - firmao_delete_invoice(invoice_id: integer, organization_id: string) — Soft-deletes a Firmao invoice by marking it as deleted. This action sends a PUT request to mark the invoice's 'deleted' field as true. The invoice record remains in the system but is marked as deleted - firmao_delete_offer(offer_id: integer, organization_id: string) — Soft-delete an offer in Firmao by marking it as deleted. The offer record is not permanently removed but is marked with deleted=true, making it inactive in the system. Use this action when you need to - firmao_get_invoice(invoice_id: integer, organization_id?: string) — Retrieve detailed information about a specific invoice by its ID. Returns comprehensive invoice data including customer details, line items, payment status, pricing information, and metadata. Use this - firmao_get_offer(offer_id: integer, dataFormat?: string, organization_id: string) — Retrieve detailed information about a specific offer from Firmao CRM by its unique ID. This action fetches comprehensive offer data including customer details, pricing, line items, payment information - firmao_get_task(dir?: string, sort?: string, limit?: integer, start?: integer, taskId: integer, dataFormat?: string, organizationId: string) — Retrieves detailed information about a specific task by its unique ID. Use this action when you need to: - Get full details of a task after obtaining its ID from a list or search - Check the current s - firmao_list_company_settings(limit?: integer, start?: integer, company_id?: integer, organization_id?: string) — Lists all company settings from Firmao. Company settings are key-value configuration pairs that store custom configurations for companies. Use this action to retrieve settings, with optional filtering - firmao_list_invoices(dir?: string, mode?: string, sort?: string, limit?: integer, start?: integer, customer?: integer, dataFormat?: string, organization_id: string) — Tool to list invoices. Use when retrieving a list of invoices with optional pagination and filtering. - firmao_list_tasks(dir?: string, sort?: string, limit?: integer, start?: integer, filters?: object, dataFormat?: string, organization_id: string) — Retrieves a paginated list of tasks from Firmao. Returns task details including status, priority, dates, responsible users, tags, and financial data. Supports sorting, filtering by various fields, and - firmao_update_contact(tags?: string[], label?: string, emails?: string[], phones?: string[], customer?: integer, lastName?: string, position?: string, firstName?: string, contact_id: integer, description?: string) — Updates an existing contact in Firmao CRM by its ID. Use this tool to modify contact information such as name, email, phone, position, or customer association. Only include the fields you want to chan - firmao_update_offer(mode?: string, name?: string, tags?: string[], task?: integer, type?: string, number?: string, contact?: object, entries?: object[], project?: integer, currency?: string, customer?: integer, offer_id: integer, offerDate?: string, validFrom?: string, annotations?: string, description?: string, offerStatus?: string, paymentDate?: string, paymentType?: string, customerName?: string, daysToDueDate?: integer, issuingPerson?: string, customerAddress?: object, organization_id: string, reminderAdvance?: string, calculateFromGross?: boolean) — Updates an existing offer/quote in Firmao by ID. Modifies specified fields while preserving unspecified ones. Returns a changelog detailing what changed. Supports partial updates - only provide fields - firmao_update_task(name?: string, tags?: object[], parent?: integer, status?: string, task_id: integer, priority?: integer, description?: string, percentDone?: number, estimatedHours?: number, plannedEndDate?: string, organization_id: string, plannedStartDate?: string, responsibleUsers?: object[], plannedEndDateType?: string, plannedStartDateType?: string) — Tool to update an existing task. Use when you need to modify one or more fields of a task after confirming its current details. ## Example prompts - "What can I do in Firmao?" - "Show me a summary of my Firmao account" ## Links Docs: https://mcp.ai/docs/mcps/firmao Website: https://mcp.ai/mcps/firmao