odoo_list_crm_leads

Pack: odoo · Endpoint: https://gateway.pipeworx.io/odoo/mcp

List Odoo CRM leads & opportunities (crm.lead). Returns name, contact, email_from, expected_revenue, probability, stage_id, and type (lead/opportunity). Use for “open opportunities” or “sales pipeline”.

Parameters

NameTypeRequiredDescription
typestringnoFilter by record type: “lead” or “opportunity”. Omit for both.
limitnumbernoMax records (default 20).

Example call

curl -X POST https://gateway.pipeworx.io/odoo/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"odoo_list_crm_leads","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "odoo": {
      "url": "https://gateway.pipeworx.io/odoo/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 1, 2026