Skip to main content
Glama
veronicabaris

Facebook Marketplace MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CHROME_PROFILENoChrome profile directory nameDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_listingsC

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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 7 tools

Disambiguation5/5

Each tool maps to a distinct resource/action: search_listings finds listings, get_listing fetches one, search_location resolves coordinates, and the monitor tools form a clean lifecycle. list_monitors vs check_monitors and monitor_search vs search_listings are clearly differentiated by their descriptions.

Naming Consistency4/5

Most names follow a clean verb_noun pattern (list_monitors, search_listings, get_listing, check_monitors, delete_monitor). The one deviation is monitor_search, which inverts the pattern (should be something like create_monitor), but the meaning is still readable.

Tool Count5/5

Seven tools is well-scoped for a Marketplace search-and-monitor server, with each tool earning its place across search, retrieval, location lookup, and monitor management.

Completeness4/5

The surface covers the full monitor lifecycle (create/list/check/delete) plus listing search and retrieval, which is comprehensive. The only minor gap is no way to update/edit an existing monitor's query or filters, requiring delete-and-recreate workarounds.

Maintenance

ActivityMaintained
ResponsivenessNo issues