attom_school_search
ActiveTool of Attom
"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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Attom
https://github.com/pipeworx-io/mcp-attom
1/7 registries