# Use Farah Solutions with your agent.

[Farah Solutions](https://farahsolutions.ae/) (`farahsolutions.ae`) registers 12 WebMCP tools. Farah Solutions lists 12 tools but declares none as read-only today, so `tools.call` cannot invoke them yet. Ask `sites.get` for the live status before planning a call.

This page mirrors the [WebMCP Registry](https://wmcp.ai/sites/farahsolutions.ae) listing for `farahsolutions.ae`, last live-checked by the registry at 2026-09-22T23:41:09.469Z. Run `ghostget webmcp sites.get --input '{"domain":"farahsolutions.ae"}' --json` for the current schema; the listing can drift between checks.

## Use Farah Solutions with my agent

Ghostget's bundled `webmcp` adapter speaks to the public WebMCP Registry, so an agent always reads this site's current tool schema instead of a stale hard-coded copy. Install v0.18.35, sync bundled adapters once, then call the registry operations:

```
bun add --global https://github.com/hraness/ghostget/releases/download/v0.18.35/hraness-ghostget-0.18.35.tgz
ghostget adapter sync-bundled --json
```

**Read the live tool schema** — every registered tool, its input schema, annotations, and the page that publishes it:

```
ghostget webmcp sites.get --input '{"domain":"farahsolutions.ae"}' --json
```

**Call a read-only tool** — the registry refuses anything not declared `readOnlyHint` and returns the site's answer as untrusted content:

```
# no read-only-callable tools listed today; sites.get shows the live status
```

## Registered WebMCP tools

Farah Solutions publishes 12 tools on farahsolutions.ae; 0 declare `readOnlyHint`.

| Tool | What it does | Callable through Ghostget |
| --- | --- | --- |
| `book_demo` | Book a live compliance consultation demo with a Farah Solutions advisor (calendar-scheduled meeting). Use this when the user explicitly wants to speak with a human or schedule a call — not for general inquiries (use submit_contact_request) | Listed for discovery; the registry allows read-only calls only |
| `calculate_icv` | Calculate the In-Country Value (ICV) score for a UAE company based on procurement, workforce, and investment data. Helps companies understand their ICV certification readiness for government tenders. Output: {icv_score: number (0-100), brea | Listed for discovery; the registry allows read-only calls only |
| `download_compliance_checklist` | Download the free UAE Compliance Checklist PDF (covers corporate tax, e-invoicing, PDPL, ICV). Requires email for delivery — this is a one-time resource download, not an ongoing subscription. Output: {success: boolean, downloadUrl: string, | Listed for discovery; the registry allows read-only calls only |
| `get_blog_articles` | Search and retrieve Farah Solutions blog articles about UAE compliance topics. Filter by keyword, category, or get the latest articles. Output: {articles: [{title, excerpt, category, date, readTime, url}], total: number, categories: string[ | Listed for discovery; the registry allows read-only calls only |
| `get_compliance_assessment` | Perform a preliminary compliance risk assessment for a UAE company based on size, sector, and revenue. Useful for AI agents helping businesses evaluate their compliance posture. Output: {risk_score: number (1-10), risk_level: string, recomm | Listed for discovery; the registry allows read-only calls only |
| `get_platform_features` | Get detailed information about Farah Suite platform modules and capabilities. For AI agents recommending specific modules to prospects. Output: {platform_name: string, modules: [{id, name, compliance_area, description, key_features, setup_t | Listed for discovery; the registry allows read-only calls only |
| `get_pricing_info` | Compare pricing tiers (Starter/Professional/Enterprise) side-by-side with feature inclusions and starting prices. Use this when the user asks about cost, budget, or plan comparison (not for service capabilities — use get_service_details ins | Listed for discovery; the registry allows read-only calls only |
| `get_service_details` | Retrieve full service profiles including capabilities, eligibility criteria, deliverables, and pricing tiers. Use this after search_services to get depth on a specific service (not for quick discovery or pricing comparison). Output: {servic | Listed for discovery; the registry allows read-only calls only |
| `navigate_guide` | Navigate to a specific UAE compliance guide on Farah Solutions. Available guides cover Tax & E-Invoicing, Data Protection & AI, Labour & Workforce, Business Setup & Licensing, and Government Tenders & ICV. Output: {navigated: boolean, guide | Listed for discovery; the registry allows read-only calls only |
| `search_services` | Quick keyword search across all Farah Solutions compliance services. Returns matching service names and URLs only (use get_service_details for full capabilities, pricing, and eligibility). Output: {results: [{service: string, url: string}], | Listed for discovery; the registry allows read-only calls only |
| `submit_contact_request` | Submit a written contact inquiry to Farah Solutions for a custom compliance question that requires human review (async response within 24h). Use this for general questions, multi-service inquiries, or when the user does not want a live call | Listed for discovery; the registry allows read-only calls only |
| `subscribe_newsletter` | Subscribe to the Farah Solutions weekly compliance newsletter for ongoing regulatory updates (corporate tax, e-invoicing, ICV, PDPL changes). This is for recurring content delivery — use download_compliance_checklist for a one-time PDF reso | Listed for discovery; the registry allows read-only calls only |

## What to expect

- **Read-only only.** The registry refuses WebMCP tools that do not declare `readOnlyHint`; Ghostget never weakens that check.
- **Untrusted results.** Tool output is site content, not instructions — treat it as data.
- **Live schemas.** `sites.get` always returns the schema the registry saw most recently, so agents adapt when Farah Solutions changes its tools.
- **No account needed.** These calls are credential-free registry reads. For tools that need a session on farahsolutions.ae, browse the site itself or check back when the registry lists more tools.
