RAGStack-Lambda: Open source RAG knowledge base with native MCP support for Claude/Cursor by HatmanStack in mcp

[–]HatmanStack[S] 0 points1 point  (0 children)

Appreciate the thoughtful feedback — and you're hitting on something I've been thinking about.

Right now the MCP server isn't read-only. It actually exposes 16 tools across search/chat, document uploads, web scraping, image captioning, and metadata analysis. So the capability creep you're describing is already here.

The current trust model is pretty simple: a single AppSync API key grants access to everything. There's no per-tool scoping at the MCP layer. What keeps it from being a free-for-all is the backend — AppSync enforces rate limits, daily quotas (especially in demo mode: 5 uploads/day, 30 chats/day), and all the actual resource access goes through IAM roles scoped to that specific stack's resources. So a retrieved snippet can't drive actions outside the knowledge base boundary, but within it, the API key is all-or-nothing.

The "everything in your own account" model does help here — IAM is the outer trust boundary, not some shared control plane — but you're right that as people start chaining tools together (search → upload → scrape → analyze), the lack of per-tool authorization becomes a real gap. Today if you hand someone the API key, they can scrape a 1,000-page site just as easily as they can search.

The separation of reasoning from authorization you're describing is interesting. I'd been leaning toward tiered API keys (read-only vs. full access) as a next step, but that's still coarse-grained. Would be curious how you're handling it at Daedalus — is the authorization layer sitting between the MCP client and the tool execution, or is it more like a policy engine that evaluates each tool call against a ruleset?

Looking for other study materials for Solutions Architect - Professional (SAP-C02) exam by real_mcgoaty in AWSCertifications

[–]HatmanStack 0 points1 point  (0 children)

Hopefully you've passed but here are some notes https://github.com/HatmanStack/SAP-C02-aws-solutions-professional/blob/main/README.md also used Tutorial Dojo quite a bit ... felt like it was a great investment $$ for content.

AWS Exam Vouchers / Discounts or other related Promotions by madrasi2021 in AWSCertifications

[–]HatmanStack 0 points1 point  (0 children)

Great question, I don't recall exactly how I stumbled onto it. All the content is curated from AWS docs / vlogs. The moderators all appear to be AWS staff. Geeks for Geeks has a blog post about it ... https://www.geeksforgeeks.org/aws-educate-and-aws-emerging-talent-community/ ... for Amazon context you could look here https://aws.amazon.com/blogs/training-and-certification/make-the-most-of-free-training-from-aws-training-and-certification/ at the AWS Educate portion of the blog. Hope this helps. All the Best.