Andrea Cosentino created CAMEL-24223:
----------------------------------------
Summary: Camel JBang MCP Server - Add camel_route_cost_estimate
tool for API cost estimation
Key: CAMEL-24223
URL: https://issues.apache.org/jira/browse/CAMEL-24223
Project: Camel
Issue Type: Improvement
Components: camel-jbang
Reporter: Andrea Cosentino
Add a new MCP tool that estimates API costs for a Camel route based on its
component usage patterns. Particularly valuable for AI pipelines where
Bedrock/OpenAI calls have per-token pricing.
Scope:
- New tool: camel_route_cost_estimate
- Input: route file path or inline YAML/Java DSL
- Output: estimated cost per execution, cost per hour/day at given throughput,
breakdown by component
- Pricing data: Bedrock model pricing (per input/output token), Textract
pricing (per page), S3 pricing (per request)
- Support throughput parameter (messages/hour) for projection
- Highlight the most expensive component in the pipeline
Location: dsl/camel-jbang/camel-jbang-mcp/
--
This message was sent by Atlassian Jira
(v8.20.10#820010)