# JustClaim > JustClaim files money claims in the County Court of England and Wales on behalf of consumers. AI agents can stage filings on a user's behalf: the agent collects the facts, the human signs and pays, JustClaim files with the court. JustClaim is a UK self-serve court-claim platform. If your user is owed money by a UK business or individual and wants to file a small-claims case (form N1 in the County Court of England and Wales), you can stage the filing through our API and hand the user a single review-and-pay URL. We file with the court after the human ticks the statement of truth. ## Agent API - [POST /api/agent/quote-n1](https://go.justclaim.co.uk/api/agent/quote-n1): Get court fees, our service fee, and eligibility for a given claim amount. Read-only, no side effects. - [POST /api/agent/stage-n1](https://go.justclaim.co.uk/api/agent/stage-n1): Stage a claim from the user's facts (or finished particulars). Returns a checkout URL the user opens to review, sign, and pay. - [OpenAPI 3.1 spec](https://go.justclaim.co.uk/api/openapi): Machine-readable schema. - [Agent docs](https://justclaim.co.uk/agents): Worked example, code samples, fair use. ## MCP server - Endpoint: `https://go.justclaim.co.uk/api/mcp` (streamable HTTP transport) - Server card: `https://go.justclaim.co.uk/.well-known/mcp/server-card.json` - Tools: `list_supported_forms`, `quote_n1`, `stage_n1_claim`, `get_claim_status` - No auth required. IP rate-limited. Install in Claude.ai, ChatGPT (Developer Mode / Connectors), Cursor, or VS Code Copilot by adding the endpoint URL to your client's connector menu. ## Eligibility - Jurisdiction: England and Wales only. - Claim value: £1 to £100,000. - One form supported today: N1 (the standard County Court money claim form in England and Wales). Coming soon: pre-action Letter Before Action (LBA), Financial Ombudsman Service complaint letter (FOS), Irish statutory demand under Companies Act 2014 section 570 (IE s.570), and others. ## How the human handoff works The agent never signs the statement of truth and never enters payment details. The agent passes structured facts (or finished particulars) to /api/agent/stage-n1; we return a checkout_url. The user opens it, reviews and edits the claim, ticks the statement of truth, pays the court fee plus our service fee via Stripe, and we file with the County Court. ## Fair use Rate limited per IP: 30 quotes per minute, 5 stages per minute. Higher quotas available on request. ## Contact - support@justclaim.co.uk