MCP Server
Active
Apache-2.0
io.github.sebastienrousseau/pacs008-mcp MCP Server
io.github.sebastienrousseau/pacs008-mcp
What is the io.github.sebastienrousseau/pacs008-mcp MCP server?
ISO 20022 pacs.008 FI-to-FI credit transfers: generate, validate, parse, scheme + address checks.
How to install io.github.sebastienrousseau/pacs008-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"pacs008-mcp": {
"command": "uvx",
"args": [
"pacs008-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"pacs008-mcp": {
"command": "uvx",
"args": [
"pacs008-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"pacs008-mcp": {
"command": "uvx",
"args": [
"pacs008-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"pacs008-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"pacs008-mcp"
]
}
}
}Claude Code
claude mcp add pacs008-mcp -- uvx pacs008-mcpRelated MCP servers
MCP server for ISO 20022 acmt.001 account management message generation and validation.
1
View repository →Python
Apache-2.0
Bridge AP2 / x402 agent-payment mandates into wire-valid ISO 20022 pain.001 / pacs.008 records.
1
View repository →Python
Apache-2.0
MCP server for parsing bank statements (BAI2, MT940/MT942, CAMT.053, OFX) via stdio.
1
View repository →Python
Apache-2.0
Generate + XSD-validate ISO 20022 E&I camt messages (camt.056 cancellation, camt.029 resolution).
1
View repository →Python
Apache-2.0
Corral
Active
Query your Corral-organised local mirror of cloned GitHub repositories. Zero network calls.
1
View repository →Go
GPL-3.0
Local MCP server that serves and validates bank-specific ISO 20022 clearing profiles.
1
View repository →Python
Apache-2.0