MCP SAP Business One
Provides integration with SAP Business One 10.0 Service Layer, enabling tools to query entities, retrieve records, execute generic requests (read/write based on configuration), and check session status.
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 SAP Business OneCheck my SAP session status"
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 SAP Business One
Servidor MCP em Docker para SAP Business One 10.0 Service Layer, com autenticação por usuário e chave pessoal mcp_live_....
Fluxo
Usuário abre
https://mcp-sap.jh.com.br/connectInforma CompanyDB, usuário e senha do SAP
Copia a chave
mcp_live_...no Cursor ou Claude Code
Related MCP server: SAP OData to MCP Server
Deploy em 192.168.10.30
ssh usuario@192.168.10.30
sudo mkdir -p /docker/mcp-sap
cd /docker/mcp-sap
git clone https://github.com/jhsementes/mcp-sap.git .
cp .env.example .env
# Edite .env com SAP_SL_URL e demais variáveis
docker compose up -d --buildVariáveis principais
Variável | Descrição |
| URL base do Service Layer (sem |
| CompanyDB padrão no formulário de login |
|
|
| URL pública para callbacks e config do Cursor |
| Porta HTTP (padrão 8789) |
Ferramentas MCP
status_sap— verifica sessão ativaurl_conexao_sap— URL para reconectarconsultar_entidade— GET OData com$filter,$select, etc.obter_registro— GET por chave (Invoices(123))executar_requisicao_sl— requisição genérica (escritas só seSAP_ALLOW_WRITES=true)
Desenvolvimento local
cp .env.example .env
npm install
npm run devAbra http://localhost:8789/connect.
Configuração Cursor
{
"mcpServers": {
"sap": {
"url": "https://mcp-sap.jh.com.br/mcp",
"headers": {
"Authorization": "Bearer mcp_live_..."
}
}
}
}Documentação SAP
A skill sap-b1-access em .cursor/skills/ contém referência validada do ambiente JH Sementes (EntitySets, OData, troubleshooting).
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.
Latest Blog Posts
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/jhsementes/mcp-sap'
If you have feedback or need assistance with the MCP directory API, please join our Discord server