# SysML V2 API MCP Server

> A MCP server written in C++ that provides AI models and agents with a SysML v2 model as context.

- **Type:** MCP server
- **Install:** `agentstack add mcp-redsteve-sysml-v2-api-mcp-server`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [redsteve](https://agentstack.voostack.com/s/redsteve)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [redsteve](https://github.com/redsteve)
- **Source:** https://github.com/redsteve/SysML-v2-API-MCP-Server

## Install

```sh
agentstack add mcp-redsteve-sysml-v2-api-mcp-server
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# SysML v2 API MCP-Server

> [!WARNING]
> This project is currently **WORK IN PROGRESS**, has not yet been officially released, and is by no means suitable for productive use!

## About This Project

The Model Context Protocol (MCP) is basically an open protocol for communication between AI models (e.g., ChatGPT, Google Gemini or Claude) and external systems. MCP was officially unveiled by Antropic PBC on November 25, 2024, and released as an open-source project (see https://modelcontextprotocol.io/).

The goal of this project is to develop a MCP server written in C++ that provides AI models and agents with a SysML v2 model as context. For this purpose, the server can access a REST endpoint via HTTP/HTTPS that offers resources and methods defined by the [SysML v2 Application Programming Interface (API) & Services](https://www.omg.org/spec/SystemsModelingAPI) specification (You can find the pilot implementation here: https://github.com/Systems-Modeling/SysML-v2-API-Services).

## Architecture and Design

### System Context

The analysis of the system context serves to answer the question: How will the so-called system of interest—in this case our SysML v2 API MCP Server—be embedded in its operational environment? In other words, a system context view is a view that depicts and describes the external systems and users with which our MCP Server directly communicates or interacts. Thus, the context also defines the system boundary.

The following diagram uses UML (Unified Modeling Language) notation to depict the system context.

### Internal Structure (Building Blocks)

The following UML class diagram depicts the components (building blocks) that made up the SysML v2 API MCP server. These are all C++ classes and interfaces (abstract classes without implementations).

One of the main architecture goals is high modularity. The implementation has a modular structure and can be easily expanded with additional MCP transport layers (e.g., gRPC) or other/additional HTTP tool clients. In particular, the SysML v2-specific part of the implementation (see folder src/sysmlv2) is small, clearly delineated, and loosely coupled with the rest of the server implementation. This ensures that the other code can be easily reused, e.g., to create another MCP server for a different purpose.

### Dependencies

The following UML package diagram depicts the project's dependencies on third-party projects and libraries.

## Usage

## License

MIT license (© 2025 Stephan Roth)

## Source & license

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

- **Author:** [redsteve](https://github.com/redsteve)
- **Source:** [redsteve/SysML-v2-API-MCP-Server](https://github.com/redsteve/SysML-v2-API-MCP-Server)
- **License:** MIT

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-redsteve-sysml-v2-api-mcp-server
- Seller: https://agentstack.voostack.com/s/redsteve
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
