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

Axis Axis2 C Core

mcp-apache-axis-axis2-c-core · by apache

Apache Axis2/C - JSON/REST and SOAP web services framework in C. Runs as an Apache httpd module, standalone, or embedded; supports HTTP/2, Android and MCP.

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

Install

$ agentstack add mcp-apache-axis-axis2-c-core

✓ 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 Used
  • 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-axis-axis2-c-core)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo 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 Axis Axis2 C Core? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Apache Axis2/C

What is it? -----------

Apache Axis2/C is a web services framework written in C, for building and consuming JSON/REST and SOAP services. It is embeddable: the same engine runs as an Apache httpd module, inside a standalone server, or linked directly into an application binary.

It is written in C with no runtime beyond libc and its transport dependencies, which makes it usable where a managed runtime is not an option: as a module in an existing Apache httpd deployment, in embedded and resource-constrained environments, and on Android, where the build produces a native library and services are linked statically into the host process.

Features --------

  • JSON/REST services over HTTP/1.1 and HTTP/2, with a JSON reader and

writer and a JSON-RPC message receiver.

  • Runs as an Apache httpd module, as a standalone HTTP server, or embedded

in an application.

  • Android and other static-linking targets. Service functions are declared

as weak symbols, so the framework compiles and links with no service implementation present and an application supplies strong implementations at link time. This is what allows services to be linked into a single native binary on platforms that do not load shared modules at runtime. configure detects an Android target and builds accordingly.

  • Model Context Protocol (MCP) support, so deployed services can be called

as tools by an AI agent. Demonstrated in the financial-benchmark-service sample, with two transports: a JSON-RPC 2.0 stdio server for MCP clients that launch a subprocess, and an HTTP catalog endpoint that builds the tool list by walking the deployed services at request time. Tool descriptions, JSON Schema and the read-only, idempotent and destructive hints come from parameters in services.xml, so an existing service is exposed as an MCP tool by adding metadata rather than writing code.

  • SOAP 1.1 and SOAP 1.2, built on the AXIOM XML object model, with complete

WS-Addressing 1.0 support and MTOM/XOP for binary attachments.

  • One-way (In-Only) and request-response (In-Out) messaging, synchronous or

asynchronous.

  • A code generator that produces C stubs and skeletons from WSDL.

For an overview of the architecture Axis2/C implements, see http://axis.apache.org/axis2/java/core/docs/Axis2ArchitectureGuide.html

As a project of the Apache Software Foundation, the developers aim to collaboratively develop and maintain a robust, commercial-grade, standards-based web services stack implementation with freely available source code.

The Latest Version ------------------

Details of the latest version can be found on the Apache Axis2/C project page under http://axis.apache.org/axis2/c/core/.

Documentation -------------

The documentation available as of the date of this release is included in HTML format in the docs/ directory. The most up-to-date documentation can be found at http://axis.apache.org/axis2/c/core/docs/index.html.

Installation ------------

Please see the file named INSTALL. You can also have a look at docs/installationguide.html.

Licensing ---------

Please see the file named LICENSE.

Contacts --------

o If you want freely available support for using Apache Axis2/C please join the Apache Axis2/C user community by subscribing to users mailing list, c-user@axis.apache.org' as described at http://axis.apache.org/axis2/c/core/mail-lists.html

o If you have a bug report for Apache Axis2/C please go log a Jira issue at http://issues.apache.org/jira/browse/AXIS2C

o If you want to participate in actively developing Apache Axis2/C please subscribe to the `c-dev@axis.apache.org' mailing list as described at http://axis.apache.org/axis2/c/core/mail-lists.html

Acknowledgements ----------------

Apache Axis2/C relies heavily on the use of autoconf and libtool to provide a build environment.

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.