Sample Multi Tenant Saas
FreeNot checkedMulti-Tenant remote MCP server with Amazon Cognito and remote client with Amazon Bedrock hosted on AWS
About
Multi-Tenant remote MCP server with Amazon Cognito and remote client with Amazon Bedrock hosted on AWS
README
This repository contains a multi-tenant remote MCP server implementation using the Streamable HTTP transport written with the TypeScript SDK.
MCP Server
A remote MCP server implementation for B2B travel booking with multi-tenant authentication and authorization via Amazon Cognito and OAuth 2.1.
- Node.js with Express and MCP SDK for tools, resources and prompts
- AWS services: ECS, DynamoDB, S3, Cognito
- Protected Metadata Resource handling (RFC 9728)
- Multi-tenant architecture with data isolation
- Dynamic client registration (RFC 7591)
- OpenID Configuration endpoint to advertise the registration endpoint (RFC 8414)

For a detailed architecture overview, see the MCP Server README.
Deploy
cd mcp_server/infra
npm install
./deploy.sh
Note the output URL (https://mc-xxx.ecs.<region>.on.aws). Create a user with the manage-users script:
cd mcp_server/scripts
npm install
node manage-users.js create myuser [email protected]
The +tenantname suffix becomes the tenant ID (see User Management).
Try it
Two ways to connect to the deployed server.
1. MCP Inspector
For protocol-level inspection — see tools/resources/prompts, invoke them manually, no LLM in the loop.
npx @modelcontextprotocol/inspector
Open the URL it prints, paste https://mc-xxx.ecs.<region>.on.aws/mcp, complete the OAuth flow, exercise tools.
2. Amazon Quick Suite
For end-to-end chat with the MCP tools. The Quick Suite MCP client handles OAuth 2.1 + PKCE + Dynamic Client Registration automatically.
- Open Amazon Quick Suite → Connections → Integrations → Actions.
- Choose Model Context Protocol → +.
- MCP server endpoint:
https://mc-xxx.ecs.<region>.on.aws/mcp - Authentication: User authentication (OAuth). Leave credentials blank — DCR will register Quick automatically.
- Approve in the Cognito hosted UI when prompted.
- Quick discovers all tools (
whoami,find_flights,book_flight,list_hotels,book_hotel,list_bookings,loyalty_info).
Full setup reference: Model Context Protocol (MCP) integration.
Disclaimer
This repository is for demonstration and reference purposes only. The code and configurations provided are not intended for production use without proper review, testing, and security considerations.
Contributing
See CONTRIBUTING for more information.
License
This library is licensed under the MIT-0 License. See the LICENSE file.
from github.com/aws-samples/sample-multi-tenant-saas-mcp-server
Installing Sample Multi Tenant Saas
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/aws-samples/sample-multi-tenant-saas-mcp-serverFAQ
Is Sample Multi Tenant Saas MCP free?
Yes, Sample Multi Tenant Saas MCP is free — one-click install via Unyly at no cost.
Does Sample Multi Tenant Saas need an API key?
No, Sample Multi Tenant Saas runs without API keys or environment variables.
Is Sample Multi Tenant Saas hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Sample Multi Tenant Saas in Claude Desktop, Claude Code or Cursor?
Open Sample Multi Tenant Saas 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
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Sample Multi Tenant Saas with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
