From 301c0f1952387bf8eff20d5a9cf3eeb756b88778 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 15:48:08 +0000 Subject: [PATCH] chore: provision .well-known/mcp.json [WellSpr.ing auto] --- .well-known/mcp.json | 46 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 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..29963b7 --- /dev/null +++ b/.well-known/mcp.json @@ -0,0 +1,46 @@ +{ + "schema": "mcp-discovery/v1", + "name": "951 Inland Empire (Riverside County) Civic Portal", + "description": "Civic AI portal for Riverside and the Inland Empire — UC Riverside, logistics hub, and California's most affordable civic metro.", + "endpoint": "https://mcp.951.today/mcp", + "area_code": "951", + "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-951", + "federation_manifest": "https://wellspr.ing/mcp/federation.json", + "adjacent": [ + { + "area_code": "714", + "endpoint": "https://mcp.714.today/mcp", + "repo": "https://git.wellspr.ing/WellBuilder/mcp-714" + }, + { + "area_code": "760", + "endpoint": "https://mcp.760.today/mcp", + "repo": "https://git.wellspr.ing/WellBuilder/mcp-760" + }, + { + "area_code": "619", + "endpoint": "https://mcp.619.today/mcp", + "repo": "https://git.wellspr.ing/WellBuilder/mcp-619" + }, + { + "area_code": "949", + "endpoint": "https://mcp.949.today/mcp", + "repo": "https://git.wellspr.ing/WellBuilder/mcp-949" + }, + { + "area_code": "661", + "endpoint": "https://mcp.661.today/mcp", + "repo": "https://git.wellspr.ing/WellBuilder/mcp-661" + } + ] +} \ No newline at end of file