README.md
Secure two-layer MCP integration for Odoo ERP, Shopify, and knowledge bases.
A secure two-layer MCP integration system that connects local thin clients to a Google Cloud backend for authenticated access to internal corporate tools. It enables users to manage Odoo ERP records, Shopify products, and internal knowledge bases through natural language commands.
Tools (3)
manage_odoo_recordsManage Odoo ERP records through natural language commands.manage_shopify_productsAccess and manage Shopify product listings and data.query_knowledge_baseSearch and retrieve information from internal corporate knowledge bases.Environment Variables
GCP_PROJECT_IDrequiredGoogle Cloud Platform project identifier for backend access.Configuration
claude_desktop_config.json
{
"mcpServers": {
"mcp-internal": {
"command": "npx",
"args": ["-y", "@jameslai-sparkofy/mcp-internal"],
"env": {
"GCP_PROJECT_ID": "your-project-id"
}
}
}
}Try it
→List the latest sales orders from our Odoo ERP.
→Update the inventory count for the Blue T-shirt in Shopify.
→Search the internal knowledge base for our company's remote work policy.
→Create a new customer record in Odoo for Acme Corp.
→Check the stock status of all products in the electronics category on Shopify.