INDIVIDUAL MCP TOOL
get_document_metadata
Get the complete structure of the policy document "Catalunya 2022 - RESET: Crida per reactivar el país": 3 spheres, 12 goals, 91 actions created by a 30-expert Catalonia Task Force.
LIVE ENDPOINT
https://mcp.2022.cat
Connect to this endpoint to inspect the live schema for get_document_metadata and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.catalunya-2022]
url = "https://mcp.2022.cat"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"catalunya-2022": {
"type": "http",
"url": "https://mcp.2022.cat"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: catalunya-2022
Remote MCP URL: https://mcp.2022.cat
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"catalunya-2022": {
"url": "https://mcp.2022.cat"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"catalunya-2022": {
"type": "http",
"url": "https://mcp.2022.cat"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "catalunya-2022",
"transport": "streamable-http",
"url": "https://mcp.2022.cat"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_document— Search the Catalunya 2022 - RESET policy document by keyword.get_section— Retrieve the full text of any section of the Catalunya 2022 document by its canonical slug.list_proposals— List all 91 action proposals from the Catalunya 2022 document, optionally filtered by sphere (1-3) or goal (1-12).