Skip to main content
ClaudeWave

Servidor MCP per surtdecasa.cat: agenda cultural de Catalunya, cartellera i poblacions

MCP ServersOfficial Registry0 stars0 forksTypeScriptUpdated today
ClaudeWave Trust Score
70/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/19/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/pmontp19/surtdecasa-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "surtdecasa-mcp": {
      "command": "node",
      "args": ["/path/to/surtdecasa-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/pmontp19/surtdecasa-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# surtdecasa-mcp

Servidor MCP per [surtdecasa.cat](https://surtdecasa.cat), el digital de cultura de proximitat. Dona accés a l'agenda cultural, la cartellera de cinema i el cercador de poblacions directament des de qualsevol client MCP.

Disponible en dos modes:

- **Remot**: Streamable HTTP a `https://surtdecasa-mcp.peremontpeo.workers.dev/mcp` (Cloudflare Workers, gratis)
- **Local**: stdio, per executar-lo al teu ordinador

## Eines

| Eina | Descripció |
| --- | --- |
| `cercar_agenda` | Cerca esdeveniments amb filtres: zona territorial, categoria, tipus (aire lliure, gratuït, nocturn), població, dies (avui/dema/cap de setmana), rang de dates i paginació |
| `detall_esdeveniment` | Tota la informació d'un esdeveniment: dates, lloc, poblacions, preu, organitzador, descripció i enllaços |
| `cartellera` | Pel·lícules de la setmana amb enllaç i cartell |
| `poblacions` | Autocomplete de poblacions: retorna els noms exactes que accepta el filtre `poblacio` |

## Configuració

### Client remot (recomanat)

```json
{
  "mcp": {
    "surtdecasa": {
      "type": "remote",
      "url": "https://surtdecasa-mcp.peremontpeo.workers.dev/mcp"
    }
  }
}
```

### Client local (stdio)

```json
{
  "mcp": {
    "surtdecasa": {
      "type": "local",
      "command": ["node", "/ruta/a/surtdecasa-mcp/dist/index.js"]
    }
  }
}
```

## Desenvolupament

Requereix Node 20+.

```bash
npm install
npm run build      # typecheck (stdio + workers) i compilar dist/
npm run dev:cf     # wrangler dev local a http://localhost:8787/mcp
npm run deploy     # desplegar a Cloudflare Workers
```

Estructura:

- `src/scraper.ts`: client HTTP i parsers HTML de surtdecasa.cat (Drupal 7 renderitzat al servidor)
- `src/tools.ts`: registre de les eines MCP (compartit entre els dos transports)
- `src/index.ts`: entrada stdio local
- `src/worker.ts`: entrada Cloudflare Workers (Durable Object amb Streamable HTTP)

## Notes

- El site no té API pública: el servidor fa scraping respectuós del HTML (poques peticions on-demand, `User-Agent` identificatiu).
- Sense auth: l'endpoint remot és públic. Si el desplegues per al teu ús, considera afegir-hi un token.
- Zones disponibles: `ebre`, `penedes`, `camp`, `emporda`, `ponent`, `girona`, `centre`, `pirineus`, `barcelona`.

## Llicència

MIT
catalacloudflare-workersculturamcpmcp-server

What people ask about surtdecasa-mcp

What is pmontp19/surtdecasa-mcp?

+

pmontp19/surtdecasa-mcp is mcp servers for the Claude AI ecosystem. Servidor MCP per surtdecasa.cat: agenda cultural de Catalunya, cartellera i poblacions It has 0 GitHub stars and its last recorded update is dated 2026-09-18.

How do I install surtdecasa-mcp?

+

You can install surtdecasa-mcp by cloning the repository (https://github.com/pmontp19/surtdecasa-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is pmontp19/surtdecasa-mcp safe to use?

+

Our security agent has analyzed pmontp19/surtdecasa-mcp and assigned a Trust Score of 70/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains pmontp19/surtdecasa-mcp?

+

pmontp19/surtdecasa-mcp is maintained by pmontp19. The last recorded GitHub activity is dated 2026-09-18, with 0 open issues.

Are there alternatives to surtdecasa-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy surtdecasa-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: pmontp19/surtdecasa-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/pmontp19-surtdecasa-mcp)](https://claudewave.com/repo/pmontp19-surtdecasa-mcp)
<a href="https://claudewave.com/repo/pmontp19-surtdecasa-mcp"><img src="https://claudewave.com/api/badge/pmontp19-surtdecasa-mcp" alt="Featured on ClaudeWave: pmontp19/surtdecasa-mcp" width="320" height="64" /></a>

More MCP Servers

surtdecasa-mcp alternatives