chore: provision README.md [WellSpr.ing auto]
This commit is contained in:
parent
533a553ba4
commit
0cd2effbc7
1 changed files with 96 additions and 1 deletions
97
README.md
97
README.md
|
|
@ -1,3 +1,98 @@
|
|||
# mcp-870
|
||||
|
||||
Civic AI portal for Jonesboro and the Arkansas Delta — Arkansas State, Delta blues, and Northeast Arkansas civic community.
|
||||
**870 Northeast / Southeast Arkansas — WellSpr.ing Civic MCP Portal**
|
||||
|
||||
> Civic AI portal for Jonesboro and the Arkansas Delta — Arkansas State, Delta blues, and Northeast Arkansas civic community.
|
||||
|
||||
[](https://wellspr.ing)
|
||||
[](https://wellspr.ing/mcp/federation.json)
|
||||
[](https://wellspr.ing/constitution)
|
||||
[](https://modelcontextprotocol.io)
|
||||
|
||||
---
|
||||
|
||||
## Quick Start
|
||||
|
||||
Connect any MCP-compatible AI assistant to the Jonesboro / Pine Bluff civic portal:
|
||||
|
||||
```bash
|
||||
# Claude Desktop, Cursor, Continue, or any MCP client:
|
||||
npx @modelcontextprotocol/cli connect https://mcp.870.today/mcp
|
||||
```
|
||||
|
||||
Or in `claude_desktop_config.json`:
|
||||
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"870-civic": {
|
||||
"command": "npx",
|
||||
"args": ["@modelcontextprotocol/cli", "connect", "https://mcp.870.today/mcp"]
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
## About Jonesboro / Pine Bluff
|
||||
|
||||
This repository is the sovereign source configuration for the **870.today** civic MCP portal — a [Model Context Protocol](https://modelcontextprotocol.io) endpoint exposing community-scoped civic AI tools for 870 Northeast / Southeast Arkansas.
|
||||
|
||||
| Property | Value |
|
||||
|----------|-------|
|
||||
| **Area code** | 870 |
|
||||
| **Primary city** | Jonesboro / Pine Bluff |
|
||||
| **State** | AR |
|
||||
| **Live portal** | [870.today](https://870.today) |
|
||||
| **MCP endpoint** | [mcp.870.today/mcp](https://mcp.870.today/mcp) |
|
||||
| **Sovereign repo** | [git.wellspr.ing/WellBuilder/mcp-870](https://git.wellspr.ing/WellBuilder/mcp-870) |
|
||||
| **Federation** | [wellspr.ing/mcp/federation.json](https://wellspr.ing/mcp/federation.json) |
|
||||
|
||||
## Civic Tools
|
||||
|
||||
| Tool | Description |
|
||||
|------|-------------|
|
||||
| `get_local_news` | Latest civic news for Jonesboro / Pine Bluff |
|
||||
| `get_free_items` | Community free-item exchange — hyperlocal mutual aid |
|
||||
| `get_businesses` | Local business directory for Jonesboro / Pine Bluff |
|
||||
| `submit_civic_idea` | Submit a civic idea or community proposal |
|
||||
| `get_civic_services` | Local government services and contact information |
|
||||
| `ody_chat` | Conversational civic AI (Ody) — covenant-governed |
|
||||
|
||||
## Network Traversal
|
||||
|
||||
Adjacent area-code portals (connected via `get_adjacent_nodes`):
|
||||
[`901`](https://git.wellspr.ing/WellBuilder/mcp-901), [`601`](https://git.wellspr.ing/WellBuilder/mcp-601), [`662`](https://git.wellspr.ing/WellBuilder/mcp-662), [`573`](https://git.wellspr.ing/WellBuilder/mcp-573), [`731`](https://git.wellspr.ing/WellBuilder/mcp-731)
|
||||
|
||||
Any MCP-capable agent connected to this portal can traverse the WellSpr.ing network hop-by-hop using `get_adjacent_nodes` — no central directory required.
|
||||
|
||||
## Governance
|
||||
|
||||
This portal operates under the **WellSpr.ing Eight Principles** — a covenant governance model that all portals, tools, and AI agents in the network attest to.
|
||||
|
||||
- [Eight Principles](https://wellspr.ing/constitution)
|
||||
- [VCAP Attestation](https://wellspr.ing/vault/ody/attestation-2026-04-17.json)
|
||||
- [Sovereignty Statement](https://wellspr.ing/sovereignty)
|
||||
|
||||
*Freely given, so freely given.*
|
||||
|
||||
## Infrastructure
|
||||
|
||||
This repository is the **primary source of truth**. GitHub and Codeberg are push-mirrors only.
|
||||
|
||||
| Layer | URL | Role |
|
||||
|-------|-----|------|
|
||||
| **Sovereign primary** | [git.wellspr.ing/WellBuilder/mcp-870](https://git.wellspr.ing/WellBuilder/mcp-870) | Source of truth |
|
||||
| **Community mirror** | [codeberg.org/wellspring/mcp-870](https://codeberg.org/wellspring/mcp-870) | Discovery |
|
||||
| **GitHub mirror** | github.com/WellBuilder/mcp-870 | Discovery (if restored) |
|
||||
|
||||
See [NotGit.org/formula](https://notgit.org/formula) for the three-mirror architecture.
|
||||
|
||||
## Contributing
|
||||
|
||||
WellSpr.ing covenanted developers are welcome to contribute to this portal's configuration. Open an issue or pull request on the [sovereign git](https://git.wellspr.ing/WellBuilder/mcp-870).
|
||||
|
||||
All contributions are reviewed against the [Eight Principles](https://wellspr.ing/constitution).
|
||||
|
||||
---
|
||||
|
||||
*Part of the [WellSpr.ing NNN.today](https://wellspr.ing) civic AI network — 191 area-code portals, covenant governed, architecturally sovereign.*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue