← Reddit

A Network mapping 15, 800+ methods and 18,000+ gotchas across 50 AWS services as an free MCP server for agents.

Reddit · Enough-Piano-2362 · August 1, 2026
A network mapping tool connects over 15,000 boto3 SDK methods across 50 AWS services to their required IAM permissions, pagination contracts, and 18,000+ edge case gotchas extracted from Stack Overflow and GitHub issues. The tool operates as an MCP server at https://stigmer.network/ with a write-back loop that registers fixes for newly discovered issues, continuously improving the database for subsequent agents. The service is free and requires no account.

Detailed Analysis

A newly launched free resource called Stigmer Network has surfaced on Reddit, positioning itself as an MCP (Model Context Protocol) server purpose-built to help AI agents work more reliably with AWS. The core offering is a large structured dataset mapping over 15,800 boto3 SDK methods across roughly 50 AWS services to their precise operational requirements: the exact IAM permissions each call needs (sourced from the community-maintained iam-dataset project), pagination contracts pulled from botocore's own paginators-1.json configuration, async-waiter annotations, and declared error types. Layered on top of this is a database of more than 18,000 "gotchas" — undocumented edge cases and failure modes scraped from Stack Overflow threads and GitHub issues — designed to catch the kinds of subtle traps that official AWS documentation often omits.

The significance of this project lies in what it reveals about the practical challenges of deploying AI agents, including those built with Claude and the Model Context Protocol that Anthropic introduced, in real-world cloud infrastructure contexts. Agents that write and execute AWS SDK calls frequently stumble not because they misunderstand the high-level task, but because they lack granular knowledge of IAM permission scoping, pagination quirks, or service-specific behavioral inconsistencies that experienced engineers learn only through trial and error. By externalizing this tacit knowledge into a queryable, machine-readable format exposed via MCP, Stigmer Network effectively gives any MCP-compatible agent — including those powered by Claude — a shortcut to institutional AWS expertise without requiring it to be baked into the model's training data or repeatedly rediscovered through failed API calls.

A particularly notable design choice is the write-back loop: when an agent encounters a trap or failure mode not already cataloged in the database, it can register the fix, making that knowledge available to every subsequent agent that queries the system. This creates a self-improving, crowdsourced knowledge base that grows organically from the collective experience of agents operating in production, rather than relying solely on manual curation. This pattern mirrors broader trends in the agentic AI ecosystem, where tool-use frameworks are increasingly designed not just to execute actions but to accumulate and share operational memory across sessions and even across different agent instances.

This development fits into a larger wave of infrastructure emerging around MCP since Anthropic open-sourced the protocol in late 2024, as developers build increasingly specialized servers that extend agent capabilities into domains requiring deep, precise, and often tacit knowledge — cloud infrastructure, DevOps, and enterprise systems being prime examples. As agents built on Claude and other frontier models take on more autonomous responsibility for provisioning, debugging, and managing cloud resources, the reliability of that behavior increasingly depends on access to structured ground-truth data rather than probabilistic recall alone. Free, open, account-less resources like Stigmer Network represent a grassroots complement to the more formal partnerships and integrations that major AI labs pursue with cloud providers, suggesting that the ecosystem of tools supporting agentic reliability is being built through both top-down platform investment and bottom-up community contribution.

Article image Read original article →