← opencouncil.gr

INDIVIDUAL MCP TOOL

get_subject

Get a subject (agenda item) in detail: status, description, per-speaker contribution summaries, decision.

opencouncil.grnone authenticationAvailability not checked

LIVE ENDPOINT

https://opencouncil.gr/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_subject 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

opencouncil.gr

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.opencouncil]
url = "https://opencouncil.gr/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "opencouncil": {
      "type": "http",
      "url": "https://opencouncil.gr/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: opencouncil
Remote MCP URL: https://opencouncil.gr/mcp

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": {
    "opencouncil": {
      "url": "https://opencouncil.gr/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "opencouncil": {
      "type": "http",
      "url": "https://opencouncil.gr/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "opencouncil",
  "transport": "streamable-http",
  "url": "https://opencouncil.gr/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search — Full-text and semantic search over council meeting subjects (agenda items).
  • list_hot_subjects — The most-discussed subjects across all municipalities over a recent period, ranked by debate time — start here for "what is happening in the councils", a weekly roundup, or picking topics worth clipping.
  • list_nearby_subjects — Recent council subjects around a geographic point — "what has the council discussed about this neighborhood" (for the decision, follow up with get_subject).
  • fetch — Fetch the full content of a single record by id.
  • list_cities — List the municipalities available on OpenCouncil, with ids and counts.
  • get_city — Get a municipality profile: its political parties, and its administrative bodies — the council, committees and κοινότητες that hold meetings.
  • list_people — List the people (councillors, mayor, etc.) of a municipality with their roles and party.
  • get_person — Get a person profile with all their roles.