You're viewing a demo portfolio

Join the waitlist
PRSM

search_events

Active

Tool of Funcheap

declared in 0.1.0

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 schema

{
  "type": "object",
  "properties": {
    "page": {
      "type": "number",
      "description": "Page number (default 1)."
    },
    "tags": {
      "type": "string",
      "description": "Comma-separated tag slugs to require, e.g. \"free,live-music\". Discover via the tags tool."
    },
    "after": {
      "type": "string",
      "description": "Only posts published on/after this ISO date, e.g. \"2026-06-19\" or \"2026-06-19T00:00:00\"."
    },
    "query": {
      "type": "string",
      "description": "Full-text keyword search, e.g. \"outdoor movie\" or \"jazz\"."
    },
    "before": {
      "type": "string",
      "description": "Only posts published on/before this ISO date."
    },
    "orderby": {
      "enum": [
        "date",
        "relevance",
        "modified"
      ],
      "type": "string",
      "description": "Sort order (default \"date\" = newest first; \"relevance\" requires query)."
    },
    "per_page": {
      "type": "number",
      "description": "Results per page (1-50, default 20)."
    },
    "categories": {
      "type": "string",
      "description": "Comma-separated category slugs, e.g. \"san-francisco,fairs-festivals\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Funcheap

https://github.com/pipeworx-io/mcp-funcheap

1/7 registries
View full server →
search_events — Funcheap — PRSM MCP