Skip to main content
Glama
marcelofiorito

joule-myfranchise-mcp

joule-myfranchise-mcp

MCP Server para o SAP Joule — RunMyFranchise

Joule Studio (BTP)  →  MCP Server (CF Python)  →  myfranchise-srv OData V4
       ↑
   LLM do Joule raciocina com os dados retornados

Tools disponíveis

Tool

Pergunta natural

get_lojas_em_risco

"Quais lojas têm ruptura de Havaianas no NE em julho?"

get_cobertura_estoque

"Qual a cobertura de SKU-100 em Recife?"

get_pedidos_pendentes

"Quantos pedidos de reposição estão aguardando aprovação?"

get_recomendacoes

"Quais as recomendações ativas para Porto Alegre?"

get_score_rede

"Qual o score médio das lojas críticas?"

Related MCP server: odata-mcp-proxy

Deploy no Cloud Foundry

# 1. Definir o clientSecret do XSUAA
cf set-env joule-myfranchise-mcp CLIENT_SECRET <xsuaa-clientsecret>

# 2. Definir um token de autenticação para o Joule Studio
cf set-env joule-myfranchise-mcp MCP_AUTH_TOKEN $(uuidgen)

# 3. Deploy
cf push -f manifest-mcp.yml

Integração com Joule Studio

Crie uma BTP Destination (Connectivity → Destinations):

Campo

Valor

Name

RunMyFranchise-MCP

Type

HTTP

URL

https://joule-myfranchise-mcp.cfapps.us10.hana.ondemand.com

Authentication

NoAuthentication

sap-joule-studio-mcp-server

true

No Joule Studio: Adicionar servidor MCP → selecionar destination RunMyFranchise-MCP → caminho /mcp.

Pré-requisitos

  • Python 3.12+

  • SAP BTP Cloud Foundry

  • cf CLI instalado

  • Credenciais XSUAA do myfranchise-uaa (clientid/clientsecret)

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Transforms SAP S/4HANA or ECC systems into conversational AI interfaces by exposing OData services as dynamic MCP tools. Enables natural language interactions with ERP data for querying, creating, updating, and deleting business entities.
    34 npm
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A config-driven MCP server that exposes OData and REST APIs as MCP tools, enabling AI assistants to query, manage, and monitor SAP backends through natural language.
    59 npm
    29
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    MCP server for SAP ABAP development that enables AI assistants and code editors to interact with SAP systems via ABAP Developer Toolkit (ADT) APIs, supporting read, create, update, and delete of ABAP objects.
    100
    90 npm
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    MCP server that enables AI platforms to search products, customers, and warehouses, and prepare and submit sales orders to a fixed ERP endpoint with per-session bearer authentication.
    -