Facebook Marketplace MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FB_MAX_RPM | No | Máximo de solicitudes por minuto (sube con cuidado; más = más riesgo) | 3 |
| CHROME_PROFILE | No | Nombre de la carpeta del perfil de Chrome del que se leen las cookies | Default |
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 | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_listingsB | Search Facebook Marketplace listings by query, location, and filters |
| get_listingB | Get full details for a specific Facebook Marketplace listing |
| search_locationA | Look up a city/town name to get coordinates for use with search_listings |
| monitor_searchB | Save a search query as a monitor to track new listings over time |
| check_monitorsB | Check saved monitors for new listings since last check |
| delete_monitorB | Delete a saved search monitor |
| list_monitorsB | List all saved search monitors |
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 7 tools
Each tool serves a distinct purpose: monitors (create, list, check, delete), listings (search, get details), and a location helper. No overlap in functionality.
All tool names use snake_case and generally follow a verb_noun pattern (e.g., check_monitors, delete_monitor). 'monitor_search' is a slight deviation as it could be interpreted as noun_verb, but overall consistent.
7 tools cover the essential operations for a Facebook Marketplace tracking service without unnecessary clutter or obvious missing pieces.
The tool set provides full CRUD for monitors and listing retrieval, but lacks actions for creating or modifying listings, which may be intentional given API constraints. Minor gap in not supporting category browsing.