Bscs
FreeNot checkedDeterministic, no-LLM MCP server exposing six operations from the Behavioral State-Change Selling methodology manifest.
About
Deterministic, no-LLM MCP server exposing six operations from the Behavioral State-Change Selling methodology manifest.
README
Deterministic TypeScript methodology SDK and MCP server — no LLM. Compiled from the canonical HTML source into an immutable manifest; six operations only.
Requires Node 22+.
Packages
| Package | Role |
|---|---|
@entrepreneurialimpactcollective/bscs-compiler |
HTML → immutable methodology manifest |
@entrepreneurialimpactcollective/bscs-sdk |
Importable library (six operations) |
@entrepreneurialimpactcollective/bscs-mcp |
MCP stdio / HTTP adapters (bscs-mcp CLI) |
@entrepreneurialimpactcollective/bscs-worker |
Cloudflare Worker + OAuth |
@entrepreneurialimpactcollective/bscs-conformance |
Optional conformance / release harness |
Install (published packages)
npm install @entrepreneurialimpactcollective/bscs-sdk
npm install @entrepreneurialimpactcollective/bscs-mcp
Quick start (monorepo)
pnpm install
pnpm compile:manifest
pnpm test
Stdio MCP
Local modern-protocol stdio server:
pnpm --filter @entrepreneurialimpactcollective/bscs-mcp start
# or, after install: npx bscs-mcp
Uses serveStdio with legacy: "reject" (protocol 2026-07-28 only).
Hosted MCP (Cloudflare Workers)
| Environment | Origin | MCP resource |
|---|---|---|
| Staging | https://bscs-mcp-staging.director-78b.workers.dev | https://bscs-mcp-staging.director-78b.workers.dev/mcp |
| Production | https://bscs-mcp.director-78b.workers.dev | https://bscs-mcp.director-78b.workers.dev/mcp |
OAuth / Access protects authorize flows. Full deployment and secrets procedure: docs/operations-runbook.md.
Acceptance / release gate
See docs/acceptance-checklist.md.
pnpm check:manifest # live compiler SHA + inventory
pnpm check:generated-diff
pnpm pack-smoke
pnpm smoke:stdio
pnpm smoke:worker # wrangler dry-run only — never deploys
pnpm conformance # starts test-only registrar; active + all 19 draft
pnpm conformance:auth # needs BSCS_AUTH_ISSUER_URL (real issuer; no fake Access)
pnpm check:no-fixtures
pnpm gate
Conformance details: packages/conformance/README.md.
Source
Canonical methodology: behavioral_state_change_selling.html.
The compiler embeds original bytes (unpadded base64url) and lowercase SHA-256 in the generated manifest under packages/sdk/src/generated/ (mirrored to packages/manifest/).
Installing Bscs
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/elijahbowie/behavioral-state-change-sellingFAQ
Is Bscs MCP free?
Yes, Bscs MCP is free — one-click install via Unyly at no cost.
Does Bscs need an API key?
No, Bscs runs without API keys or environment variables.
Is Bscs hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Bscs in Claude Desktop, Claude Code or Cursor?
Open Bscs on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Bscs with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
