MCP Server
flyto-core implements the Model Context Protocol (MCP), exposing all 412+ modules as tools that any MCP-compatible AI client can use.
Transports
| Transport | Use Case | Command |
|---|---|---|
| STDIO | Local clients (Claude Desktop, VS Code) | flyto-core mcp |
| Streamable HTTP | Remote clients, multi-client | flyto-core mcp --transport http |
How It Works
- flyto-core starts as an MCP server
- The client discovers available tools (modules)
- The AI agent calls tools as needed
- flyto-core executes the module and returns results
Available Tools
Every flyto-core module is automatically registered as an MCP tool. The tool name matches the module name (e.g., browser.goto, file.read).
Learn More
- STDIO Transport — Local connection setup
- Streamable HTTP — Remote connection setup
- Client Configuration — Configure popular MCP clients
