You're viewing a demo portfolio

Join the waitlist
PRSM

attom_school_search

Active

Tool of Attom

declared in 0.1.0

"Schools near [address]" / "what school district is [house] in" / "best schools in [area]" / "public schools around [coords]" — find K-12 schools near a US location by lat/lng radius. Returns school name, type (public/private), grade levels, distance, and performance rankings. Use for relocation / family-housing questions paired with property search.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "_apiKey": "your-attom-api-key",
      "latitude": "39.7392",
      "longitude": "-104.9903"
    },
    {
      "radius": "3",
      "_apiKey": "your-attom-api-key",
      "latitude": "40.7128",
      "longitude": "-74.0060"
    }
  ],
  "required": [
    "latitude",
    "longitude",
    "_apiKey"
  ],
  "properties": {
    "radius": {
      "type": "string",
      "description": "Search radius in miles (default 5, max 20)"
    },
    "_apiKey": {
      "type": "string",
      "description": "ATTOM API key"
    },
    "latitude": {
      "type": "string",
      "description": "Latitude of the search center"
    },
    "longitude": {
      "type": "string",
      "description": "Longitude of the search center"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Attom

https://github.com/pipeworx-io/mcp-attom

1/7 registries
View full server →