Ecological Provisioning MCP Server
A local-first MCP server stub that exposes provisioning tools for converting ecological intent into work packets, proof plans, receipts, and validation workflows.
README
Ecological Provisioning Agent
A brandless, local-first kernel for converting ecological and civic intent into work packets, proof plans, receipts, SDK flows, CLI commands, workflow templates, skill blueprints, and MCP/API contracts.
This repository is not a certification platform, payment rail, labor-dispatch system, government system, or environmental verification authority. It is a coordination kernel for drafting and checking useful ecological work.
Core loop
intent -> principle lenses -> stewardship route -> work packet -> proof plan -> receipt -> next packet
What this repo includes
schemas/ JSON schemas for intents, routes, packets, proofs, receipts, adapters
packages/sdk/ TypeScript SDK for the provisioning loop
packages/cli/ Local CLI wrapper around the SDK
packages/mcp/ Local-first MCP server stub exposing provisioning tools
packages/workflows/ Runbooks and packet/receipt workflows
packages/skills/ ChatGPT Skill blueprints for repeatable provisioning tasks
apps/demo-operator/ Static demo operator surface
examples/ Example inputs, outputs, packets, proofs, receipts, public-data records
prompts/ Build, review, packet, and receipt prompts
docs/ Architecture, truth boundaries, public data policy, autonomy model
receipts/ Migration and build receipt templates
Install
pnpm install
pnpm build
The repo is intentionally dependency-light. The SDK is pure TypeScript. The CLI and MCP packages wrap the SDK.
Try the example flow
pnpm build
node packages/cli/dist/index.js compose examples/inputs/degraded-lot-intent.json
node packages/cli/dist/index.js route examples/outputs/intent.example.json
node packages/cli/dist/index.js packet examples/outputs/packet.bundle.example.json
node packages/cli/dist/index.js receipt examples/outputs/proof.example.json
node packages/cli/dist/index.js validate examples/outputs/receipt.example.json
Demo surface
Open this file locally:
apps/demo-operator/index.html
The demo is static and does not call live services.
Truth boundary
The system may draft, structure, route, cite, validate, and propose.
It must not claim certification, move funds, dispatch labor, sign transactions, deploy infrastructure, post publicly, or represent itself as an authority.
Public data policy
Public data can be used as context, citation, signal, and input when license and terms allow it. External references should preserve source, retrieval time, confidence, and license or terms notes.
See docs/public-data-policy.md.
License
Apache-2.0.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.