You're viewing a demo portfolio

Join the waitlist
PRSM

location_score

Active

Tool of Ready APIs

declared in 1.0.0

Composite hiring-location score (0-100) for a US ZIP, weighted by role profile (engineering, sales, operations, warehouse, retail, remote). Joins Census ACS demographics, FEMA flood, IECC climate, FAA airport, BEA cost-of-living, and state income tax into one tuned signal. Returns overall score, tier, verdict, and six sub-scores with notes.

Parameters schema

{
  "type": "object",
  "required": [
    "zip"
  ],
  "properties": {
    "zip": {
      "type": "string",
      "description": "U.S. ZIP code, for example 10001."
    },
    "role": {
      "enum": [
        "engineering",
        "sales",
        "operations",
        "warehouse",
        "retail",
        "remote"
      ],
      "type": "string",
      "default": "engineering",
      "description": "Role profile that tunes the sub-score weights."
    },
    "year": {
      "type": "integer",
      "default": 2026
    },
    "filing_status": {
      "enum": [
        "single",
        "married_filing_jointly",
        "married_filing_separately",
        "head_of_household"
      ],
      "type": "string",
      "default": "single"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Ready APIs

https://github.com/ReadyAPIs-com/readyapis

1/7 registries
View full server →
location_score — Ready APIs — PRSM MCP