@pipeworx/mcp-funcheap
v0.1.0
Published
Funcheap (SF Bay Area) MCP.
Maintainers
Readme
mcp-funcheap
Funcheap (SF Bay Area) MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 899+ live data sources.
Tools
| Tool | Description |
|------|-------------|
| event | Get a single Funcheap event by numeric post id or slug, with full cleaned body text (date/venue/price details live in the text). |
| tags | List Funcheap event facet tags (slug, name, count). These are the filterable facets like "free", "live-music", "comedy", neighborhoods. Sorted by usage. |
| categories | List Funcheap categories (slug, name, count) — broader groupings like neighborhoods, "fairs-festivals", "kids-families". Sorted by usage. |
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"funcheap": {
"url": "https://gateway.pipeworx.io/funcheap/mcp"
}
}
}Or connect to the full Pipeworx gateway for access to all 899+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Funcheap data" })The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
