MCP Prompts
8 pre-built prompt templates that guide your agent through multi-step workflows. Prompts are free to use (though the tools they invoke cost credits).
Tax
| Prompt | Description | Arguments |
|---|---|---|
tax-summary |
Get a comprehensive summary of all UK tax rates, bands, and thresholds for a given tax year. | tax_year string, optional |
take-home-breakdown |
Calculate and present a detailed payslip-style take-home pay breakdown showing all deductions from gross to net. |
gross_income string, required region string, optional student_loan_plan string, optional pension_rate string, optional |
employer-cost-breakdown |
Calculate the total cost of employing someone in the UK, including employer NI, pension auto-enrolment, and other statutory costs. |
gross_salary string, required pension_rate string, optional |
Companies
| Prompt | Description | Arguments |
|---|---|---|
company-report |
Generate a structured company overview from Companies House data including status, SIC codes, incorporation date, and registered address. | company_number string, required |
company-due-diligence |
Run a comprehensive due diligence check on a UK company: profile, financial health, trends, PSC ownership network, and filing compliance. | company_number string, required |
company-comparison |
Compare two or more UK companies side-by-side on financials, filing status, ownership, and health scores. | company_numbers string, required |
Property
| Prompt | Description | Arguments |
|---|---|---|
property-area-report |
Generate a property market report for a UK area — price statistics, trends by property type, and recent transactions. |
location string, required years string, optional |
Benefits
| Prompt | Description | Arguments |
|---|---|---|
benefits-eligibility |
Check potential UK benefits eligibility based on circumstances — Universal Credit, Child Benefit, and statutory payments. |
gross_income string, required children string, optional circumstance string, optional |
How prompts work
- Prompts are free — they don't consume credits themselves.
- Each prompt guides your agent to call one or more tools, which cost 10 credits each.
- Prompts appear in your agent's prompt list (e.g.
tax-summary) for easy invocation. - Arguments are passed as key-value pairs when invoking the prompt.