legacy2mcp
Rank #15,588io.github.bvenkata/legacy2mcp
Turn a legacy SOAP/WSDL service into a safe, typed, schema-validated, audit-logged MCP server
legacy2mcp is a Model Context Protocol (MCP) server published by bvenkata. It ranks #15,588 of 132,113 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. legacy2mcp is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Sep 7, 2026 and most recently updated on Sep 7, 2026.
Ranks ahead of 116,525 of 132,113 servers on MCP Toplist.
Use legacy2mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add legacy2mcp -- uvx legacy2mcp run --config "<config.yaml>"Replace each placeholder with your own value before saving.
[mcp_servers.legacy2mcp]
command = "uvx"
args = ["legacy2mcp", "run", "--config", "<config.yaml>"]Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"legacy2mcp": {
"command": "uvx",
"args": [
"legacy2mcp",
"run",
"--config",
"<config.yaml>"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"legacy2mcp": {
"command": "uvx",
"args": [
"legacy2mcp",
"run",
"--config",
"<config.yaml>"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"legacy2mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"legacy2mcp",
"run",
"--config",
"<config.yaml>"
]
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"legacy2mcp": {
"command": "uvx",
"args": [
"legacy2mcp",
"run",
"--config",
"<config.yaml>"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"legacy2mcp": {
"command": "uvx",
"args": [
"legacy2mcp",
"run",
"--config",
"<config.yaml>"
]
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.bvenkata%2Flegacy2mcp)<a href="https://mcptoplist.com/server/io.github.bvenkata%2Flegacy2mcp"><img src="https://mcptoplist.com/badge/io.github.bvenkata%2Flegacy2mcp.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
bvenkata
Other servers by bvenkata
View all bvenkata servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Sep 7, 2026 |
Frequently asked questions
- Who maintains legacy2mcp?
- legacy2mcp is maintained by bvenkata, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is legacy2mcp listed on the Official MCP Registry?
- Yes — legacy2mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does legacy2mcp have?
- MCP Toplist tracks 1 version of legacy2mcp, most recently published on Sep 7, 2026.
- Where can I find the source code for legacy2mcp?
- The source code for legacy2mcp is hosted at github.com/bvenkata/legacy2mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.