From eb5718915895b9eebea134c83414d7e93f9fbfc1 Mon Sep 17 00:00:00 2001 From: WellBuilder Admin Date: Wed, 20 May 2026 04:41:15 +0000 Subject: [PATCH] chore: provision .well-known/mcp.json [WellSpr.ing auto] --- .well-known/mcp.json | 51 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 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..c8e188f --- /dev/null +++ b/.well-known/mcp.json @@ -0,0 +1,51 @@ +{ + "schema": "mcp-discovery/v1", + "name": "815 North-Central Illinois (outside Chicago) Civic Portal", + "description": "Civic AI portal for Joliet, Rockford area, and North-Central Illinois — Route 66 history, I&M Canal, and Prairie State civic life.", + "endpoint": "https://mcp.815.today/mcp", + "area_code": "815", + "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/wellspring/mcp-815", + "federation_manifest": "https://wellspr.ing/mcp/federation.json", + "adjacent": [ + { + "area_code": "312", + "endpoint": "https://312.today/mcp", + "repo": "https://git.wellspr.ing/wellspring/mcp-312" + }, + { + "area_code": "630", + "endpoint": "https://630.today/mcp", + "repo": "https://git.wellspr.ing/wellspring/mcp-630" + }, + { + "area_code": "779", + "endpoint": "https://779.today/mcp", + "repo": "https://git.wellspr.ing/wellspring/mcp-779" + }, + { + "area_code": "563", + "endpoint": "https://563.today/mcp", + "repo": "https://git.wellspr.ing/wellspring/mcp-563" + }, + { + "area_code": "309", + "endpoint": "https://309.today/mcp", + "repo": "https://git.wellspr.ing/wellspring/mcp-309" + }, + { + "area_code": "847", + "endpoint": "https://847.today/mcp", + "repo": "https://git.wellspr.ing/wellspring/mcp-847" + } + ] +} \ No newline at end of file