facebook_marketplace_search_list
ActiveTool of Social Fetch
declared in 0.19.0
Search Facebook Marketplace listings by keyword near a latitude and longitude.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query",
"lat",
"lng"
],
"properties": {
"lat": {
"anyOf": [
{
"type": "string"
},
{
"type": "number"
}
],
"description": "Latitude for the marketplace search location."
},
"lng": {
"anyOf": [
{
"type": "string"
},
{
"type": "number"
}
],
"description": "Longitude for the marketplace search location."
},
"count": {
"anyOf": [
{
"type": "string"
},
{
"type": "number"
}
],
"description": "Optional number of listings to return."
},
"query": {
"type": "string",
"maxLength": 512,
"minLength": 1,
"description": "Search query text for marketplace listings."
},
"cursor": {
"type": "string",
"minLength": 1,
"description": "Opaque pagination cursor returned by a previous response."
},
"sortBy": {
"enum": [
"suggested",
"distanceAscend",
"creationTimeDescend",
"priceAscend",
"priceDescend"
],
"type": "string",
"description": "Optional sort order for marketplace listings."
},
"maxPrice": {
"anyOf": [
{
"type": "string"
},
{
"type": "number"
}
],
"description": "Optional maximum listing price."
},
"minPrice": {
"anyOf": [
{
"type": "string"
},
{
"type": "number"
}
],
"description": "Optional minimum listing price."
},
"radiusKm": {
"anyOf": [
{
"type": "string"
},
{
"type": "number"
}
],
"description": "Optional search radius in kilometers."
},
"condition": {
"enum": [
"new",
"usedLikeNew",
"usedGood",
"usedFair"
],
"type": "string",
"description": "Optional item condition filter for marketplace listings."
},
"dateListed": {
"enum": [
"1",
"7",
"30",
"all",
"last24Hours",
"last7Days",
"last30Days"
],
"type": "string",
"description": "Optional date-listed filter for marketplace listings."
},
"availability": {
"enum": [
"available",
"sold",
"all"
],
"type": "string",
"description": "Optional availability filter for marketplace listings."
},
"deliveryMethod": {
"enum": [
"all",
"localPickup",
"shipping"
],
"type": "string",
"description": "Optional delivery method filter for marketplace listings."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Social Fetch
https://github.com/social-freak-ltd/socialfetch-mcp
1/7 registries