-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathglama.json
More file actions
53 lines (53 loc) · 1.95 KB
/
Copy pathglama.json
File metadata and controls
53 lines (53 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"$schema": "https://glama.ai/mcp/schemas/server.json",
"maintainers": ["cammac-creator"],
"name": "IBANforge",
"description": "Pre-payout screening for AI agents — vet a counterparty IBAN before you send funds: IBAN validation, BIC/SWIFT lookup, Swiss BC-Nummer clearing, sanctions screening (OFAC/EU/UN) + SEPA/VoP reachability and risk scoring. 121k+ BIC entries (38k+ LEI-enriched via GLEIF; additional rows from SWIFT directory, Bundesbank, SIX, NBP, EBA Step2 SCT), ~1,200 Swiss clearing entries from SIX BankMaster (refreshed monthly), 89 countries. MCP-native + x402 micropayments on Base L2, free tier.",
"homepage": "https://ibanforge.com",
"repository": "https://github.com/cammac-creator/ibanforge",
"documentation": "https://ibanforge.com/docs/mcp",
"categories": [
"finance",
"compliance",
"data-validation",
"banking"
],
"keywords": [
"iban",
"bic",
"swift",
"sepa",
"vop",
"swiss-clearing",
"bc-nummer",
"qr-iid",
"fintech",
"compliance",
"risk-scoring",
"x402",
"micropayments",
"mcp"
],
"tools": [
{
"name": "validate_iban",
"description": "Validate a single IBAN with BIC, SEPA, issuer, and risk data ($0.005)"
},
{
"name": "batch_validate_iban",
"description": "Validate up to 100 IBANs in one call ($0.002 each)"
},
{
"name": "lookup_bic",
"description": "Look up a BIC/SWIFT code against 121k+ BIC entries (38k+ LEI-enriched via GLEIF) ($0.003)"
},
{
"name": "check_compliance",
"description": "Pre-payout screening: sanctions (OFAC/EU/UN) + FATF + SEPA reachability + VoP + risk score — vet a counterparty before you send funds ($0.02)"
},
{
"name": "lookup_ch_clearing",
"description": "Look up a Swiss BC-Nummer / IID with full payment-rail participation (SIC, euroSIC, CHF instant), QR-IID and institution type — ~1,200 entries from SIX BankMaster ($0.003)"
}
]
}