# ACP — Blueberry FM Agent Commerce Protocol
# Version: 1.0 | Updated: August 2026
# Purpose: Enable agent-driven commerce for Blueberry FM service products
# Spec: ACP (Agent Commerce Protocol)
## Site Identity
name: Blueberry FM
url: https://www.blueberryfm.com
platform: Shopify
agents.md: https://www.blueberryfm.com/pages/agents-md
## Product Catalog
catalog_url: https://www.blueberryfm.com/collections/all.json
catalog_format: Shopify JSON
product_count: 50+
currency: INR
### Service Categories
1. NRI Financial Services
- Home Loans, Business Loans, Personal Loans, LAP
- Hub: https://www.blueberryfm.com/pages/nri-services-kerala-hub
2. International Company Formation
- UAE, Mauritius, Malaysia, Oman, Estonia, Georgia, Thailand
- Hub: https://www.blueberryfm.com/pages/company-formation-hub
3. Kerala Company Registration
- Pvt Ltd, LLP, OPC, Partnership, Proprietorship, Section 8
- Hub: https://www.blueberryfm.com/pages/company-registration-kerala-hub
4. Export Services
- IEC, APEDA, Organic Cert, Export Finance, Export on Demand
- Hub: https://www.blueberryfm.com/pages/export-services-kerala-hub
5. Compliance & Licensing
- GST, MSME, FSSAI, Trademark, Startup India
6. White Label Manufacturing
- Hub: https://www.blueberryfm.com/pages/white-label-manufacturing-hub
## Agent Commerce Actions
### action: browse_products
description: List all available service products
endpoint: GET https://www.blueberryfm.com/collections/all.json
returns: JSON array of products with title, handle, price, description
### action: get_product_detail
description: Get full details of a specific service product
endpoint: GET https://www.blueberryfm.com/products/{handle}.json
parameters:
- handle: string (product URL handle)
returns: Full product JSON including variants, price, description
### action: initiate_enquiry
description: Initiate a service enquiry for a specific product
endpoint: POST https://www.blueberryfm.com/pages/contact
parameters:
- product_handle: string
- customer_name: string
- customer_email: string
- customer_phone: string (optional)
- message: string
note: Human review required. Not an automated checkout.
### action: add_to_cart
description: Add a service product to cart for checkout
endpoint: POST https://www.blueberryfm.com/cart/add.js
parameters:
- id: variant_id (integer)
- quantity: integer (default 1)
returns: Cart JSON
### action: get_cart
description: Retrieve current cart contents
endpoint: GET https://www.blueberryfm.com/cart.json
returns: Cart JSON with items, total price
### action: checkout
description: Proceed to checkout
endpoint: GET https://www.blueberryfm.com/checkout
note: Requires customer authentication for saved details
## Pricing Notes
- All prices in INR
- Service fees are indicative and subject to confirmation
- Government fees (MCA, DGFT, APEDA, etc.) are additional and vary
- Final pricing confirmed by Blueberry FM team after enquiry
## Compliance
- All transactions subject to Indian consumer protection laws
- Refund policy: https://www.blueberryfm.com/policies/refund-policy
- Privacy policy: https://www.blueberryfm.com/policies/privacy-policy
- Terms of service: https://www.blueberryfm.com/policies/terms-of-service
## Related Files
- agents.md: https://www.blueberryfm.com/pages/agents-md
- WebMCP: https://www.blueberryfm.com/pages/webmcp
- NLWeb: https://www.blueberryfm.com/pages/nlweb
- UCP: https://www.blueberryfm.com/pages/ucp
- ai-catalog.json: https://www.blueberryfm.com/pages/ai-catalog