structured-address-fix-mcp
Rank #11,604io.github.sebastienrousseau/structured-address-fix-mcp
MCP server for ISO 20022 postal-address remediation ahead of the Nov 2026 CBPR+ cliff.
structured-address-fix-mcp is a Model Context Protocol (MCP) server published by sebastienrousseau. It ranks #11,604 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. structured-address-fix-mcp is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Jul 17, 2026 and most recently updated on Aug 29, 2026.
Ranks ahead of 103,856 of 115,460 servers on MCP Toplist.
Use structured-address-fix-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add structured-address-fix-mcp -- uvx structured-address-fix-mcp[mcp_servers.structured-address-fix-mcp]
command = "uvx"
args = ["structured-address-fix-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"structured-address-fix-mcp": {
"command": "uvx",
"args": [
"structured-address-fix-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"structured-address-fix-mcp": {
"command": "uvx",
"args": [
"structured-address-fix-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"structured-address-fix-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"structured-address-fix-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"structured-address-fix-mcp": {
"command": "uvx",
"args": [
"structured-address-fix-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"structured-address-fix-mcp": {
"command": "uvx",
"args": [
"structured-address-fix-mcp"
]
}
}
}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.sebastienrousseau%2Fstructured-address-fix-mcp)<a href="https://mcptoplist.com/server/io.github.sebastienrousseau%2Fstructured-address-fix-mcp"><img src="https://mcptoplist.com/badge/io.github.sebastienrousseau%2Fstructured-address-fix-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
sebastienrousseau
Other servers by sebastienrousseau
- Corral#5,462 · 6 vers
- noyalib-mcp#5,799 · 9 vers
- pain001-mcp#6,847 · 6 vers
- rlg-mcp#6,893 · 2 vers
- iso20022-bank-profile-mcp#8,835 · 5 vers
- iso20022-readiness-suite-mcp#8,911 · 5 vers
- camt053-mcp#9,262 · 4 vers
- iso20022-evidence-pack-mcp#9,413 · 5 vers
- pacs008-mcp#9,414 · 6 vers
- iso20022-mcp#9,552 · 5 vers
- bankstatementparser-mcp#9,867 · 3 vers
- acmt001-mcp#9,870 · 5 vers
Available versions (3)
| Version | Published |
|---|---|
| 0.0.4 | Aug 29, 2026 |
| 0.0.3 | Aug 28, 2026 |
| 0.0.1 | Jul 17, 2026 |
Frequently asked questions
- Who maintains structured-address-fix-mcp?
- structured-address-fix-mcp is maintained by sebastienrousseau, which publishes 17 MCP servers (77 total versions) tracked on MCP Toplist.
- Is structured-address-fix-mcp listed on the Official MCP Registry?
- Yes — structured-address-fix-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does structured-address-fix-mcp have?
- MCP Toplist tracks 3 versions of structured-address-fix-mcp, most recently published on Aug 29, 2026.
- Where can I find the source code for structured-address-fix-mcp?
- The source code for structured-address-fix-mcp is hosted at github.com/sebastienrousseau/structured-address-fix-mcp.