z/OS FTP MCP Server
Related Servers
Alternatives to z/OS FTP MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to interact with a classic MVS 3.8j system running under Hercules through mvsMF's z/OSMF-compatible REST API. Supports dataset listing/reading, member access, job submission, and job status/file retrieval via MCP tools.MIT
- AlicenseNot gradedqualityDmaintenanceProvides safe, structured access to an IBM z/OS mainframe through natural language in Claude Code, enabling screen reading, dataset browsing, code editing, job submission, and regression testing.2MIT
- AlicenseBqualityCmaintenanceEnables Claude Code to access and operate an IBM z/OS mainframe via TN3270, including reading screens, browsing datasets, editing code, submitting jobs, and running regression tests through natural language.26MIT
- FlicenseNot gradedqualityCmaintenanceLets an MCP-compatible AI assistant browse z/OS datasets, read COBOL/JCL source members, and submit and monitor batch jobs by wrapping IBM's z/OSMF REST API. Ships with a mock mode that returns canned data for demos, and can be switched to live HTTPS calls against a real z/OSMF instance via environment variables.-
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to interact with IBM i (AS/400) systems for RPA automation via 37 tools for 5250 navigation, CL commands, DB2 queries, and system management.MIT
- AlicenseNot gradedqualityBmaintenanceAn MCP server for FTP and FTPS file operations, supporting multiple named hosts with configurable roots, read-only mode, and guarded deletion. It enables remote file management (list, upload, download, create, rename, delete) through natural language while keeping credentials secure.13 npmMIT
TDQS
Scored across 8 tools
Each tool targets a distinct operation: downloading datasets in binary or text, downloading job spool, downloading PDS members, listing datasets or jobs, and retrieving connection or job info. There is no ambiguity between tools.
All tool names follow a consistent verb_noun pattern using snake_case (e.g., download_binary, list_catalog). The verbs are imperative and clearly describe the action, and the nouns specify the resource.
With 8 tools, the server covers the main operations for interacting with a mainframe via FTP (listing catalogs and jobs, downloading datasets in two formats, job spool, and PDS members, plus connection info). The count is well-scoped and not excessive.
The tool set is heavily read-oriented, missing upload operations (e.g., upload_binary, upload_text), the ability to list PDS members, and job management tools like submit or delete. These gaps significantly limit the server's usefulness for full FTP workflows.