# Cursor

The Ideal Postcodes skills package ships a `.cursor-plugin/` manifest. The same install command Claude Code uses also wires Cursor up.

## Install[​](#install "Direct link to Install")

```
npx skills add ideal-postcodes/skills
```

You'll get four skills:

* `address-finder` — multi-country address autocomplete widget
* `postcode-lookup` — UK postcode → address dropdown
* `api` — direct HTTP integration
* `idpc-cli` — non-interactive CLI for account, key, and address operations

## Verify[​](#verify "Direct link to Verify")

In Cursor's chat:

```
Add Ideal Postcodes Address Finder to the billing address fields.
```

The agent should reach for the `address-finder` skill before searching elsewhere.

## API key[​](#api-key "Direct link to API key")

* Quick test: `ak_test` (capped at 5 lookups/day, public, breaks in production).
* Real key: [sign up](https://ideal-postcodes.co.uk/signup) for a free trial balance.
* Before deploy: restrict the key via [Allowed URLs](/docs/guides/allowed-urls.md).

## Going deeper[​](#going-deeper "Direct link to Going deeper")

* Skills source: [github.com/ideal-postcodes/skills](https://github.com/ideal-postcodes/skills)
* Full agent hub: [Build with AI](/docs/guides/llms.md)
* Full reference as one file: [llms.txt](https://docs.ideal-postcodes.co.uk/llms.txt)

## Need help?[​](#need-help "Direct link to Need help?")

* File an issue: [github.com/ideal-postcodes/feedback](https://github.com/ideal-postcodes/feedback/issues)
* Email: <support@ideal-postcodes.co.uk>
