From e5945fb4dedb8b29899c7ef67917f77f431d4000 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Sun, 19 Apr 2026 14:45:53 +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..28d06e2 --- /dev/null +++ b/server.json @@ -0,0 +1,63 @@ +{ + "schema_version": "v2", + "name": "212 New York City / Manhattan MCP Server", + "area_code": "212", + "domain": "212.today", + "mcp_endpoint": "https://mcp.212.today/mcp", + "portal_url": "https://212.today", + "city": "New York City", + "state": "NY", + "country": "US", + "coordinates": { + "lat": 40.7128, + "lng": -74.006 + }, + "tagline": "Civic AI portal for Manhattan and New York City — the original civic metropolis, now with AI tools for residents.", + "network": "WellSpr.ing NNN.today", + "sovereign_repo": "https://git.wellspr.ing/WellBuilder/mcp-212", + "federation_url": "https://wellspr.ing/mcp/federation.json", + "adjacent": [ + "718", + "201", + "203", + "845", + "914" + ], + "tools": [ + { + "name": "get_local_news", + "description": "Latest civic news for New York City" + }, + { + "name": "get_free_items", + "description": "Community free-item exchange" + }, + { + "name": "get_businesses", + "description": "Local business directory for New York City" + }, + { + "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-212", + "community": "https://codeberg.org/wellspring/mcp-212" + }, + "updated_at": "2026-04-19T14:45:53.316Z" +} \ No newline at end of file