An MCP server + FastAPI backend + MySQL target. Claude talks to the MCP server over stdio, which calls a local FastAPI service, which talks to MySQL through a connection-pooled SQLAlchemy engine. The ...