pacs008-mcp 0.0.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,189 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work.
38
+
39
+ "Derivative Works" shall mean any work, whether in Source or Object
40
+ form, that is based on (or derived from) the Work and for which the
41
+ editorial revisions, annotations, elaborations, or other modifications
42
+ represent, as a whole, an original work of authorship. For the purposes
43
+ of this License, Derivative Works shall not include works that remain
44
+ separable from, or merely link (or bind by name) to the interfaces of,
45
+ the Work and Derivative Works thereof.
46
+
47
+ "Contribution" shall mean any work of authorship, including
48
+ the original version of the Work and any modifications or additions
49
+ to that Work or Derivative Works thereof, that is intentionally
50
+ submitted to the Licensor for inclusion in the Work by the copyright owner
51
+ or by an individual or Legal Entity authorized to submit on behalf of
52
+ the copyright owner. For the purposes of this definition, "submitted"
53
+ means any form of electronic, verbal, or written communication sent
54
+ to the Licensor or its representatives, including but not limited to
55
+ communication on electronic mailing lists, source code control systems,
56
+ and issue tracking systems that are managed by, or on behalf of, the
57
+ Licensor for the purpose of discussing and improving the Work, but
58
+ excluding communication that is conspicuously marked or otherwise
59
+ designated in writing by the copyright owner as "Not a Contribution."
60
+
61
+ "Contributor" shall mean Licensor and any individual or Legal Entity
62
+ on behalf of whom a Contribution has been received by the Licensor and
63
+ subsequently incorporated within the Work.
64
+
65
+ 2. Grant of Copyright License. Subject to the terms and conditions of
66
+ this License, each Contributor hereby grants to You a perpetual,
67
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
68
+ copyright license to reproduce, prepare Derivative Works of,
69
+ publicly display, publicly perform, sublicense, and distribute the
70
+ Work and such Derivative Works in Source or Object form.
71
+
72
+ 3. Grant of Patent License. Subject to the terms and conditions of
73
+ this License, each Contributor hereby grants to You a perpetual,
74
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
75
+ (except as stated in this section) patent license to make, have made,
76
+ use, offer to sell, sell, import, and otherwise transfer the Work,
77
+ where such license applies only to those patent claims licensable
78
+ by such Contributor that are necessarily infringed by their
79
+ Contribution(s) alone or by combination of their Contribution(s)
80
+ with the Work to which such Contribution(s) was submitted. If You
81
+ institute patent litigation against any entity (including a
82
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
83
+ or a Contribution incorporated within the Work constitutes direct
84
+ or contributory patent infringement, then any patent licenses
85
+ granted to You under this License for that Work shall terminate
86
+ as of the date such litigation is filed.
87
+
88
+ 4. Redistribution. You may reproduce and distribute copies of the
89
+ Work or Derivative Works thereof in any medium, with or without
90
+ modifications, and in Source or Object form, provided that You
91
+ meet the following conditions:
92
+
93
+ (a) You must give any other recipients of the Work or
94
+ Derivative Works a copy of this License; and
95
+
96
+ (b) You must cause any modified files to carry prominent notices
97
+ stating that You changed the files; and
98
+
99
+ (c) You must retain, in the Source form of any Derivative Works
100
+ that You distribute, all copyright, patent, trademark, and
101
+ attribution notices from the Source form of the Work,
102
+ excluding those notices that do not pertain to any part of
103
+ the Derivative Works; and
104
+
105
+ (d) If the Work includes a "NOTICE" text file as part of its
106
+ distribution, then any Derivative Works that You distribute must
107
+ include a readable copy of the attribution notices contained
108
+ within such NOTICE file, excluding any notices that do not
109
+ pertain to any part of the Derivative Works, in at least one
110
+ of the following places: within a NOTICE text file distributed
111
+ as part of the Derivative Works; within the Source form or
112
+ documentation, if provided along with the Derivative Works; or,
113
+ within a display generated by the Derivative Works, if and
114
+ wherever such third-party notices normally appear. The contents
115
+ of the NOTICE file are for informational purposes only and
116
+ do not modify the License. You may add Your own attribution
117
+ notices within Derivative Works that You distribute, alongside
118
+ or as an addendum to the NOTICE text from the Work, provided
119
+ that such additional attribution notices cannot be construed
120
+ as modifying the License.
121
+
122
+ You may add Your own copyright statement to Your modifications and
123
+ may provide additional or different license terms and conditions
124
+ for use, reproduction, or distribution of Your modifications, or
125
+ for any such Derivative Works as a whole, provided Your use,
126
+ reproduction, and distribution of the Work otherwise complies with
127
+ the conditions stated in this License.
128
+
129
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
130
+ any Contribution intentionally submitted for inclusion in the Work
131
+ by You to the Licensor shall be under the terms and conditions of
132
+ this License, without any additional terms or conditions.
133
+ Notwithstanding the above, nothing herein shall supersede or modify
134
+ the terms of any separate license agreement you may have executed
135
+ with Licensor regarding such Contributions.
136
+
137
+ 6. Trademarks. This License does not grant permission to use the trade
138
+ names, trademarks, service marks, or product names of the Licensor,
139
+ except as required for reasonable and customary use in describing the
140
+ origin of the Work and reproducing the content of the NOTICE file.
141
+
142
+ 7. Disclaimer of Warranty. Unless required by applicable law or
143
+ agreed to in writing, Licensor provides the Work (and each
144
+ Contributor provides its Contributions) on an "AS IS" BASIS,
145
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
146
+ implied, including, without limitation, any warranties or conditions
147
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
148
+ PARTICULAR PURPOSE. You are solely responsible for determining the
149
+ appropriateness of using or redistributing the Work and assume any
150
+ risks associated with Your exercise of permissions under this License.
151
+
152
+ 8. Limitation of Liability. In no event and under no legal theory,
153
+ whether in tort (including negligence), contract, or otherwise,
154
+ unless required by applicable law (such as deliberate and grossly
155
+ negligent acts) or agreed to in writing, shall any Contributor be
156
+ liable to You for damages, including any direct, indirect, special,
157
+ incidental, or consequential damages of any character arising as a
158
+ result of this License or out of the use or inability to use the
159
+ Work (including but not limited to damages for loss of goodwill,
160
+ work stoppage, computer failure or malfunction, or any and all
161
+ other commercial damages or losses), even if such Contributor
162
+ has been advised of the possibility of such damages.
163
+
164
+ 9. Accepting Warranty or Additional Liability. While redistributing
165
+ the Work or Derivative Works thereof, You may choose to offer,
166
+ and charge a fee for, acceptance of support, warranty, indemnity,
167
+ or other liability obligations and/or rights consistent with this
168
+ License. However, in accepting such obligations, You may act only
169
+ on Your own behalf and on Your sole responsibility, not on behalf
170
+ of any other Contributor, and only if You agree to indemnify,
171
+ defend, and hold each Contributor harmless for any liability
172
+ incurred by, or claims asserted against, such Contributor by reason
173
+ of your accepting any such warranty or additional liability.
174
+
175
+ END OF TERMS AND CONDITIONS
176
+
177
+ Copyright 2023-2026 Sebastien Rousseau
178
+
179
+ Licensed under the Apache License, Version 2.0 (the "License");
180
+ you may not use this file except in compliance with the License.
181
+ You may obtain a copy of the License at
182
+
183
+ http://www.apache.org/licenses/LICENSE-2.0
184
+
185
+ Unless required by applicable law or agreed to in writing, software
186
+ distributed under the License is distributed on an "AS IS" BASIS,
187
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
188
+ See the License for the specific language governing permissions and
189
+ limitations under the License.
@@ -0,0 +1,274 @@
1
+ Metadata-Version: 2.4
2
+ Name: pacs008-mcp
3
+ Version: 0.0.2
4
+ Summary: Model Context Protocol (MCP) server exposing the pacs008 ISO 20022 FI-to-FI Customer Credit Transfer library as agent tools.
5
+ License: Apache-2.0
6
+ License-File: LICENSE
7
+ Author: Sebastien Rousseau
8
+ Author-email: sebastian.rousseau@gmail.com
9
+ Requires-Python: >=3.10,<4.0
10
+ Classifier: License :: OSI Approved :: Apache Software License
11
+ Classifier: Programming Language :: Python :: 3
12
+ Classifier: Programming Language :: Python :: 3.10
13
+ Classifier: Programming Language :: Python :: 3.11
14
+ Classifier: Programming Language :: Python :: 3.12
15
+ Classifier: Programming Language :: Python :: 3.13
16
+ Classifier: Programming Language :: Python :: 3.14
17
+ Requires-Dist: mcp (>=1.2)
18
+ Requires-Dist: pacs008 (>=0.0.4)
19
+ Project-URL: Homepage, https://pacs008.com
20
+ Project-URL: Repository, https://github.com/sebastienrousseau/pacs008-mcp
21
+ Description-Content-Type: text/markdown
22
+
23
+ # pacs008-mcp: An MCP Server for ISO 20022 FI-to-FI Credit Transfers
24
+
25
+ ![pacs008-mcp banner][banner]
26
+
27
+ [![PyPI Version][pypi-badge]][07]
28
+ [![Python Versions][python-versions-badge]][07]
29
+ [![PyPI Downloads][pypi-downloads-badge]][07]
30
+ [![Licence][licence-badge]][01]
31
+ [![Tests][tests-badge]][tests-url]
32
+ [![Quality][quality-badge]][quality-url]
33
+ [![Documentation][docs-badge]][docs-url]
34
+
35
+ **A [Model Context Protocol][mcp] server that exposes the [`pacs008`][core]
36
+ ISO 20022 FI-to-FI Customer Credit Transfer library as tools for AI agents and
37
+ assistants** — discover message types and scheme profiles, validate records
38
+ against the JSON Schema and against a rail's usage guidelines, generate
39
+ validated XML, validate raw XML against the bundled XSD, and parse inbound
40
+ messages, all from your favourite MCP client.
41
+
42
+ > **Latest release: v0.0.2** — 14 MCP tools over stdio, all backed by the
43
+ > `pacs008` library, for Python 3.10+. Adds the November 2026 structured-address
44
+ > cliff tools.
45
+
46
+ ## Contents
47
+
48
+ - [Overview](#overview)
49
+ - [Install](#install)
50
+ - [Quick Start](#quick-start)
51
+ - [Tools](#tools)
52
+ - [November 2026 structured-address cliff](#november-2026-structured-address-cliff)
53
+ - [Using the tools](#using-the-tools)
54
+ - [Development](#development)
55
+ - [Licence](#licence)
56
+ - [Contribution](#contribution)
57
+ - [Acknowledgements](#acknowledgements)
58
+
59
+ ## Overview
60
+
61
+ The [Model Context Protocol][mcp] (MCP) is an open standard that lets AI agents
62
+ and assistants discover and call external tools in a uniform way. **pacs008-mcp**
63
+ is an MCP server that turns the [`pacs008`][core] library into a set of
64
+ first-class agent tools, so an assistant can generate, validate, and parse
65
+ **ISO 20022 `pacs.008` FI-to-FI Customer Credit Transfer XML messages** — and
66
+ the related pacs.002/.004 status and return messages — directly from a
67
+ conversation.
68
+
69
+ Every tool is a thin, typed wrapper over the `pacs008` library — the same
70
+ package used by the CLI and REST API — so all interfaces behave identically.
71
+ Tools return JSON-serialisable data; on a validation error they return an
72
+ `{"error": ...}` payload rather than raising.
73
+
74
+ - **Website:** <https://pacs008.com>
75
+ - **Source code:** <https://github.com/sebastienrousseau/pacs008-mcp>
76
+ - **Bug reports:** <https://github.com/sebastienrousseau/pacs008-mcp/issues>
77
+
78
+ ```mermaid
79
+ flowchart LR
80
+ A["MCP client<br/>(Claude Desktop, IDE, agent)"] -->|stdio| B["pacs008-mcp"]
81
+ B -->|delegates to| C["pacs008 library"]
82
+ C -->|render + validate| D["ISO 20022 pacs XML"]
83
+ ```
84
+
85
+ ## Install
86
+
87
+ **pacs008-mcp** runs on macOS, Linux, and Windows and requires **Python 3.10+**
88
+ and **pip**. It pulls in the core `pacs008` library and the MCP SDK
89
+ automatically.
90
+
91
+ ```sh
92
+ python -m pip install pacs008-mcp
93
+ ```
94
+
95
+ > **Note:** while the core `pacs008` library is not yet on PyPI, install it from
96
+ > source first:
97
+ >
98
+ > ```sh
99
+ > python -m pip install "git+https://github.com/sebastienrousseau/pacs008.git"
100
+ > python -m pip install pacs008-mcp
101
+ > ```
102
+
103
+ ## Quick Start
104
+
105
+ Launch the server over stdio (the FastMCP default transport):
106
+
107
+ ```sh
108
+ pacs008-mcp
109
+ ```
110
+
111
+ Register it with any MCP client (e.g. Claude Desktop) by adding it to the
112
+ client's configuration:
113
+
114
+ ```json
115
+ {
116
+ "mcpServers": {
117
+ "pacs008": { "command": "pacs008-mcp" }
118
+ }
119
+ }
120
+ ```
121
+
122
+ ## Tools
123
+
124
+ All tools wrap the `pacs008` library, so they behave identically to the CLI and
125
+ REST API.
126
+
127
+ | Tool | Purpose |
128
+ |------|---------|
129
+ | `list_message_types` | List the 20 supported ISO 20022 pacs message types |
130
+ | `list_schemes` | List the registered scheme / usage-guideline profiles |
131
+ | `get_scheme` | Inspect a scheme profile's rules |
132
+ | `get_required_fields` | Required input fields for a message type |
133
+ | `get_input_schema` | Full input JSON Schema for a message type |
134
+ | `validate_records` | Validate flat records against a message type's schema |
135
+ | `validate_scheme` | Validate records against a scheme's usage guidelines |
136
+ | `generate_message` | Generate a validated pacs XML message |
137
+ | `validate_xml` | Validate a raw XML string against the bundled XSD |
138
+ | `parse_message` | Parse & classify an inbound ISO 20022 message |
139
+ | `classify_address` | Classify a postal address as structured / hybrid / unstructured |
140
+ | `validate_address` | Validate one postal address against an address policy |
141
+ | `repair_address` | Upgrade legacy unstructured address lines toward hybrid/structured form |
142
+ | `validate_addresses` | Batch-validate every party address across payment rows |
143
+
144
+ ## November 2026 structured-address cliff
145
+
146
+ On **14 November 2026**, fully unstructured postal addresses are decommissioned
147
+ across SWIFT CBPR+, HVPS+, TARGET2 RTGS, CHAPS, Fedwire and Lynx — after that
148
+ date, any cross-border or high-value payment carrying an unstructured-only
149
+ postal address is **rejected at the rail**. The four address tools above wrap
150
+ the `pacs008` library's `standards.address` module so an agent can get ahead of
151
+ the deadline: `classify_address` shows where an address stands, `validate_address`
152
+ / `validate_addresses` enforce a policy (defaulting to the cliff rule
153
+ `hybrid_or_structured`, which rejects unstructured addresses), and
154
+ `repair_address` runs country-aware heuristics (`GB`, `US`, `DE`, `FR`, `JP`,
155
+ plus a best-effort fallback) to lift legacy address lines into hybrid form.
156
+ The repair step is experimental — audit its output before submitting downstream.
157
+
158
+ ## Using the tools
159
+
160
+ You can invoke the tools in-process — without a transport — straight through the
161
+ FastMCP instance. This mirrors what an agent receives over stdio. The runnable
162
+ version of this snippet lives in [`examples/mcp_tools.py`](examples/mcp_tools.py).
163
+
164
+ ```python
165
+ import asyncio
166
+
167
+ from pacs008_mcp.server import server
168
+
169
+ record = [
170
+ {
171
+ "msg_id": "MSG001",
172
+ "creation_date_time": "2026-01-15T10:30:00",
173
+ "nb_of_txs": "1",
174
+ "settlement_method": "CLRG",
175
+ "interbank_settlement_date": "2026-01-15",
176
+ "end_to_end_id": "E2E001",
177
+ "interbank_settlement_amount": "1000.00",
178
+ "interbank_settlement_currency": "EUR",
179
+ "charge_bearer": "SHAR",
180
+ "debtor_name": "Debtor Corp",
181
+ "debtor_agent_bic": "DEUTDEFF",
182
+ "creditor_agent_bic": "COBADEFF",
183
+ "creditor_name": "Creditor Ltd",
184
+ }
185
+ ]
186
+
187
+
188
+ async def main() -> None:
189
+ async def call(name, args):
190
+ result = await server.call_tool(name, args)
191
+ content = result[0] if isinstance(result, tuple) else result
192
+ return content[0].text if content else ""
193
+
194
+ print(await call("list_schemes", {}))
195
+ xml = await call("generate_message",
196
+ {"message_type": "pacs.008.001.08", "records": record})
197
+ print(xml[:46]) # -> <?xml version="1.0" encoding="UTF-8"?> ...
198
+
199
+
200
+ asyncio.run(main())
201
+ ```
202
+
203
+ Run it directly:
204
+
205
+ ```sh
206
+ python examples/mcp_tools.py
207
+ ```
208
+
209
+ ## Development
210
+
211
+ **pacs008-mcp** uses [Poetry](https://python-poetry.org/) and
212
+ [mise](https://mise.jdx.dev/).
213
+
214
+ ```bash
215
+ git clone https://github.com/sebastienrousseau/pacs008-mcp.git && cd pacs008-mcp
216
+ mise install
217
+ poetry install
218
+ poetry shell
219
+ ```
220
+
221
+ > This package depends on the core `pacs008` library. Until it is on PyPI,
222
+ > install it from source first:
223
+ > `pip install "git+https://github.com/sebastienrousseau/pacs008.git"`.
224
+
225
+ A `Makefile` orchestrates the quality gates (kept in lockstep with CI):
226
+
227
+ ```bash
228
+ make check # all gates (REQUIRED before commit)
229
+ make test # pytest
230
+ make lint # ruff + black
231
+ make type-check # mypy --strict
232
+ ```
233
+
234
+ ---
235
+
236
+ ## MCP Registry
237
+
238
+ `mcp-name: io.github.sebastienrousseau/pacs008-mcp`
239
+
240
+ ---
241
+
242
+ ## Licence
243
+
244
+ Licensed under the [Apache Licence, Version 2.0][01]. Any contribution submitted
245
+ for inclusion shall be licensed as above, without additional terms.
246
+
247
+ ## Contribution
248
+
249
+ Contributions are welcome — see the [contributing instructions][04]. Thanks to
250
+ all [contributors][05].
251
+
252
+ ## Acknowledgements
253
+
254
+ Built on the [`pacs008`][core] ISO 20022 FI-to-FI Customer Credit Transfer
255
+ library and the [Model Context Protocol][mcp] Python SDK.
256
+
257
+ [01]: https://opensource.org/license/apache-2-0/
258
+ [04]: https://github.com/sebastienrousseau/pacs008-mcp/blob/main/CONTRIBUTING.md
259
+ [05]: https://github.com/sebastienrousseau/pacs008-mcp/graphs/contributors
260
+ [07]: https://pypi.org/project/pacs008-mcp/
261
+ [core]: https://github.com/sebastienrousseau/pacs008
262
+ [mcp]: https://modelcontextprotocol.io
263
+ [banner]: https://kura.pro/pacs008-mcp/images/banners/banner-pacs008-mcp.svg 'pacs008-mcp'
264
+ [docs-badge]: https://img.shields.io/badge/Docs-pacs008.com-blue?style=for-the-badge
265
+ [docs-url]: https://pacs008.com/
266
+ [licence-badge]: https://img.shields.io/pypi/l/pacs008-mcp?style=for-the-badge
267
+ [pypi-badge]: https://img.shields.io/pypi/v/pacs008-mcp?style=for-the-badge
268
+ [pypi-downloads-badge]: https://img.shields.io/pypi/dm/pacs008-mcp.svg?style=for-the-badge
269
+ [python-versions-badge]: https://img.shields.io/pypi/pyversions/pacs008-mcp.svg?style=for-the-badge
270
+ [quality-badge]: https://img.shields.io/github/actions/workflow/status/sebastienrousseau/pacs008-mcp/ci.yml?branch=main&label=Quality&style=for-the-badge
271
+ [quality-url]: https://github.com/sebastienrousseau/pacs008-mcp/actions/workflows/ci.yml
272
+ [tests-badge]: https://img.shields.io/github/actions/workflow/status/sebastienrousseau/pacs008-mcp/ci.yml?branch=main&label=Tests&style=for-the-badge
273
+ [tests-url]: https://github.com/sebastienrousseau/pacs008-mcp/actions/workflows/ci.yml
274
+