Using Generate Agents Tools in Claude

Before you start, make sure you have an active private connection to the Pricefx MCP Server. Use the Generate Agents Tools in Claude to create, update, and deploy Pricefx Agents.

  1. Open your browser and launch Claude.

  2. Click the + icon.

  3. Go to Connectors.

  4. Verify that your private connection is enabled.

    Connectors menu with the private Pricefx MCP Server connection enabled.
    Connectors menu with the private Pricefx MCP Server connection enabled.
  5. Enter the following prompt in the message input field.

    Create a Margin Leakage Detection Agent
    Continuously Identify transactions and quote lines across Denso Corp's global business where realized margin is below statistically expected thresholds. Flag high-risk deals, customers, products, and geographies for expedited review and remediation.
    Analyze daily transaction-level margin data, quote lines, SKU/product data, sales regions/countries, customer segmentation, and discount records.
    Apply daily outlier box plot analysis and statistical dispersion measures (standard deviation, z-score) to detect anomalies in margins by product, channel, and region.
    Flag transactions and quotes where margin falls below modeled benchmarks (including outliers below interquartile ranges and whiskers) for each business segment.
    Surface actionable margin leakage risks to guide prioritization of review and corrective actions for deals, segments, or areas with statistically significant margin shortfalls.
    


    Claude message input containing the Generate Agent JSON prompt.
    Claude message input containing the Generate Agent JSON prompt.
  6. Click Send message Send message button .

  7. If Claude asks for permission to use the generate_agent_json tool, click Allow.

    Claude permission dialog requesting access to the Generate Agent JSON tool.
    Claude permission dialog requesting access to the Generate Agent JSON tool.
  8. Review the generated Agent JSON and verify that it contains the expected configuration.

    Claude response showing the generated Agent JSON.
    Claude response showing the generated Agent JSON.
  9. Enter a prompt to deploy the Agent.
    info If you need to modify the Agent configuration, use the update_agent_json tool before deploying the Agent.

  10. If Claude asks for permission to use the deploy_agent tool, click Allow.

    Claude permission dialog requesting access to the Deploy Agent tool.
    Claude permission dialog requesting access to the Deploy Agent tool.
  11. The deploy_agent tool deploys the Agent and returns the deployment result.

    Claude response showing the Agent deployment result.
    Claude response showing the Agent deployment result.