postcode-api-production.up.railway.app
postcode-api-production.up.railway.app
· postcode-api-production.up.railway.app
Autocomplete a partial UK postcode into a list of full postcode suggestions.
postcode-api-production.up.railway.app via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
F
Conformance score: 34/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Endpoints
| Endpoint | Price | Currency |
|---|---|---|
https://postcode-api-production.up.railway.app/lookup/address
|
0.001 | USDC |
https://postcode-api-production.up.railway.app/lookup/autocomplete
|
0.001 | USDC |
https://postcode-api-production.up.railway.app/lookup/nearest
|
0.001 | USDC |
https://postcode-api-production.up.railway.app/lookup/postcode
|
0.001 | USDC |
https://postcode-api-production.up.railway.app/lookup/validate
|
0.001 | USDC |
0xffc458db291b4abce020fe3de4f91f2770e537b1 · basescan ↗
eth_getLogs on USDC Transfer events to the payment wallet.
concentrated_payers
3/5
Payer identities observed; volume is concentrated in a small number of payers.
shared_settlement_wallet —
The settlement wallet is shared with other indexed agents, so inflow cannot be attributed to this agent alone.
daily_volume_aggregate, active_day_cadence, amount_regularity, spike_concentration, settlement_wallet_overlap, payer_uniqueness, payer_concentration, payer_recurrence, payer_payee_overlap.
Derived from agent_revenue_daily, agents.payment_wallet, agent_payment_transactions.
Measured 2026-08-19.
get_agent_full and
payment_intelligence skills
on REST, A2A and MCP. API docs →
| Agent card | https://postcode-api-production.up.railway.app |
| Provider | https://postcode-api-production.up.railway.app |
| Docs | https://postcode-api-production.up.railway.app |
Health · last 0 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/postcode-api-production.up.railway.app) [](https://agenstry.com/agents/postcode-api-production.up.railway.app) [](https://agenstry.com/agents/postcode-api-production.up.railway.app) [](https://agenstry.com/agents/postcode-api-production.up.railway.app)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"_source": "agentic.market",
"service": {
"id": "postcode-api-production-up-railway-app",
"name": "postcode-api-production.up.railway.app",
"description": "",
"domain": "postcode-api-production.up.railway.app",
"provider": "postcode-api-production.up.railway.app",
"providerUrl": "",
"category": "",
"networks": [
"Base"
],
"enriched": false,
"endpoints": [
{
"url": "https://postcode-api-production.up.railway.app/lookup/address",
"description": "Search UK postcodes by free-text address or place query; returns up to 100 matching postcode records.",
"pricing": {
"amount": "0.001",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "limit",
"type": "number",
"description": "",
"example": 10,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "query",
"type": "string",
"description": "",
"example": "Buckingham Palace",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "",
"tags": [],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://postcode-api-production.up.railway.app/lookup/autocomplete",
"description": "Autocomplete a partial UK postcode into a list of full postcode suggestions.",
"pricing": {
"amount": "0.001",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "limit",
"type": "number",
"description": "",
"example": 10,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "partial",
"type": "string",
"description": "",
"example": "SW1A",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "",
"tags": [],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://postcode-api-production.up.railway.app/lookup/nearest",
"description": "Find UK postcodes within a radius (100-2000m) of a lat/lng, each with its distance in metres from the query point.",
"pricing": {
"amount": "0.001",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "lat",
"type": "number",
"description": "",
"example": 51.5014,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "limit",
"type": "number",
"description": "",
"example": 10,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "lng",
"type": "number",
"description": "",
"example": -0.1419,
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "radius",
"type": "number",
"description": "",
"example": 1000,
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "",
"tags": [],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://postcode-api-production.up.railway.app/lookup/postcode",
"description": "Look up a UK postcode: coordinates, country, region, council, ward, parish, parliamentary constituency, and ONS/NHS area codes.",
"pricing": {
"amount": "0.001",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "postcode",
"type": "string",
"description": "",
"example": "SW1A 1AA",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "",
"tags": [],
"quality": {
"l30DaysTotalCalls": "3",
"l30DaysUniquePayers": "3"
}
},
{
"url": "https://postcode-api-production.up.railway.app/lookup/validate",
"description": "Validate a UK postcode and report its normalised form, format validity, and whether it is currently active.",
"pricing": {
"amount": "0.001",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "postcode",
"type": "string",
"description": "",
"example": "SW1A 1AA",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "",
"tags": [],
"quality": {
"l30DaysTotalCalls": "1",
"l30DaysUniquePayers": "1"
}
}
],
"integrationType": "",
"isNew": false,
"priceSummary": {
"minAmount": "0.001",
"maxAmount": "0.001",
"avgCostPerTransaction": "0.001",
"avgCostBasis": "exact",
"currency": "USDC"
},
"serviceName": "",
"tags": [],
"iconUrl": ""
}
}