PHC GO

PHC GO MCP Connector for Claude

A+

Equip your AI agent to control your PHC GO ERP. Query customers, retrieve real-time stocks, map taxes, and issue documents conversationally.

16 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your PHC GO enterprise ecosystem to your AI agent and manage operations, invoicing, and logistics through natural language commands natively.

What you can do

  • Entity Management — Retrieve master data such as list_customers and natively create_customer directly from your chat context.
  • Inventory & Logistics — Pull active article sheets with list_products, or audit material counts instantly using list_stocks and list_warehouses.
  • Billing & Finance — Dynamically execute the create_document endpoint to issue invoices/estimates, and reconcile using list_current_accounts and list_taxes.
  • Sales Ecosystem — Quickly fetch configuration records like list_series and list_payment_methods to standardize business logic via intelligent agents.

How it works

  1. Subscribe to this server
  2. Enter your PHC GO Backend URL and your generated API Access Token
  3. Start fetching stock items and drafting financial documents directly from Claude, Cursor, or your chosen AI interface

Who is this for?

  • Finance Directors — check outstanding current accounts directly from the IDE and orchestrate document extraction without logging into the ERP.
  • Sales Representatives — securely consult real-time stock availability out on the road before confirming a sale with the customer.
  • Developers & SysOps — programmatically query the PHC API layer to inspect product metrics, schemas, and endpoints during rapid feature development.
invoicingbusiness-managementretail-logictax-mappinglogistics

16 tools expose this connector's capabilities to your AI agent.

list_customers

Listar todas as entidades/clientes registados no PHC GO

get_customer_details

Obter detalhes completos de um cliente/entidade pelo ID

search_customers

Pesquisar clientes por nome, NIF ou código

create_customer

Criar um novo cliente/entidade no PHC GO

list_products

Listar todos os artigos e serviços registados no PHC GO

get_product_details

Obter detalhes de um artigo/serviço pelo ID

create_product

Criar um novo artigo ou serviço no PHC GO

list_documents

Listar documentos comerciais do PHC GO por tipo (FT=Fatura, NC=Nota Crédito, RC=Recibo, ORC=Orçamento, ECL=Encomenda, GR=Guia Remessa)

get_document_details

Obter detalhes completos de um documento comercial (fatura, nota crédito, recibo, etc) incluindo linhas

create_document

Criar um novo documento comercial no PHC GO (fatura, orçamento, encomenda, etc)

list_stocks

Consultar movimentos de stock. Opcionalmente filtrar por artigo

list_current_accounts

Consultar a conta corrente de clientes (saldos e movimentos pendentes)

list_taxes

Listar taxas de IVA e impostos configurados no PHC GO

list_series

Listar séries de numeração de documentos (FT 2026/, NC 2026/, etc)

list_payment_methods

Listar métodos de pagamento configurados (Transferência, MB, MBWay, Cheque)

list_warehouses

Listar armazéns configurados para gestão de stock

See how to talk to your AI agent using PHC GO.

Check the available stock for 'Macbook Pro M3' across all warehouses.

I checked the ERP. We currently hold 42 units of 'Macbook Pro M3': 30 units at Warehouse North and 12 units at Central Logistics.

Create a new customer profile for 'Acme Corp' and fetch their assigned customer ID.

Understood. The entity 'Acme Corp' was successfully pushed to PHC GO configuration. Their internal Customer ID assigns to `CUST-989201`.

Examine our outstanding current accounts from January to spot pending vendor debts.

According to the ERP 'list_current_accounts' query, there are 4 open vendor invoices flagged as overdue from January. Here's a table summarizing the debtors and owed amounts.

Yes. It can sequentially execute `search_customers` to find the precise Unique ID of the customer using fuzzy name matching, and subsequently inject that accurate payload into `create_document` without human error.

Related Connectors