@bachstudio/smb-mock-mcp
v1.1.0
Published
Mock MCP servers (stdio) for the Small Business skills demo — QuickBooks, HubSpot, PayPal, Stripe, Square, Gmail, Calendar, Slack, Intercom, DocuSign. Coherent fake data modeled on the QuickBooks sandbox sample company 'Craig's Design and Landscaping Serv
Maintainers
Readme
@bachstudio/smb-mock-mcp
Mock MCP servers (stdio) for demoing the Small Business skill suite — no real connections, no API keys. Each connector returns coherent fake data for one fictional business ("Bloom & Co"), so cross-connector skills (business pulse, monday brief, campaigns) work end-to-end in a demo.
Connectors
quickbooks · hubspot · paypal · stripe · square · gmail · calendar · slack · intercom · docusign
Usage
Each connector is launched via npx as its own stdio MCP server:
npx -y @bachstudio/smb-mock-mcp quickbooks
npx -y @bachstudio/smb-mock-mcp hubspot
# ...
npx -y @bachstudio/smb-mock-mcp --list # list all connectorsWire them all into your MCP client config (one entry per connector). See the
mcp.demo.json shipped alongside the demo guide.
Notes
- All data is fake and generated relative to "today" (overdue invoices, upcoming events, recent transactions always look fresh).
- "(write)" tools (issue-refund, post-message, create-event, stage-social-post, create-draft, create-envelope-draft) just echo a success object — nothing leaves the process.
- For demo purposes only.
MIT © bachstudio
