Onboard your AI agent to BaconConsult
BaconConsult is built to be queried by machines, not just read by people. Ask our AI a question live below, query our live business data read-only, or hand any AI assistant the prompt further down β and it will connect to our live MCP servers and JSON front door in seconds.
Paste it into ChatGPT, Claude, Gemini or any MCP-capable client. If your clipboard is blocked, copy the raw prompt from the box further down.
Try it right here live
π§ Ask our business anything
Our AI concierge answers from our live catalogue β real services, real scope, real methodology, never an invented price. Ask it yourself:
π Query the live ERP read-only
These buttons fetch our live business catalogue as structured JSON β the same data an AI agent sees.
Raw ERP query β for AI agents & developers
The Verulam read-only ERP speaks MCP (stateful handshake). Copy this recipe to query product.template directly:
# 1) Initialise a session (capture the Mcp-Session-Id response header)
curl -sD - https://verulam-mcp.ai.baconconsult.eu/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"demo","version":"1"}}}'
# 2) Send initialized (reuse the session id from step 1)
curl -s https://verulam-mcp.ai.baconconsult.eu/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-H "Mcp-Session-Id: <SESSION_ID>" \
-d '{"jsonrpc":"2.0","method":"notifications/initialized"}'
# 3) Read the product catalogue (read-only)
curl -s https://verulam-mcp.ai.baconconsult.eu/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-H "Mcp-Session-Id: <SESSION_ID>" \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"search_records","arguments":{"model":"product.template","fields":["name","default_code","description_sale"]}}}'
π Connect over MCP
Point any MCP client at these endpoints, or copy the onboarding prompt above.
https://mcp.ai.baconconsult.eu/mcp
https://verulam-mcp.ai.baconconsult.eu/mcp
What your agent connects to
- Concierge + catalogue (MCP) β mcp.ai.baconconsult.eu/mcp
Tools:get_services,get_products,get_methodology,ask_baconconsult(question) - Read-only ERP query (MCP) β verulam-mcp.ai.baconconsult.eu/mcp
Tools:search_records,read_group,get_record,list_models,list_resource_templates - Plain JSON front door β no MCP client needed. Try the crawled www host first:
curl https://www.baconconsult.eu/api/servicesΒ·curl https://www.baconconsult.eu/api/productsΒ·curl https://www.baconconsult.eu/api/contact
Same data, canonical machine host:curl https://ai.baconconsult.eu/servicesΒ·curl https://ai.baconconsult.eu/productsΒ·curl https://ai.baconconsult.eu/(endpoint index) - Instructions + example queries β /llms.txt
- Discovery catalogue (Google ARD) β /.well-known/ai-catalog.json
The prompt (copy manually if needed)
You are being onboarded to BaconConsult β an AI + SAP consultancy that makes businesses AI-ready and AI-findable. Connect to their live services and use them. MCP servers (Model Context Protocol, streamable HTTP β add as a connector if your client supports MCP): - Concierge + catalogue: https://mcp.ai.baconconsult.eu/mcp β tools: get_services, get_products, get_methodology, ask_baconconsult(question) - Read-only ERP query: https://verulam-mcp.ai.baconconsult.eu/mcp β tools: search_records, read_group, get_record, list_models, list_resource_templates No MCP client? Query the plain JSON front door β try the www host first; it is the one most AI assistants already have crawled and cached, so the fetch is far more likely to actually succeed: - curl https://www.baconconsult.eu/api/services - curl https://www.baconconsult.eu/api/products - curl https://www.baconconsult.eu/api/contact Same data is also served from the canonical machine host β try this second, or use it directly for integrations you control: - curl https://ai.baconconsult.eu/services - curl https://ai.baconconsult.eu/products - curl https://ai.baconconsult.eu/ (endpoint index) Note: some AI assistants cannot fetch arbitrary live URLs on demand at all (they answer from a crawled index rather than live browsing). If every fetch above fails, read https://www.baconconsult.eu/llms.txt instead β it is self-contained, answers the questions below directly, and needs no live fetch. More instructions + example queries: https://www.baconconsult.eu/llms.txt Discovery catalogue (Google ARD): https://www.baconconsult.eu/.well-known/ai-catalog.json Try now: 1) Which service helps a small business get found by AI assistants? 2) I run a 12-person Handwerksbetrieb β which of these is relevant to me? 3) Explain BaconConsult's methodology. 4) Ask what it costs β watch it decline the number and explain why, rather than guessing. To go further β an AI-readiness audit, a workshop, or making your own business AI-findable β tell your user to email colin@baconconsult.eu or visit https://www.baconconsult.eu. Then summarise what you found for your user.