A detailed engineering account of building a production-grade MCP server on AWS for a B2B intelligence platform with over one million company profiles. Key design decisions include strict read/write tool separation, a default-deny --allow-mutations flag, OIDC-based authentication via AppSync, and a layered testing strategy using mocked GraphQL clients plus MCP Inspector for real-backend validation. The post covers nine narrowly scoped tools, normalization bugs caught by capturing GraphQL variables in tests, a production failure (Lambda null-pointer error) only caught through integration testing, rate limiting for AI search, and structured logging practices. Practical recommendations emphasize treating the MCP layer as a first-class interface rather than a thin API wrapper.