Launch HN: Traceforce (YC S26) – Company-wide security monitoring for AI apps
21–30 of 31 posts
Re: Launch HN: Traceforce (YC S26) – Company-wide security monitoring for AI apps
#22Small data point from the operator side: I run a tiny public MCP server, and when I finally turned on request logging, almost none of the traffic was what I expected. Mostly link-preview bots, keepalive pings, and scanners probing for wp-admin on an endpoint that isn't even WordPress. Made me realize most small MCP deployments probably have zero visibility into this — people ship a server and never look at what's act…
Re: Launch HN: Traceforce (YC S26) – Company-wide security monitoring for AI apps
#23Congratulations, have you thought about setting up a professional trust center? you can try https://sekorti.com
Thanks for reaching out out. We have one already https://traceforce.trust.cyberbase.ai/
Re: Launch HN: Traceforce (YC S26) – Company-wide security monitoring for AI apps
#24Re: Launch HN: Traceforce (YC S26) – Company-wide security monitoring for AI apps
#25Hey Xia! Super excited for this- good talking to you a few weeks ago and best luck with the launch :)
Re: Launch HN: Traceforce (YC S26) – Company-wide security monitoring for AI apps
#26Small data point from the operator side: I run a tiny public MCP server, and when I finally turned on request logging, almost none of the traffic was what I expected. Mostly link-preview bots, keepalive pings, and scanners probing for wp-admin on an endpoint that isn't even WordPress. Made me realize most small MCP deployments probably have zero visibility into this — people ship a server and never look at what's act…
What do you use to host your public MCP server? We use Kong and they have lots of security plug-ins to choose from. For example https://developer.konghq.com/plugins/bot-detection/
Re: Launch HN: Traceforce (YC S26) – Company-wide security monitoring for AI apps
#27Re: Launch HN: Traceforce (YC S26) – Company-wide security monitoring for AI apps
#28Curious how you think about coverage: are you monitoring the app layer only, or also the MCP servers and tool supply chain the apps pull in? The "verified badge ≠ safe" finding suggests directory-level trust signals aren't enough on their own.
Re: Launch HN: Traceforce (YC S26) – Company-wide security monitoring for AI apps
#29Re: Launch HN: Traceforce (YC S26) – Company-wide security monitoring for AI apps
#30Earlier quoted context omitted.
What do you use to host your public MCP server? We use Kong and they have lots of security plug-ins to choose from. For example https://developer.konghq.com/plugins/bot-detection/
Cloudflare Workers — the whole thing is a single stateless worker in front of a vector index, so I get TLS, DDoS filtering and bot scoring at the edge without running any infra myself. The tradeoff is you're limited to what the platform exposes; something like a gateway with pluggable security policies would matter more once there are write-capable tools involved. Mine is read-only search, which keeps the attack surf…