This site provides public product data via a read-only API.
https://www.beer-house.ro/shop/api/products
https://www.beer-house.ro/shop/api/products?p=1
JSON format.
https://www.beer-house.ro/automation/api/mcp
MCP (Model Context Protocol) — JSON-RPC 2.0 over HTTP POST
Content-Type: application/json
POST https://www.beer-house.ro/automation/api/mcp
{
"jsonrpc": "2.0",
"id": 1,
"method": "initialize",
"params": {
"protocolVersion": "2024-11-05",
"capabilities": {},
"clientInfo": { "name": "my-agent", "version": "1.0" }
}
}
{ "jsonrpc": "2.0", "id": 2, "method": "tools/list" }
{
"jsonrpc": "2.0",
"id": 3,
"method": "tools/call",
"params": {
"name": "search_products",
"arguments": { "q": "shoes", "p": 1 }
}
}
Listed per module at https://www.beer-house.ro/automation/api/mcp