From 5a075825e1a4ea1eea32884040075f884ec8a006 Mon Sep 17 00:00:00 2001 From: WellBuilder Admin Date: Wed, 20 May 2026 04:42:05 +0000 Subject: [PATCH] chore: provision server.json [WellSpr.ing auto] --- server.json | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 server.json diff --git a/server.json b/server.json new file mode 100644 index 0000000..b3230c4 --- /dev/null +++ b/server.json @@ -0,0 +1,63 @@ +{ + "schema_version": "v2", + "name": "828 Western North Carolina MCP Server", + "area_code": "828", + "domain": "828.today", + "mcp_endpoint": "https://mcp.828.today/mcp", + "portal_url": "https://828.today", + "city": "Asheville", + "state": "NC", + "country": "US", + "coordinates": { + "lat": 35.5951, + "lng": -82.5515 + }, + "tagline": "Civic AI portal for Asheville and the Blue Ridge — mountain arts, progressive Appalachian culture, and WNC civic life.", + "network": "WellSpr.ing NNN.today", + "sovereign_repo": "https://git.wellspr.ing/wellspring/mcp-828", + "federation_url": "https://wellspr.ing/mcp/federation.json", + "adjacent": [ + "704", + "423", + "865", + "540", + "276" + ], + "tools": [ + { + "name": "get_local_news", + "description": "Latest civic news for Asheville" + }, + { + "name": "get_free_items", + "description": "Community free-item exchange" + }, + { + "name": "get_businesses", + "description": "Local business directory for Asheville" + }, + { + "name": "submit_civic_idea", + "description": "Submit a civic idea or community proposal" + }, + { + "name": "get_civic_services", + "description": "Local government services and information" + }, + { + "name": "ody_chat", + "description": "Conversational civic AI (Ody) — covenant-governed" + } + ], + "governance": { + "conduct": "https://wellspr.ing/constitution", + "vcap": "https://wellspr.ing/vault/ody/attestation-2026-04-17.json", + "sovereignty": "https://wellspr.ing/sovereignty", + "model": "covenant — freely given, so freely given" + }, + "mirrors": { + "primary": "https://git.wellspr.ing/wellspring/mcp-828", + "community": "https://codeberg.org/wellspring/mcp-828" + }, + "updated_at": "2026-05-20T04:42:05.213Z" +} \ No newline at end of file