# Standard Accounting Public MCP

Public MCP server for UK company filing guidance, products, deadlines, and knowledge-centre content

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add standardaccounting/public-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list standardaccounting/public-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get standardaccounting/public-mcp list_products

# Call a tool
npx -y @smithery/cli@latest tool call standardaccounting/public-mcp list_products '{}'
```

## Direct MCP Connection

Endpoint: `https://public-mcp--standardaccounting.run.tools`

## Tools (10)

- `list_products` — Returns the current Standard Accounting product catalogue and pricing.
- `get_product` — Looks up a single product or service by product key.
- `compare_products` — Compares multiple products or services by key.
- `list_articles` — Lists published knowledge-centre articles.
- `search_articles` — Searches the knowledge centre by title, slug, tags, and article content.
- `read_article` — Reads a single knowledge-centre article by slug and returns markdown content.
- `get_deadlines` — Returns common UK company and tax deadlines relevant to Standard Accounting services.
- `recommend_services` — Suggests relevant Standard Accounting services based on a free-text query.
- `explain_filing` — Provides a quick guide to a filing or compliance topic and links it to the right services and articles.
- `document_requirements` — Returns guidance on identity and document requirements.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get standardaccounting/public-mcp <tool-name>
```

## Resources

- `standard-accounting://products/catalogue` — Read-only JSON export of the current product list.
- `knowledge://articles` — Index of public knowledge-centre articles.
- `standard-accounting://deadlines` — Read-only JSON export of common UK filing and tax deadline guides.
- `standard-accounting://products/accountingStandard` — Product details by product key.
- `standard-accounting://products/accountingPro` — Product details by product key.
- `standard-accounting://products/expressService` — Product details by product key.
- `standard-accounting://products/confirmationStatement` — Product details by product key.
- `standard-accounting://products/closeCompany` — Product details by product key.
- `standard-accounting://products/makeCompanyDormant` — Product details by product key.
- `standard-accounting://products/accounts` — Product details by product key.
- `standard-accounting://products/dormantAccounts` — Product details by product key.
- `standard-accounting://products/changeAddress` — Product details by product key.
- `standard-accounting://products/selfAssessment` — Product details by product key.
- `standard-accounting://products/registerForSelfAssessment` — Product details by product key.
- `knowledge://articles/klarna-payment-method` — Knowledge-centre article content by slug.
- `knowledge://articles/christmas-party-expenses-guide` — Knowledge-centre article content by slug.
- `knowledge://articles/identity-verification-required-2025` — Knowledge-centre article content by slug.
- `knowledge://articles/companies-house-identity-verification` — Knowledge-centre article content by slug.
- `knowledge://articles/embracing-sustainability-in-accounting` — Knowledge-centre article content by slug.
- `knowledge://articles/understanding-vat-guide-uk-businesses` — Knowledge-centre article content by slug.
- `knowledge://articles/the-importance-of-cash-flow-management-for-small-businesses` — Knowledge-centre article content by slug.
- `knowledge://articles/tax-tips` — Knowledge-centre article content by slug.
- `knowledge://articles/stress-free-business-accounting` — Knowledge-centre article content by slug.
- `knowledge://articles/money-saving-hacks` — Knowledge-centre article content by slug.
- `knowledge://articles/vat-made-easy` — Knowledge-centre article content by slug.
- `knowledge://articles/maximise-tax-return` — Knowledge-centre article content by slug.
- `knowledge://articles/payroll-pitfalls` — Knowledge-centre article content by slug.
- `knowledge://articles/year-end-checklist` — Knowledge-centre article content by slug.
- `knowledge://articles/understanding-pensions` — Knowledge-centre article content by slug.
- `knowledge://articles/why-good-accountant` — Knowledge-centre article content by slug.
- `knowledge://articles/future-of-accounting` — Knowledge-centre article content by slug.
- `knowledge://articles/important-uk-company-deadlines` — Knowledge-centre article content by slug.
- `knowledge://articles/managing-business-finances` — Knowledge-centre article content by slug.
- `knowledge://articles/do-i-need-to-complete-a-self-assessment-tax-return` — Knowledge-centre article content by slug.
- `knowledge://articles/unknown-company` — Knowledge-centre article content by slug.
- `knowledge://articles/what-is-a-confirmation-statement` — Knowledge-centre article content by slug.
- `knowledge://articles/why-make-a-company-dormant` — Knowledge-centre article content by slug.
- `knowledge://articles/does-your-company-need-to-file-dormant-accounts` — Knowledge-centre article content by slug.
- `knowledge://articles/why-close-a-company` — Knowledge-centre article content by slug.
- `knowledge://articles/why-do-companies-need-to-file-annual-accounts` — Knowledge-centre article content by slug.
- `knowledge://articles/forms-of-identification` — Knowledge-centre article content by slug.
