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.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables interaction with SAP systems through RESTful APIs via MCP protocol. Supports calling SAP functions like BAPI with parameters and returns structured responses for SAP data operations.2
- Alicense-qualityDmaintenanceTransforms 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.481MIT
- AlicenseAqualityBmaintenanceEnables querying SAP SuccessFactors OData API metadata and managing Role-Based Permission (RBP) configurations. It provides tools for retrieving entity metadata, listing permission roles, and inspecting user-specific access rights through MCP-compatible clients.2911MIT
- AlicenseBqualityDmaintenanceEnables MCP clients to interact with Microsoft Dynamics 365 Business Central entities, providing tools to get schemas, list, create, update, and delete records.6MIT
Related MCP Connectors
Search, document and execute authenticated API calls across 500+ apps via one MCP server
This MCP server provides seamless access to Malaysia's government open data, including datasets, w…
Provide seamless access to Appfolio Property Manager Reporting API through a standardized MCP serv…
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/jhsementes/mcp-sap'
If you have feedback or need assistance with the MCP directory API, please join our Discord server