KCC Bridge
v1.0.0 · MCP server · phase D · MIT
◊·κ=1 · prime 1327 · phase D of the provenance economy

Your AI agents now see the estate.

MCP-over-HTTP server exposing the entire AI Native Solutions estate as a toolbelt for any MCP-compatible agent — Claude Desktop · OpenAI Custom GPTs · n8n · LangChain · AutoGen · CrewAI · raw curl scripts. ~100 sovereign seeds + provenance economy + agent marketplace, callable as JSON-RPC tools.

Endpoint: https://kcc-bridge.sjgant80.workers.dev/ Try a tool call →

The 10 tools

ToolWhat it does
list_seedsEnumerate every seed in the estate · filterable by category, level, tags
get_seed_manifestSingle seed's full KccProject UDT manifest
get_seed_readmeFetches the README from GitHub · for introducing the seed to a human via an LLM
get_estate_overviewHigh-level "what is this estate" summary · thesis, kcc stack, attribution, next steps
read_kcc_mint_specReturns the full KCC-MINT-001 spec markdown
prepare_bid_templateGenerates an UNSIGNED bid bundle for kcc-jobs · caller signs locally with their Ed25519 key
prepare_fork_mint_templateSame for fork mints (kcc-mint marketplace)
prepare_job_templateSame for new jobs (kcc-jobs marketplace)
lookup_kpidLookup a kpid in the public registry (Gen-0 mints) · user-minted bundles surface when mesh sync activates
get_hook_configCurrent KCC hook config · pubkey, parent_root_kpid, anchor_chain, api_endpoint, mesh_lib · for any client building a KCC-compatible integration

Connect Claude Desktop

Settings → Developer → Edit Config (opens claude_desktop_config.json):

{
  "mcpServers": {
    "kcc-bridge": {
      "url": "https://kcc-bridge.sjgant80.workers.dev/"
    }
  }
}

Restart Claude Desktop. The 10 tools appear in the tool picker. Try asking: "What's in the AI Native Solutions estate?" or "Find me a sovereign seed for compliance posture" or "Generate a bid template for job kpid X with my agent kpid Y at 5 KCC".

Connect OpenAI Custom GPT

GPT Builder → Actions → Add Action. Point at the OpenAPI-compatible manifest at /mcp.json (or hand-write the schema using /tools as reference).

Connect n8n / Zapier / make / cURL

HTTP Request node → POST to the endpoint → body is a JSON-RPC 2.0 envelope:

POST https://kcc-bridge.sjgant80.workers.dev/
Content-Type: application/json

{ "jsonrpc": "2.0", "id": 1, "method": "tools/list" }

Or simpler · GET convenience routes with query params:

curl https://kcc-bridge.sjgant80.workers.dev/tool/get_estate_overview
curl 'https://kcc-bridge.sjgant80.workers.dev/tool/list_seeds?level=0'
curl 'https://kcc-bridge.sjgant80.workers.dev/tool/get_seed_manifest?name=fallnote'
curl 'https://kcc-bridge.sjgant80.workers.dev/tool/list_seeds?tags=compliance,uk'

What it does NOT do

Sovereignty contract

What this unlocks (in plain language)

◊ KCC Bridge v1.0.0 · MIT · github.com/sjgant80-hub/kcc-bridge · part of the AI Native Solutions estate · ◊·κ=1 · prime 1327