Pod

Yes, this is on purpose. Pod is built for agents, so the default page is plain HTML.
Human? View the normal website.
Agent? You probably prefer /mcp/mcp-reunion/issues.md or /mcp/mcp-reunion/issues.json, or Pod over MCP.

Reported issues for mcp-reunion

Pod holds 16 of 25 problems reported by people outside the maintainer team. Issues filed by the project's own owners, members and collaborators are excluded entirely — a maintainer's release checklist is not a warning to a prospective user.

Back to mcp-reunion.

Most discussed

Add examples directory with prompt recipes

Context

Users need concrete prompts to understand what the MCP can do. Examples also help directories like Glama and GitHub visitors evaluate the project quickly.

Proposed files

Acceptance criteria

Read the thread · 2026-08-19 · closed · 1 comment

Add optional local-only tool usage analytics

Context

It would be useful to know which tools are actually used during local development and demos, without sending telemetry to any server.

Proposal

Add opt-in local logging controlled by an environment variable such as MCP_REUNION_TELEMETRY=local.

Acceptance criteria

Read the thread · 2026-08-19 · closed · 1 comment

Add release automation for npm, GitHub Release, and MCP Registry

Context

Releasing currently involves several manual steps: version bump, npm publish, GitHub Release, MCP Registry, and Glama sync/release.

Proposal

Add a release workflow that standardizes the process and reduces mistakes.

Acceptance criteria

Read the thread · 2026-08-19 · closed · 1 comment

Improve transport module with GTFS trip-planning helpers

Context

The transport module exposes routes/stops, but users naturally ask route-planning questions: how do I get from A to B, which lines serve a stop, and what alternatives exist?

Proposal

Add lightweight GTFS helpers around Car Jaune/local datasets.

Candidate tools

Acceptance criteria

Read the thread · 2026-08-19 · closed · 1 comment

Add location-radius search helpers

Context

Many user questions are spatial: nearby schools, health professionals, sport facilities, bus stops, museums, etc. Current tools mostly filter by commune or text.

Proposal

Add helpers that accept coordinates and radius in meters, then return nearby records from selected datasets.

Candidate tools

Acceptance crite

Read the thread · 2026-08-19 · closed · 1 comment

Promote popular catalog datasets into dedicated modules

Context

The catalog tools can query ~270 datasets, but popular datasets deserve dedicated tools with curated schemas and safer parameters.

Candidate areas

Acceptance criteria

Read the thread · 2026-08-19 · closed · 1 comment

Generate a dataset coverage report

Context

The README says the MCP covers 99 tools across 22 modules, but users cannot easily see which datasets are covered and which remain catalog-only.

Proposal

Generate COVERAGE.md with:

Acceptance criteria

Read the thread · 2026-08-19 · closed · 1 comment

Add live schema drift detection for upstream datasets

Context

The BAN dataset recently changed field names and broke the smoke test. A schema drift detector would catch this kind of upstream change earlier and make fixes faster.

Proposal

Create a script that checks expected fields for every dedicated dataset and reports missing/renamed fields.

Acceptance criteria

Read the thread · 2026-08-19 · closed · 1 comment

Most recent

Add a natural-language router for relevant tools and datasets

Context

With 99 tools, agents may not always pick the best tool. A router tool can help map a user question to relevant tools and datasets.

Proposal

Add reunion_find_relevant_tools that accepts a user question and returns:

Acceptance criteria

Read the thread · 2026-08-19 · closed · 1 comment

Add high-level insight tools for common civic questions

Context

The MCP already exposes many dataset-level tools. The next usability jump is higher-level tools that combine datasets around real user questions.

Candidate tools

Acceptance criteria

Read the thread · 2026-08-19 · closed · 1 comment

Expose MCP resources for commune and dataset reference data

Context

Some data is reference-like rather than action-like: communes, EPCIs, IRIS layers, catalog metadata, and popular datasets. These are good candidates for MCP resources.

Proposed resources

Acceptance criteria

Read the thread · 2026-08-19 · closed · 1 comment

Add structured output schemas for every MCP tool

Context

Most tools currently return structured JSON, but the output contract is implicit in implementation code. Adding explicit output documentation/schemas would make the server easier to consume, test, and score on MCP directories.

Scope

Read the thread · 2026-08-19 · closed · 1 comment

[module] Autres (1 datasets)

Tracking issue to wire the Autres datasets from data.regionreunion.com into a dedicated MCP module.

Suggested workflow per dataset

  1. Inspect schema: curl https://data.regionreunion.com/api/explore/v2.1/catalog/datasets/<ID>
  2. Pick the interesting fields.
  3. Add a tool in the corresponding src/modules/*.ts (or create a new module).
  4. Bump TOOL_COUNT in src/modules/index.ts and update README.

Datasets (1)

Read the thread · 2026-04-22 · closed · 0 comments

[module] Sport et loisirs (4 datasets)

Tracking issue to wire the Sport et loisirs datasets from data.regionreunion.com into a dedicated MCP module.

Suggested workflow per dataset

  1. Inspect schema: curl https://data.regionreunion.com/api/explore/v2.1/catalog/datasets/<ID>
  2. Pick the interesting fields.
  3. Add a tool in the corresponding src/modules/*.ts (or create a new module).
  4. Bump TOOL_COUNT in src/modules/index.ts and update README.

Datasets (4)

Read the thread · 2026-04-22 · closed · 0 comments

[module] Tourisme - Hébergement et restauration (4 datasets)

Tracking issue to wire the Tourisme - Hébergement et restauration datasets from data.regionreunion.com into a dedicated MCP module.

Suggested workflow per dataset

  1. Inspect schema: curl https://data.regionreunion.com/api/explore/v2.1/catalog/datasets/<ID>
  2. Pick the interesting fields.
  3. Add a tool in the corresponding src/modules/*.ts (or create a new module).
  4. Bump TOOL_COUNT in src/modules/index.ts and update README.

Datasets (4)

Read the thread · 2026-04-22 · closed · 0 comments

[module] Services et social (4 datasets)

Tracking issue to wire the Services et social datasets from data.regionreunion.com into a dedicated MCP module.

Suggested workflow per dataset

  1. Inspect schema: curl https://data.regionreunion.com/api/explore/v2.1/catalog/datasets/<ID>
  2. Pick the interesting fields.
  3. Add a tool in the corresponding src/modules/*.ts (or create a new module).
  4. Bump TOOL_COUNT in src/modules/index.ts and update README.

Datasets (4)

Read the thread · 2026-04-22 · closed · 0 comments

The remaining reports are on the project's issue tracker.