# Motley MCP Server MCP server

Live NYC family data: neighborhoods, schools, admissions, safety, health, and resources.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-hypnolabs-io-motley-mcp
- Repository: https://github.com/HypnoLabs-io/motley-mcp
- Website: https://motley.nyc/mcp

## Install
- Endpoint: https://mcp.motley.nyc/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.motley.nyc/mcp

## Tools
- search-neighborhoods - Search and filter NYC neighborhoods by borough or name. Returns NTA codes, names, boroughs, and centroid coordinates. Endpoint: https://mcp.motley.nyc/mcp
- get-neighborhood - Get full details for a single NYC neighborhood including demographics, raw 0-100 scores, location, and a family-readable interpretation (labeled score bands + cached editorial blurbs). Use the nta_code from search-neighborhoods. Endpoint: https://mcp.motley.nyc/mcp
- get-neighborhood-summary - Get a decision-ready, family-readable summary of one NYC neighborhood: a one-paragraph fit verdict, labeled score bands (e.g. 'Peace of Mind: strong (78/100)'), and cached editorial blurbs — with raw scores still available. The interpretation-first front door; start here when a family wants an answer, not a data dump. Endpoint: https://mcp.motley.nyc/mcp
- get-schools - Get schools within a neighborhood — public, charter, and private. Includes quality ratings, grade levels, contact info. Use count_only for a quick summary, or limit/offset to page the full list (the response reports total/returned). Endpoint: https://mcp.motley.nyc/mcp
- browse-schools - Find NYC schools citywide by what a family wants — borough, community school district (1-32), grade band (pre-K/elementary/middle/high), school type (public/charter/private), admissions method (zoned, screened, unscreened, limited unscreened, ed-opt, audition, SHSAT, charter lottery, private, universal pre-K), and program focus (arts, sports, STEM, language, academic, clubs). Use this when the family describes the KIND of school they want; use get-schools when you already have an nta_code and want everything in that neighborhood. Pass only the filters actually stated — at least one is required, and an invented one returns nothing. Program focus is tagged on public and charter schools only. Endpoint: https://mcp.motley.nyc/mcp
- get-resources - Get family resource counts for a neighborhood: recreation centers, playgrounds, libraries, hospitals, farmers markets, ADA subway stations. Endpoint: https://mcp.motley.nyc/mcp
- get-activities - Get kids' activities and businesses in a neighborhood — classes, sports, arts, tutoring, etc. from Foursquare data. Use count_only for category breakdown, or limit/offset to page the full list (reports total/returned). Each place's last_refreshed is when we last verified it with Foursquare. Endpoint: https://mcp.motley.nyc/mcp
- get-safety - Get safety and health environment indicators for a neighborhood: crime complaints, collisions, HPD violations, air quality, lead levels, asthma rates — plus a family-readable interpretation of the Peace of Mind and Air & Water Quality scores. Endpoint: https://mcp.motley.nyc/mcp
- get-comparable - Find neighborhoods most similar to a given one based on a 9-dimension score vector (family density, wealth, education, safety, transit, etc.). Returns similarity scores. Endpoint: https://mcp.motley.nyc/mcp
- find-neighborhood - Find which NYC neighborhood (NTA) an address or coordinate is in. Pass a NYC address (geocoded via OpenStreetMap) OR lat+lng. Returns the NTA code, name, borough, and a decision-ready family-fit summary. Use this to turn a real-world location into a neighborhood you can pass to the other tools. Endpoint: https://mcp.motley.nyc/mcp
- rank-neighborhoods - Rank NYC neighborhoods by what a family cares about. Pass per-metric weights (family density, schools, affordability, neighborhood character, transit, safety, air & water quality) and/or ranked priority keywords; optionally scope to one borough. Returns the top neighborhoods with a fit score and the metric breakdown — a deterministic weighted sort (the per-child Smart Match stays in the Motley app). Endpoint: https://mcp.motley.nyc/mcp
- compare-neighborhoods - Compare 2–6 NYC neighborhoods side by side across the 9 family-fit metrics (Family Fit, Families, Affordability, Schools, Neighborhood Character, Transit, Safety, Health, Activities). Pass an array of NTA codes; returns a per-metric matrix with each neighborhood's band and the per-metric leader. Endpoint: https://mcp.motley.nyc/mcp
- get-admissions-methods - Get the full NYC school-admissions reference: every entry point from 3-K and Pre-K through Kindergarten, Gifted & Talented, and the 8 middle/high admission methods (SHSAT, audition, screened, Ed-Opt, limited unscreened, unscreened, zoned, charter lottery) — each with its typical application window. The methods carry a live program count plus a special_badge naming any extra ask beyond the standard application (an audition, a test, an open-house sign-in), null when there is none; optional band/governance filters narrow the count. Knowledge only. Endpoint: https://mcp.motley.nyc/mcp
- explain-admissions-method - Explain one NYC admission entry point or method in full — the plain-English explainer, its typical deadline window, and, when the method asks a family for more than a ranked application, exactly what it requires (audition or portfolio, SHSAT registration, a demonstrated-interest sign-in, a private school's own test/interview track) plus the extra paperwork that comes with it. Pass a method key (shsat, audition, screened, ed_opt, limited_unscreened, unscreened, zoned, charter_lottery, private_admissions, prek_universal) or an early entry point (three-k, pre-k, kindergarten, gifted-talented). Endpoint: https://mcp.motley.nyc/mcp
- get-admissions-demand - Get how competitive admission to one specific school is, program by program: seats vs. applicants, applicants-per-seat, offer/fill rate, and a family-readable competitiveness tier (Accessible / Competitive / Highly Competitive). Pass a school DBN (from get-schools). Sourced from MySchools — present mostly for screened/choice high-school programs; zoned, charter-lottery, and private schools usually have none. Endpoint: https://mcp.motley.nyc/mcp

## Resources
- motley://neighborhoods - MIME type: application/json
- motley://admissions/methods - MIME type: application/json

## Prompts
- compare-neighborhoods-for-young-family - Compare NYC neighborhoods for a young family in a given borough, weighing safety, schools, and family density. Arguments: borough, child_age
- neighborhood-fit-for-toddler - Assess whether one NYC neighborhood is a good fit for a family with a toddler (playgrounds, safety, nearby activities). Arguments: nta_code
- kindergarten-admissions-timeline - Walk a parent through how NYC admissions works for a given early entry point (defaults to kindergarten) — the process and the typical application window. Arguments: entry_point

## Metadata
- Owner: io.github.HypnoLabs-io
- Version: 0.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 1, 2026
- Source: https://registry.modelcontextprotocol.io
