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
| Name | Type | Required | Description |
|---|---|---|---|
query | string | no | Optional search to find matching categories. |
per_page | number | no | How many to return (1-${MAX_PER_PAGE}, default 40). |
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":"categories","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.