categories

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

List Funcheap categories (slug, name, count) — broader groupings like neighborhoods, “fairs-festivals”, “kids-families”. Sorted by usage.

Parameters

NameTypeRequiredDescription
querystringnoOptional search to find matching categories.
per_pagenumbernoHow many to return (1-${MAX_PER_PAGE}, default 40).

Example call

Arguments

{
  "query": "neighborhood"
}

curl

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":"categories","arguments":{"query":"neighborhood"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('categories', {
  "query": "neighborhood"
});

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 August 6, 2026