HaceFalta Server
БесплатноНе проверенExposes the volunteering catalog from hacesfalta.org, enabling AI agents to help users find volunteering opportunities through natural conversation.
Описание
Exposes the volunteering catalog from hacesfalta.org, enabling AI agents to help users find volunteering opportunities through natural conversation.
README
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.
Herramientas disponibles
| 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 enlaces de inscripción. |
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. |
Conexión remota (Claude, ChatGPT, Gemini)
URL del servidor MCP:
https://hacesfalta-mcp.hacesfalta.workers.dev/mcp
Claude (web y móvil)
- Ve a Settings → Connectors → Add MCP Server
- Introduce la URL:
https://hacesfalta-mcp.hacesfalta.workers.dev/mcp
ChatGPT
- Ve a Settings → Developer Mode → Add MCP Server
- Introduce la URL:
https://hacesfalta-mcp.hacesfalta.workers.dev/mcp
Conexión local (Claude Desktop)
Añade a tu claude_desktop_config.json:
{
"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"
}
}
}
}
Ejemplo de uso
Un usuario le dice a su agente de IA:
"Quiero hacer voluntariado con personas mayores en Madrid los fines de semana"
El agente usa buscar_oportunidades con los filtros provincia: "Madrid", categoria: "Mayores", fin_de_semana: true y devuelve oportunidades relevantes con enlaces directos a hacesfalta.org para inscribirse.
Sobre hacesfalta.org
hacesfalta.org es la plataforma de referencia de voluntariado en España, gestionada por la Fundación HazloPosible. Conecta a personas con ganas de ayudar con organizaciones que necesitan voluntarios.
Licencia
MIT
Установка HaceFalta Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/HazloPosible/hacesfalta-mcpFAQ
HaceFalta Server MCP бесплатный?
Да, HaceFalta Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для HaceFalta Server?
Нет, HaceFalta Server работает без API-ключей и переменных окружения.
HaceFalta Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить HaceFalta Server в Claude Desktop, Claude Code или Cursor?
Открой HaceFalta Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare HaceFalta Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
