bscs-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@bscs-mcpWhat are the six BSCS operations?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Behavioral State-Change Selling (BSCS)
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 |
| HTML → immutable methodology manifest |
| Importable library (six operations) |
| MCP stdio / HTTP adapters ( |
| Cloudflare Worker + OAuth |
| Optional conformance / release harness |
Related MCP server: 72bpm-leadgen-mcp-server
Install (published packages)
npm install @entrepreneurialimpactcollective/bscs-sdk
npm install @entrepreneurialimpactcollective/bscs-mcpQuick start (monorepo)
pnpm install
pnpm compile:manifest
pnpm testStdio MCP
Local modern-protocol stdio server:
pnpm --filter @entrepreneurialimpactcollective/bscs-mcp start
# or, after install: npx bscs-mcpUses serveStdio with legacy: "reject" (protocol 2026-07-28 only).
Hosted MCP (Cloudflare Workers)
Environment | Origin | MCP resource |
Staging | ||
Production |
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 gateConformance 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/).
This server cannot be deployed
Maintenance
Related MCP Connectors
API-first CRM for LLMs - contacts, companies, deals and activities over a native MCP server.
Marketo MCP server for AI. 130 tools to operate Marketo from Claude, Cursor, or ChatGPT.
Public, read-only MCP server for FarmNeural company facts, packages, and capabilities.
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
Related MCP Servers
- FlicenseAqualityBmaintenanceAI-powered B2B outbound sales automation pipeline exposed as an MCP server that transforms natural language goals into qualified sales intelligence and personalized emails.9-
- FlicenseAqualityCmaintenanceAn MCP server that turns discovery → enrichment → scoring → outreach into callable tools, scoped to 72BPM's four practice areas.8-
- AlicenseNot gradedqualityBmaintenanceAn MCP server that turns an AI lead management system into a conversational tool any MCP-compatible AI client can control directly, with tools, resources, and prompts for lead classification, tracking, and weekly reviews.1MIT
- AlicenseNot gradedqualityCmaintenanceA production-style MCP server exposing six business tools (web search, database, CRM, email, calendar, analytics) to AI clients via a secure, authenticated interface, with mock mode and a reference agent client.MIT