BeClaude

camel-mcp

New
6.2kCommunity RegistryGeneralby Apache Camel

Apache Camel MCP server: exposes the Camel Catalog plus specialized tools (catalog exploration, route and YAML DSL validation, security hardening, error diagnosis, dependency check, OpenAPI contract-first scaffolding, and version-to-version migration) to AI coding assistants over the Model Context Protocol. Requires JBang on the PATH.

Community PluginView Source

Overview

![Maven Central](https://central.sonatype.com/artifact/org.apache.camel/apache-camel) ![Javadocs](https://www.javadoc.io/doc/org.apache.camel/camel-api) ![Stack Overflow](http://stackoverflow.com/questions/tagged/apache-camel) ![Chat](https://camel.zulipchat.com/) ![Twitter](https://twitter.com/ApacheCamel)

Apache Camel is an Open Source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data.

Introduction

Camel empowers you to define routing and mediation rules in a variety of domain-specific languages (DSL, such as Java, XML, Groovy and YAML). This means you get smart completion of routing rules in your IDE, whether in a Java or XML editor.

Apache Camel uses URIs to enable easier integration with all kinds of transport or messaging model including HTTP, ActiveMQ, JMS, JBI, SCA, MINA or CXF together with working with pluggable Data Format options. Apache Camel is a small library that has minimal dependencies for easy embedding in any Java application. Apache Camel lets you work with the same API regardless of the transport type, making it possible to interact with all the components provided out-of-the-box, with a good understanding of the API.

Apache Camel has powerful Bean Binding and integrated seamlessly with popular frameworks such as Spring, Quarkus, and CDI.

Apache Camel has extensive testing support allowing you to easily unit test your routes.

Components

Apache Camel comes alongside several artifacts with components, data formats, languages, and kinds. The up-to-date list is available online at the Camel website:

  • Components: <https://camel.apache.org/components/latest/>
  • Data Formats: <https://camel.apache.org/components/latest/dataformats/>
  • Languages: <https://camel.apache.org/components/latest/languages/>
  • Miscellaneous: <https://camel.apache.org/components/latest/#_miscellaneous_components>

Examples

Apache Camel comes with many examples. The up to date list is available online at GitHub:

  • Examples: <https://github.com/apache/camel-examples/tree/main#welcome-to-the-apache-camel-examples>

Getting Started

To help you get started, try the following links:

Getting Started

<https://camel.apache.org/getting-started.html>

The beginner examples are another powerful alternative pathway for getting started with Apache Camel.

  • Examples: <https://github.com/apache/camel-examples/tree/main#welcome-to-the-apache-camel-examples>

Building

<https://camel.apache.org/camel-core/contributing/>

Contributions

We welcome all kinds of contributions, the details of which are specified here:

<https://github.com/apache/camel/blob/main/CONTRIBUTING.md>

Please refer to the website for details of finding the issue tracker, email lists, GitHub, chat

Website: <https://camel.apache.org/>

GitHub (source): <https://github.com/apache/camel>

Issue tracker: <https://issues.apache.org/jira/projects/CAMEL>

Mailing-list: <https://camel.apache.org/community/mailing-list/>

Chat: <https://camel.zulipchat.com/>

StackOverflow: <https://stackoverflow.com/questions/tagged/apache-camel>

Twitter: <https://twitter.com/ApacheCamel>

Support

For additional help, support, we recommend referencing this page first:

<https://camel.apache.org/community/support/>

Getting Help

If you get stuck somewhere, please feel free to reach out to us on either StackOverflow, Chat, or the email mailing list.

Please help us make Apache Camel better — we appreciate any feedback you may have.

Enjoy!


The Camel riders!

Licensing

The terms for software licensing are detailed in the LICENSE.txt file, located in the working directory.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/camel-mcp.md https://raw.githubusercontent.com/apache/camel/main/SKILL.md
3
Invoke in Claude Code
/camel-mcp
View source on GitHub
securityapimcp

Frequently Asked Questions

What is camel-mcp?

Apache Camel MCP server: exposes the Camel Catalog plus specialized tools (catalog exploration, route and YAML DSL validation, security hardening, error diagnosis, dependency check, OpenAPI contract-first scaffolding, and version-to-version migration) to AI coding assistants over the Model Context Protocol. Requires JBang on the PATH.

How to install camel-mcp?

To install camel-mcp, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /camel-mcp.

What is camel-mcp best for?

camel-mcp is a community categorized under General. It is designed for: security, api, mcp. Created by Apache Camel.