You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/future-ideas.md
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -416,6 +416,40 @@ if __name__ == "__main__":
416
416
417
417
---
418
418
419
+
## Plugin Architecture (2026-04-09)
420
+
421
+
Source: https://github.com/okfn/mcp-ckan
422
+
423
+
OKFN's mcp-ckan is a plugin framework with no built-in tools — tools are loaded at runtime from external Python packages via `mcp_ckan` entry points. The server starts empty; users must install plugins separately. As of 2026-04, no public plugins exist.
424
+
425
+
Our approach is opposite: all tools are built-in and ready at first start. A plugin system would let third parties extend the server without modifying core code.
426
+
427
+
### Possible plugin categories
428
+
429
+
**Domain-specific tools**
430
+
-`ckan-mcp-plugin-budget` — tools for budget/financial datasets (chapters, annual comparisons)
431
+
-`ckan-mcp-plugin-geo` — spatial analysis on GeoJSON/Shapefile resources
432
+
-`ckan-mcp-plugin-ambiente` — environmental indicators, air/water time series
0 commit comments