Data Collection
motley.nyc
Provides NYC neighborhood data including demographics, schools, and family resources.
ENDPOINT 1
https://mcp.motley.nyc/mcp
MCP server metadata
- Name
- motley
- Version
- 0.2.0
Known tools 15
get-neighborhoodGet 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).
Inferred read-onlyget-neighborhood-summaryGet a decision-ready, family-readable summary of one NYC neighborhood: a one-paragraph fit verdict, labeled score bands (e.
Inferred read-onlybrowse-schoolsFind 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).
Inferred read-onlyget-resourcesGet family resource counts for a neighborhood: recreation centers, playgrounds, libraries, hospitals, farmers markets, ADA subway stations.
Inferred read-onlyget-activitiesGet kids' activities and businesses in a neighborhood — classes, sports, arts, tutoring, etc.
Inferred read-onlyget-safetyGet 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.
Inferred read-onlyget-comparableFind neighborhoods most similar to a given one based on a 9-dimension score vector (family density, wealth, education, safety, transit, etc.
Inferred read-onlyfind-neighborhoodFind which NYC neighborhood (NTA) an address or coordinate is in.
Inferred read-onlycompare-neighborhoodsCompare 2–6 NYC neighborhoods side by side across the 9 family-fit metrics (Family Fit, Families, Affordability, Schools, Neighborhood Character, Transit, Safety, Health, Activities).
Inferred read-onlyget-admissions-methodsGet 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.
Inferred read-onlyexplain-admissions-methodExplain 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.
Inferred read-onlyget-admissions-demandGet how competitive admission to one specific school is, program by program: seats vs.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.motley]
url = "https://mcp.motley.nyc/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"motley": {
"type": "http",
"url": "https://mcp.motley.nyc/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: motley
Remote MCP URL: https://mcp.motley.nyc/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"motley": {
"url": "https://mcp.motley.nyc/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"motley": {
"type": "http",
"url": "https://mcp.motley.nyc/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "motley",
"transport": "streamable-http",
"url": "https://mcp.motley.nyc/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for motley.nyc was fetched 2026-08-24T00:08:50.532Z.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.