From 3a8e97ae1c7e1a897f79b350f40ada69da4b4bf8 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 15:46:00 +0000 Subject: [PATCH] chore: provision server.json [WellSpr.ing auto] --- server.json | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 server.json diff --git a/server.json b/server.json new file mode 100644 index 0000000..2abb1cd --- /dev/null +++ b/server.json @@ -0,0 +1,62 @@ +{ + "schema_version": "v2", + "name": "865 East Tennessee MCP Server", + "area_code": "865", + "domain": "865.today", + "mcp_endpoint": "https://mcp.865.today/mcp", + "portal_url": "https://865.today", + "city": "Knoxville", + "state": "TN", + "country": "US", + "coordinates": { + "lat": 35.9606, + "lng": -83.9207 + }, + "tagline": "Civic AI portal for Knoxville and East Tennessee — UT Vols, Great Smoky Mountains, and Appalachian civic life.", + "network": "WellSpr.ing NNN.today", + "sovereign_repo": "https://git.wellspr.ing/WellBuilder/mcp-865", + "federation_url": "https://wellspr.ing/mcp/federation.json", + "adjacent": [ + "423", + "828", + "276", + "615" + ], + "tools": [ + { + "name": "get_local_news", + "description": "Latest civic news for Knoxville" + }, + { + "name": "get_free_items", + "description": "Community free-item exchange" + }, + { + "name": "get_businesses", + "description": "Local business directory for Knoxville" + }, + { + "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/WellBuilder/mcp-865", + "community": "https://codeberg.org/wellspring/mcp-865" + }, + "updated_at": "2026-04-19T15:46:00.193Z" +} \ No newline at end of file