Install
openclaw skills install pipeworx-postcodesLookup UK postcode details including coordinates, administrative areas, parliamentary constituencies, NHS regions, and validate postcodes.
openclaw skills install pipeworx-postcodesUK postcode geographic lookup. Get coordinates, administrative districts, parliamentary constituencies, and NHS regions for any postcode in the United Kingdom.
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"}}}'
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.
{
"mcpServers": {
"postcodes": {
"url": "https://gateway.pipeworx.io/postcodes/mcp"
}
}
}