cat.2022/catalunya-2022
Official4 toolsby Catalunya-2022
Catalunya 2022
Consulta el pla estratègic Catalunya 2022: 3 àmbits, 12 objectius, 91 accions. Trilingüe CA/EN/ES.
Search trilingual strategic planning documents with objectives and actions for Catalunya 2022.
Topics
Captured live from the server via tools/list.
search_document
Search the Catalunya 2022: RESET policy document by keyword. Returns up to 10 results with canonical slugs (for follow-up with get_section) and text snippets. Handles Catalan/Spanish diacritics automatically (e.g., 'educacio' matches 'educació').
Parameters (3)
- querystringrequired
Search query (e.g., 'housing', 'educacio', 'digital transformation'). Use terms in the target locale for best results.
- localestring
Content language. Defaults to 'ca' (Catalan), the original language of the document. (ca=Catalan, en=English, es=Spanish)
- scopestring
Filter by section type: 'action' (91 proposals), 'goal' (12 overviews), 'sphere' (3 overviews), or 'static' (introduction, executive summary, train of prosperity)
get_section
Retrieve the full text of any section of the Catalunya 2022 document by its canonical slug. Slugs follow the pattern: 'sphere-1', 'sphere-1/goal-2', 'sphere-1/goal-2/action-2-1'. Static pages: 'introduction', 'executive-summary', 'train-of-prosperity'. Use get_document_metadata to discover all available slugs.
Parameters (2)
- slugstringrequired
Canonical section slug
- localestring
Content language. Defaults to 'ca' (Catalan), the original language of the document. (ca=Catalan, en=English, es=Spanish)
get_document_metadata
Get the complete structure of the Catalunya 2022: RESET policy document — 3 spheres, 12 goals, 91 actions created by a 30-expert Catalonia Task Force. Returns the hierarchy with canonical slugs for navigation via get_section.
Parameters (1)
- localestring
Content language. Defaults to 'ca' (Catalan), the original language of the document. (ca=Catalan, en=English, es=Spanish)
list_proposals
List all 91 action proposals from the Catalunya 2022 document, optionally filtered by sphere (1-3) or goal (1-12). Returns actionId, goalId, sphereId, title, slug, and url. Use get_section with the returned slug to read full action content.
Parameters (3)
- localestring
Content language. Defaults to 'ca' (Catalan), the original language of the document. (ca=Catalan, en=English, es=Spanish)
- sphereIdinteger
Filter by sphere (1-3)
- goalIdinteger
Filter by goal (1-12)
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"catalunya-2022": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.2022.cat"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.