bscs-mcp
Click on "Install 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: swagger-petstore-mcp
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 installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityCmaintenanceDemo MCP server for booking confirmed sales appointments through Claude. Allows users to request appointments, check status, and get detailed BANT briefings using natural language, with realistic fake data for demonstration.Last updated3
- Flicense-qualityBmaintenanceOpenAPI-to-MCP example server generated with MCPForge. Demonstrates how REST APIs can be converted into production-ready MCP servers for Claude, Cursor, Windsurf, and other MCP clients.Last updated
- FlicenseAqualityBmaintenanceAI-powered B2B outbound sales automation pipeline exposed as an MCP server that transforms natural language goals into qualified sales intelligence and personalized emails.Last updated9
- FlicenseAqualityCmaintenanceAn MCP server that turns discovery → enrichment → scoring → outreach into callable tools, scoped to 72BPM's four practice areas.Last updated8
Related MCP Connectors
MCP server exposing the Backtest360 engine API as tools for AI agents.
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/elijahbowie/behavioral-state-change-selling'
If you have feedback or need assistance with the MCP directory API, please join our Discord server