Pipeworx Postcodes
Skill by brucegutman
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/brucegutman/pipeworx-postcodesPostcodes
UK postcode geographic lookup. Get coordinates, administrative districts, parliamentary constituencies, and NHS regions for any postcode in the United Kingdom.
What you get
- lookup_postcode -- Full geographic and administrative details for a UK postcode
- nearest_postcodes -- Find neighbouring postcodes to a given one
- validate_postcode -- Check if a postcode string is valid
- random_postcode -- Grab a random valid postcode with full details
Try it
Look up 10 Downing Street's postcode:
curl -X POST https://gateway.pipeworx.io/postcodes/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"lookup_postcode","arguments":{"postcode":"SW1A 2AA"}}}'
Good to know
Postcodes are case-insensitive and spaces are optional -- SW1A1AA works the same as sw1a 1aa. The response includes ONS codes, lat/lon coordinates, and full administrative geography down to ward and parish level.
MCP config
{
"mcpServers": {
"postcodes": {
"url": "https://gateway.pipeworx.io/postcodes/mcp"
}
}
}
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-brucegutman-pipeworx-postcodes": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
pipeworx-colorapi
Color identification, scheme generation, and format conversion via TheColorAPI — hex, RGB, HSL, and CMYK
pipeworx-poetry
Poetry MCP — PoetryDB API (free, no auth)
Pipeworx Qrcode
Skill by brucegutman
Pipeworx Rickmorty
Skill by brucegutman
Pipeworx Sunrisesunset
Skill by brucegutman