mcp-cpi
Allows operating an SAP Integration Suite Cloud Integration tenant, including reading packages, iFlows and logs; creating, cloning, configuring, validating and deploying artifacts; invoking an iFlow and reading step payloads.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-cpilist iFlows in the SalesOrder package and check their logs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-cpi
MCP server para operar un tenant de SAP Integration Suite — Cloud Integration desde Claude Code. 21 tools: leer packages, iFlows y logs; crear, clonar, configurar, validar y deployar artefactos; invocar un iFlow y leer los payloads de cada paso. Todas verificadas contra un tenant real.
Este README es para usarlo desde otro repo. Para trabajar sobre el server, ver CLAUDE.md.
Requisitos
Node.js 18.15 o superior (
node --version).Acceso de lectura a este repo por git (SSH o
gh auth login): es privado.Una service key del tenant, plan
api(ver Credenciales).
Related MCP server: abap-mcpb
1. Instalarlo en tu repo
Desde la raíz del repo donde vas a trabajar:
npm install github:jmatiasschneider/mcp-cpi-share#v0.1.0El #v0.1.0 fija la versión: todos instalan el mismo commit, y el package-lock.json de este
repo fija a su vez cada dependencia del server. Para actualizar, cambiar el tag.
Si tu repo no tiene package.json, antes:
npm init -y2. Credenciales
En el BTP Cockpit, en la subaccount del tenant: Instances and Subscriptions → Process
Integration Runtime, instancia con plan api → Service Keys → crear una. El JSON que
baja trae clientid, clientsecret, tokenurl y url: se pegan tal cual.
cp node_modules/mcp-cpi/systems.example.json systems.jsonCompletar el bloque oauth del profile dev. El bloque runtime (plan integration-flow)
es opcional: solo hace falta para cpi_invoke; si no lo tenés, borralo del profile.
⚠️ systems.json va al .gitignore de tu repo. Y el secreto nunca se pega en el chat con
Claude: se escribe directo en el archivo.
policy arranca en readonly: las tools que escriben o ejecutan quedan bloqueadas. Subirla a
readwrite solo en el profile del tenant donde se desarrolla.
3. Registrarlo en Claude Code
Crear .mcp.json en la raíz de tu repo:
{
"mcpServers": {
"mcp-cpi": {
"command": "node",
"args": ["node_modules/mcp-cpi/bin/stdio.js"],
"env": {
"CPI_PROFILE": "dev",
"CPI_SYSTEMS": "systems.json"
}
}
}
}CPI_SYSTEMS es la ruta de tus credenciales, relativa a la raíz del repo. CPI_PROFILE elige
el profile dentro del archivo: con dos tenants (dev, qas) se declaran dos entradas, una por
profile, con nombres mcp-cpi-dev y mcp-cpi-qas.
Reabrir el repo en Claude Code y pedirle cpi_ping: si contesta con el tenant y los scopes del
token, está andando.
4. La skill (opcional, recomendada)
El procedimiento para crear un iFlow y migrar una interfaz desde PI/PO vive en una skill. Se copia al repo, no se instala global:
cp -r node_modules/mcp-cpi/.claude/skills/mcp-cpi-iflows .claude/skills/Claude la toma al reabrir el workspace. Al actualizar el server, volver a copiarla.
Actualizar
npm install github:jmatiasschneider/mcp-cpi-share#v0.2.0y volver a copiar la skill.
Para desarrollar el server
git clone git@github.com:jmatiasschneider/mcp-cpi-share.git && cd mcp-cpi-share
npm ci # instala exactamente lo que dice package-lock.json
cp systems.example.json systems.json # acá sí va en la raíz; está gitignoreado
git config core.hooksPath .githooks # hook de pre-commit, una vez por clone
npm test # unitarios + boot; no toca el tenantnpm ci y no npm install: el primero instala el lock tal cual y falla si no coincide con
package.json; el segundo puede reescribirlo.
Los smoke tests (npm run smoke, smoke:write, smoke:deploy) van contra el tenant real y dan
por existente un package DEVtest con un iFlow test adentro. Lo que crean lleva prefijo zz_
y se borra al terminar. Detalle en CLAUDE.md; lo verificado contra el API, en
DISCOVERY.md.
Seguridad
Nunca se loggea ni se devuelve un
clientsecreto un token. De las credenciales del tenant solo salen nombres.cpi_invokeejecuta un iFlow, y ese iFlow puede pegarle a un backend real. Por eso está bloqueada enreadonlyaunque no escriba en Cloud Integration.No hay tool para borrar un package: se lleva puesto todo lo que tiene adentro.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
- platform7nOAuthtech.p7n
Connect Claude to your Platform7n workspaces — chat, links, and tasks. One-click OAuth.
AI Visibility and Content Intelligence tools for Claude and MCP-compatible agents.
One workspace of tools for Claude and ChatGPT: connect 600+ apps, generate media, build tools.
Connect Claude AI to UluP Spaces via MCP — create projects, nodes, and tasks with OAuth 2.0.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables interaction with SAP Integration Suite for designing, creating, and managing integration artifacts including integration flows, message mappings, packages, and B2B trading partner relationships through AI-powered natural language commands.29-
- AlicenseNot gradedqualityDmaintenanceEnables SAP ABAP development by connecting Claude Desktop to SAP systems via the ADT API for reading, writing, and deploying code. It offers 25 tools covering object management, transports, quality assurance, and SQL data access.MIT
- AlicenseAqualityDmaintenanceConnects Claude to SAP Cloud Platform Integration (CPI) to diagnose failed messages, review iFlows, deploy artifacts, and check credentials directly from your conversation.136MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to interact with SAP Cloud Integration (CPI) by exposing CPI APIs as MCP tools for inspecting metadata, runtime artifacts, message logs, and failed messages.3-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jmatiasschneider/mcp-cpi-share'
If you have feedback or need assistance with the MCP directory API, please join our Discord server