How Smartsheet built a remote MCP server on AWS

· Source: Artificial Intelligence · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Cloud Computing & IT Infrastructure · Depth: Advanced, long

Summary

Smartsheet developed a remote Model Context Protocol (MCP) server on AWS, enabling AI agents and assistants like Amazon Quick and Claude Desktop to directly access its enterprise work management platform. This architecture, built on AWS Fargate for Amazon ECS, Amazon Kinesis, Amazon S3, Amazon Bedrock, and Amazon Neptune, facilitates natural language interaction and autonomous AI workflows. Key optimizations include progressive disclosure for token budgeting, schema-driven tool contracts using Pydantic to prevent hallucination, and a proprietary serialization format that reduced token consumption by 35-47% and saved over 3 billion tokens. The system incorporates robust deployment strategies with ECS Auto Scaling and CI/CD circuit breakers, layered security using AWS WAF and AWS Shield, and comprehensive observability via OpenTelemetry, Amazon OpenSearch Service, and Datadog. This infrastructure supports bursty AI traffic and ensures governance through tiered access control and audit trails.

Key takeaway

For AI Architects and MLOps Engineers designing enterprise AI agent integrations, prioritize token optimization and burst-aware scaling from the outset. Implement layered security and governance directly into your AI tool frameworks, ensuring access control and audit trails are default. Validate non-deterministic AI workflows with end-to-end tests that include the LLM in the loop, ensuring reliable and cost-effective agent operations.

Key insights

Smartsheet's AWS-hosted MCP server provides AI agents structured, token-optimized access to enterprise data, ensuring reliability and cost efficiency.

Principles

Method

Smartsheet's MCP server architecture integrates AWS Fargate, Kinesis, S3, Bedrock, and Neptune, applying progressive disclosure, Pydantic-driven schemas, and proprietary serialization for AI-optimized data access.

In practice

Topics

Best for: CTO, VP of Engineering/Data, Director of AI/ML, AI Engineer, MLOps Engineer, AI Architect

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.