Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Motley MCP Server

io.github.hypnolabs-io/motley-mcp

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

Uptime
100.0%
2 direct probes · 30d
Response
609ms
last probe
Tools
15
callable
Resources
2
readable
Prompts
3
available

Tools · 15

search-neighborhoods

Search and filter NYC neighborhoods by borough or name. Returns NTA codes, names, boroughs, and centroid coordinates.

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_cod…

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 …

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 r…

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,…

get-resources

Get family resource counts for a neighborhood: recreation centers, playgrounds, libraries, hospitals, farmers markets, ADA subway stations.

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 (report…

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 Pea…

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.

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 summa…

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 priori…

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…

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, …

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 …

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 / Compet…

Resources · 2

NYC neighborhoods catalog motley://neighborhoods
NYC admissions reference motley://admissions/methods

Prompts · 3

compare-neighborhoods-for-young-family

Compare NYC neighborhoods for a young family in a given borough, weighing safety, schools, and family density.

neighborhood-fit-for-toddler

Assess whether one NYC neighborhood is a good fit for a family with a toddler (playgrounds, safety, nearby activities).

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.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "motley_mcp_server": {
      "url": "https://mcp.motley.nyc/mcp",
      "transport": "streamable-http"
    }
  }
}