Hacesfalta MCP Server

Search volunteer opportunities across Spain via hacesfalta.org

Local serverstdio

What is the Hacesfalta MCP server?

Search volunteer opportunities across Spain via hacesfalta.org. That is what the hacesfalta mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

Servidor MCP (Model Context Protocol) que expone el catálogo de oportunidades de voluntariado de hacesfalta.org — la principal plataforma de voluntariado en España — para que agentes de IA puedan ayudar a las personas a encontrar oportunidades de voluntariado mediante conversación natural.

The tools it exposes

The server publishes 6 tools. What each one is for:

  • Herramienta — Descripción
  • buscar_oportunidades — Busca oportunidades por provincia, categoría, frecuencia, horario, edad, fin de semana, en familia o en grupo. Devuelve resultados paginados con
  • detalle_oportunidad — Obtiene el detalle completo de una oportunidad: descripción, perfil buscado, fechas, horarios, competencias, ODS y enlace de inscripción
  • listar_categorias — Lista todas las categorías de voluntariado disponibles con el número de oportunidades en cada una
  • listar_provincias — Lista todas las provincias españolas con oportunidades de voluntariado
  • ChatGPT — 1. Ve a SettingsDeveloper ModeAdd MCP Server 2. Introduce la URL: https://hacesfalta-mcp.hacesfalta.workers.dev/mcp

What it needs from you

Configuration is passed through the environment: HACESFALTA_API_URL, HACESFALTA_API_KEY, YOUR_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Getting it running

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

How it compares

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Hacesfalta's toolset — Herramienta, buscar_oportunidades, detalle_oportunidad and 3 more — is a fair guide to whether it matches your workflow. It is maintained by HazloPosible; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
HerramientaDescripción
buscar_oportunidadesBusca oportunidades por provincia, categoría, frecuencia, horario, edad, fin de semana, en familia o en grupo. Devuelve resultados paginados con enlaces de inscripción.
detalle_oportunidadObtiene el detalle completo de una oportunidad: descripción, perfil buscado, fechas, horarios, competencias, ODS y enlace de inscripción.
listar_categoriasLista todas las categorías de voluntariado disponibles con el número de oportunidades en cada una.
listar_provinciasLista todas las provincias españolas con oportunidades de voluntariado.
ChatGPT1. Ve a **Settings** → **Developer Mode** → **Add MCP Server** 2. Introduce la URL: https://hacesfalta-mcp.hacesfalta.workers.dev/mcp

How to install the Hacesfalta MCP server

{
  "mcpServers": {
    "hacesfalta": {
      "command": "node",
      "args": ["path/to/hacesfalta-mcp/dist/index.js"],
      "env": {
        "HACESFALTA_API_URL": "https://api.hacesfalta.org",
        "HACESFALTA_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
HACESFALTA_API_URLEndpoint or connection string the server talks to.Yes
HACESFALTA_API_KEYCredential the server authenticates with.Yes
YOUR_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Hacesfalta to Herramienta.
  • Use Hacesfalta to buscar oportunidades.
  • Use Hacesfalta to detalle oportunidad.

Frequently asked questions

It connects Hacesfalta to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (Herramienta, buscar_oportunidades, detalle_oportunidad, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Hacesfalta directly.