From b20281162e23b4dfdcca24cb34384ff2b3670c05 Mon Sep 17 00:00:00 2001 From: WellBuilder Admin Date: Wed, 20 May 2026 04:43:18 +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..a7a4c0e --- /dev/null +++ b/.well-known/mcp.json @@ -0,0 +1,51 @@ +{ + "schema": "mcp-discovery/v1", + "name": "845 Hudson Valley, New York Civic Portal", + "description": "Civic AI portal for Poughkeepsie and the Mid-Hudson Valley — Vassar, Marist, and Hudson River Valley civic community.", + "endpoint": "https://mcp.845.today/mcp", + "area_code": "845", + "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-845", + "federation_manifest": "https://wellspr.ing/mcp/federation.json", + "adjacent": [ + { + "area_code": "914", + "endpoint": "https://914.today/mcp", + "repo": "https://git.wellspr.ing/wellspring/mcp-914" + }, + { + "area_code": "212", + "endpoint": "https://212.today/mcp", + "repo": "https://git.wellspr.ing/wellspring/mcp-212" + }, + { + "area_code": "518", + "endpoint": "https://518.today/mcp", + "repo": "https://git.wellspr.ing/wellspring/mcp-518" + }, + { + "area_code": "570", + "endpoint": "https://570.today/mcp", + "repo": "https://git.wellspr.ing/wellspring/mcp-570" + }, + { + "area_code": "203", + "endpoint": "https://203.today/mcp", + "repo": "https://git.wellspr.ing/wellspring/mcp-203" + }, + { + "area_code": "860", + "endpoint": "https://860.today/mcp", + "repo": "https://git.wellspr.ing/wellspring/mcp-860" + } + ] +} \ No newline at end of file