AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified Apache-2.0 Self-run

Camel Jbang Examples

mcp-apache-camel-jbang-examples · by apache

Apache Camel JBang Examples

No reviews yet
0 installs
32 views
0.0% view→install

Install

$ agentstack add mcp-apache-camel-jbang-examples

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-apache-camel-jbang-examples)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Camel Jbang Examples? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Apache Camel CLI Examples

Apache Camel is a powerful open source integration framework based on known Enterprise Integration Patterns with powerful bean integration.

Introduction

This project provides examples for low-code integrations with Apache Camel CLI.

Examples

This git repository hosts a set of ready-to-use examples you can try to learn more about Apache Camel, and how Camel can be used to integrate systems. These examples are accessible for non developers, as they can run without having to use traditional Java compilation or build systems such as Maven or Gradle.

All examples can run local on your computer from a CLI terminal by executing a few commands.

The Camel CLI is powered by JBang which makes using Java much easier.

Install Camel CLI

First install JBang according to https://www.jbang.dev

When JBang is installed then you should be able to run from a shell:

jbang --version

This will output the version of JBang.

To run this example you can install Camel on JBang via:

jbang app install camel@apache/camel

Which allows to run Camel with camel as shown below.

camel --version

Integration testing

The examples provide automated integration tests that you can run with the Citrus test framework.

You need to install Citrus as a JBang app, too:

jbang app install citrus@citrusframework/citrus

Now you can start running commands for the Citrus JBang app with citrus:

citrus --version

Usually the Citrus tests are written in YAML files and named accordingly to the Camel CLI route source file.

For instance the Camel route mqtt.camel.yaml route provides a test named mqtt.citrus.it.yaml. You can run the test with Citrus JBang like this:

citrus run test/mqtt.citrus.it.yaml

Usually the test prepares the complete infrastructure (e.g. via Docker compose) and starts the Camel route automatically via JBang. Of course the test also performs some validation steps to make sure that the Camel route works as expected.

Other Examples

You can also find a set of various Camel CLI examples at: https://github.com/apache/camel-kamelets-examples/tree/main/jbang

Help and contributions

If you hit any problem using Camel or have some feedback, then please let us know.

We also love contributors, so get involved :-)

The Camel riders!

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.