
Flyto Core
Run agent-requested actions through a hardened execution engine with SSRF guards and a secrets proxy instead of letting the model hit the network raw.
Overview
Flyto Core is a MCP server for the Ship phase that provides a secure execution engine for AI agents with SSRF protection, a secrets proxy, and 300+ modules.
What is this MCP server?
- PyPI flyto-core MCP server (v2.2.2) with stdio transport
- 300+ execution modules for agent automation tasks
- SSRF protection on outbound or fetched resources
- Secrets proxy so tokens are not pasted into model context
- Secure execution engine positioned between agent and the outside world
- 300+ execution modules (per server description)
- Server version 2.2.2
- PyPI identifier flyto-core
What problem does it solve?
Letting agents execute open-ended network and secret-bearing actions is risky because one bad URL or leaked key can compromise your stack.
Who is it for?
Solo builders running agent automations against third-party APIs who need a security-minded execution boundary before going live.
Skip if: Static sites with no agent execution, or teams that only need one simple read-only MCP with no sandbox requirements.
What do I get? / Deliverables
After registering flyto-core, agent tool calls can route through guarded execution and proxied secrets instead of exposing credentials and raw fetches in chat.
- Guarded agent execution path with SSRF protections
- Secrets access via proxy instead of prompt leakage
- Reusable module catalog for agent automations
Recommended MCP Servers
Journey fit
How it compares
Secure agent execution MCP runtime, not a diagram skill or a passive code search indexer.
Common Questions / FAQ
Who is Flyto Core for?
Developers shipping agent-driven workflows who want MCP-accessible execution with SSRF controls and secrets handling built in.
When should I use Flyto Core?
Use it in Ship when your agent starts performing real operations with API keys and external URLs and you need a hardened engine rather than ad hoc scripts.
How do I add Flyto Core to my agent?
Install the flyto-core package from PyPI (v2.2.2), configure it as an stdio MCP server in your client, and wire agent tools to the server’s execution modules per your project docs.