mcpbeat Sign in

legacy2mcp MCP Server

local only

legacy2mcp runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 8 Sep 2026.

Turn a legacy SOAP/WSDL service into a safe, typed, schema-validated, audit-logged MCP server

Installs / week
pypi · legacy2mcp
3
Stars
0 open issues
8 Sep 2026
Last commit
no recent releases
Apache-2.0
License
Python

Nothing serious here today

Today is the operative word: we check legacy2mcp every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add legacy2mcp -- uvx legacy2mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "legacy2mcp": {
      "args": [
        "legacy2mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.legacy2mcp]
command = "uvx"
args = ["legacy2mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "legacy2mcp": {
      "args": [
        "legacy2mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "legacy2mcp": {
      "args": [
        "legacy2mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to legacy2mcp

same job, measured the same way
Extracto MCP
by massanaroger

Turn any URL plus a schema into validated, typed JSON via the Extracto API.

30 installs/wk local only
Schema Validator AI MCP
by csoai-org

Schema Validator Ai MCP Server by MEOK AI Labs

175 installs/wk local only
Structured Output Agent
by mikerawsonnz

Turn a prompt + a field schema into validated, typed JSON (Instructor over Gemini 2.5 Flash on Verte

2 tools answering
Openapi Sync MCP
by akintomiwa-fisayo

Type-safe MCP server for OpenAPI Sync to inspect, validate, and synchronize OpenAPI specs.

local only
Firebase MCP Server
by dasasian

MCP server for Firebase — Firestore, Storage, Auth, and Cloud Logging, with schema validation.

32 installs/wk local only
MySQL (security-first)
by kurok1

Security-first MySQL MCP server with AST validation, table whitelist, schema resources, and audit.

local only
Agenda Intelligence MD
by vassiliylakhonin

Evidence-readiness MCP server: validate, audit, and score briefs, memos, and evidence packs.

514 installs/wk 5 tools answering
Indices
by indices

Official Indices MCP server. Turn any website into a reliable API.

answering

legacy2mcp — questions

Answers built from our own checks of this server.

Why is there no uptime for legacy2mcp?
legacy2mcp runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package legacy2mcp.
How do I connect legacy2mcp?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls legacy2mcp straight from pypi; nothing to host, nothing to sign up for.
Is legacy2mcp open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.