mcp-nextdoor
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NEXTDOOR_EMAIL | Yes | Your Nextdoor account email | |
| NEXTDOOR_PASSWORD | Yes | Your Nextdoor account password | |
| BROWSERBASE_CDP_URL | Yes | Browserbase CDP WebSocket URL for browser connection |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_feedA | Get posts from the Nextdoor neighborhood feed. Returns recent posts including title, author, content, category, and engagement metrics. |
| create_postA | Create a new post in the Nextdoor neighborhood. Drafts the post in the composer (does not auto-submit for safety). |
| search_marketplaceA | Search Nextdoor's local marketplace (For Sale & Free section) for items. Returns listings with price, seller, and description. |
| get_eventsA | Get upcoming local events from Nextdoor. Returns events with date, time, location, description, and organizer. |
| get_recommendationsA | Get local business recommendations from Nextdoor neighbors. Returns businesses with ratings, reviews, and neighbor endorsements. |
| find_servicesA | Search for local service providers on Nextdoor (plumbers, electricians, babysitters, etc.). Returns providers with ratings, contact info, and descriptions. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool targets a distinct function: posting, services, events, feed, recommendations, marketplace. There is no overlap in purpose, and descriptions clearly differentiate them.
All tool names follow a consistent verb_noun pattern (create_post, find_services, get_events, get_feed, get_recommendations, search_marketplace). The verbs vary but are appropriate and predictable.
Six tools cover the core features of a neighborhood app without being excessive. Each tool serves a distinct and essential purpose.
The set covers major actions like posting, browsing feed, events, services, recommendations, and marketplace. Missing update/delete for posts, but the core workflow is functional.