Tutorial: Python MCP Internal API > LLM(devclubhouse.com)
devclubhouse.com
Tutorial: Python MCP Internal API > LLM
https://www.devclubhouse.com/a/ship-an-mcp-server-in-python-that-exposes-your-internal-api-to-llms
4 comments
Interesting build. Not directly related to email security but if you're routing sensitive internal data through LLMs via an MCP layer, it's worth thinking about whether any of those internal APIs touch email infrastructure - DMARC aggregate reports, for instance, contain useful signal that some teams are starting to process with LLMs to detect anomalous sending sources.
totally. i use Grok to check if email submitted via forms are spam. LLMs can tell if something is spam way better than using 15,000 rules.
[deleted]