From e6ea13f9e4f959c7742d0c6940c92b6fb9a5d5fb Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 14:51:42 +0000 Subject: [PATCH] chore: provision .well-known/mcp.json [WellSpr.ing auto] --- .well-known/mcp.json | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .well-known/mcp.json diff --git a/.well-known/mcp.json b/.well-known/mcp.json new file mode 100644 index 0000000..c464683 --- /dev/null +++ b/.well-known/mcp.json @@ -0,0 +1,41 @@ +{ + "schema": "mcp-discovery/v1", + "name": "507 Southeast Minnesota Civic Portal", + "description": "Civic AI portal for Rochester and Southern Minnesota — Mayo Clinic, IBM, and the Root River civic community.", + "endpoint": "https://mcp.507.today/mcp", + "area_code": "507", + "network": "WellSpr.ing NNN.today", + "tools": [ + "get_local_news", + "get_free_items", + "get_businesses", + "submit_civic_idea", + "get_civic_services", + "ody_chat" + ], + "conduct": "https://wellspr.ing/constitution", + "sovereign_repo": "https://git.wellspr.ing/WellBuilder/mcp-507", + "federation_manifest": "https://wellspr.ing/mcp/federation.json", + "adjacent": [ + { + "area_code": "612", + "endpoint": "https://mcp.612.today/mcp", + "repo": "https://git.wellspr.ing/WellBuilder/mcp-612" + }, + { + "area_code": "651", + "endpoint": "https://mcp.651.today/mcp", + "repo": "https://git.wellspr.ing/WellBuilder/mcp-651" + }, + { + "area_code": "715", + "endpoint": "https://mcp.715.today/mcp", + "repo": "https://git.wellspr.ing/WellBuilder/mcp-715" + }, + { + "area_code": "319", + "endpoint": "https://mcp.319.today/mcp", + "repo": "https://git.wellspr.ing/WellBuilder/mcp-319" + } + ] +} \ No newline at end of file