search_events

Pack: funcheap · Endpoint: https://gateway.pipeworx.io/funcheap/mcp

Search SF Bay Area free & cheap events/deals from Funcheap. Filter by keyword, facet tags (e.g. “free”, “live-music”, “comedy”, “art”, “family-friendly”, “food”), and a published-date window. Returns newest first by default. Use the tags/categories tools to discover facet slugs.

Parameters

NameTypeRequiredDescription
querystringnoFull-text keyword search, e.g. “outdoor movie” or “jazz”.
tagsstringnoComma-separated tag slugs to require, e.g. “free,live-music”. Discover via the tags tool.
categoriesstringnoComma-separated category slugs, e.g. “san-francisco,fairs-festivals”.
afterstringnoOnly posts published on/after this ISO date, e.g. “2026-06-19” or “2026-06-19T00:00:00”.
beforestringnoOnly posts published on/before this ISO date.
per_pagenumbernoResults per page (1-${MAX_PER_PAGE}, default 20).
pagenumbernoPage number (default 1).
orderbystringnoSort order (default “date” = newest first; “relevance” requires query).

Example call

curl -X POST https://gateway.pipeworx.io/funcheap/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_events","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "funcheap": {
      "url": "https://gateway.pipeworx.io/funcheap/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 22, 2026