payqr
Server Details
European payment QR — SPAYD (CZ/SK) & EPC/GiroCode (SEPA), plus text/WiFi/vCard. Local, free.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- martinhavel/cz-agents-mcp
- GitHub Stars
- 5
- Server Listing
- cz-agents-mcp
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.5/5 across 6 of 6 tools scored. Lowest: 2.9/5.
Each tool targets a distinct QR code type or action: payment (single/batch), reading, text, vCard, and WiFi. No overlap in purpose; descriptions clearly differentiate.
All tools follow a consistent 'qr_<purpose>' pattern (e.g., qr_payment, qr_read). Underscores and lowercase are used uniformly.
Six tools cover the core QR generation and reading needs without being excessive. Each tool has a clear role, and the count feels appropriate for the domain.
The tool set covers common QR code types (text, vCard, WiFi) and payment QR both singly and in batch, plus a decoder. No significant gaps for the stated purpose.
Available Tools
6 toolsqr_paymentARead-onlyInspect
Create a European payment QR code. Auto-selects SPAYD for CZ/SK IBANs and EPC/GiroCode for other SEPA IBANs.
| Name | Required | Description | Default |
|---|---|---|---|
| bic | No | Optional BIC for EPC/GiroCode line 5. Ignored with a warning for SPAYD. | |
| iban | Yes | Recipient IBAN. Validated with the IBAN mod-97 checksum. | |
| amount | No | Optional payment amount. | |
| message | No | Optional payment message or EPC remittance text. | |
| currency | No | Optional ISO 4217 currency code. Defaults to CZK for SPAYD and EUR for EPC. | |
| standard | No | Payment QR standard. Defaults to auto detection. | auto |
| recipient_name | No | Recipient name. Required for EPC/GiroCode. | |
| constant_symbol | No | Optional Czech constant symbol for SPAYD. | |
| variable_symbol | No | Optional reference: goes to remittance (line 11) for EPC, to X-VS for SPAYD. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description says 'Create' implying a write operation, but annotations declare readOnlyHint=true, causing a direct contradiction. Additionally, the description does not specify the return format or any safety concerns, which is a severe omission.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, well-structured sentence that front-loads the core purpose and provides essential context about regional auto-selection. Every word contributes meaning without repetition.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite high schema coverage and a clear purpose, the description omits the output format (likely a QR code image) and error handling. The contradiction with annotations also undermines completeness. It is adequate but has notable gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with good parameter descriptions. The description adds value by explaining the auto-detection logic for standards and how parameters like bic and variable_symbol behave differently per standard, going beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool creates a European payment QR code and explains the auto-selection between SPAYD and EPC/GiroCode based on IBAN region. It effectively distinguishes from siblings like qr_payment_batch and other QR generators by specifying its single-payment focus.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides context on when to use it (European payment QR codes) and how it auto-selects standards based on IBAN. However, it lacks explicit comparison to qr_payment_batch and does not state prerequisites or when not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
qr_payment_batchARead-onlyInspect
PAID. Create payment QR codes for a whole batch of payments in one call — e.g. an invoice run. The free qr_payment tool handles one payment per call; this one returns the whole set. Requires payment via x402; call without payment first to receive the terms.
| Name | Required | Description | Default |
|---|---|---|---|
| payments | Yes | Up to 50 payments. Each QR is generated and verified independently. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description claims 'Create payment QR codes', a write operation, but annotations set readOnlyHint=true. This is a direct contradiction. While the description does add behavioral context (payment requirement), the contradiction undermines trust.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three concise sentences, front-loaded with 'PAID'. Every sentence adds value: batch purpose, differentiation from sibling, and payment workflow. No wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema, the description explains it returns the whole set. It mentions independent verification per QR. Lacks detail on exact return format, but adequate for basic use with sibling tool context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Input schema covers 100% of parameters with descriptions; the 'payments' array and its sub-properties are fully documented. The description adds batch context but no additional parameter semantics beyond what the schema provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool creates payment QR codes for a batch, specifies the use case ('invoice run'), and distinguishes itself from the sibling 'qr_payment' tool which handles one payment per call.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly tells when to use this tool (for batch) vs 'qr_payment' (single). Also mentions payment requirement via x402 and instructs to call without payment first to receive terms.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
qr_readARead-onlyInspect
Decode a QR code from a base64 PNG/JPEG image or image data URI and classify its content.
| Name | Required | Description | Default |
|---|---|---|---|
| image_data | Yes | Base64 image bytes or a PNG/JPEG data URI. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations (readOnlyHint=true) already indicate a read-only operation. The description adds 'classify its content', which is a behavioral trait beyond the annotation, providing useful context without contradiction.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence, front-loaded with the verb 'Decode', no superfluous words. Every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with one parameter, no output schema, and adequate annotations, the description is sufficiently complete. It covers what the tool does and the input format. The classification aspect adds contextual value.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with a clear description. The description does not add new information about the parameter beyond what the schema provides, such as constraints or format specifics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action 'Decode', the resource 'QR code', and specifies input format 'base64 PNG/JPEG image or image data URI'. It also mentions classification, distinguishing it from sibling tools that generate QR codes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies using this tool to read QR codes, but does not explicitly state when to use it versus alternatives. Sibling tools are all generation-focused, so context is implied but not articulated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
qr_textBRead-onlyInspect
Create a QR code containing plain text.
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to encode in the QR code. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description says 'Create' implying mutation, but annotations mark readOnlyHint: true, creating a contradiction about whether this tool modifies state. No additional behavioral traits are disclosed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence, front-loaded, and no wasted words; however, it could be expanded slightly to cover output without harming conciseness.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple tool with one parameter and no output schema, the description is adequate but lacks details on what the tool returns (e.g., image data format).
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% and the description adds no extra meaning beyond the schema for the single parameter, so baseline score applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description 'Create a QR code containing plain text' uses a specific verb and resource, clearly distinguishing it from siblings like qr_payment, qr_vcard, etc., which encode other types of data.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit when or when-not guidance is given, but the name and siblings imply usage for plain text only, making the intended context clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
qr_vcardBRead-onlyInspect
Create a QR code containing a vCard 3.0 contact.
| Name | Required | Description | Default |
|---|---|---|---|
| org | No | Optional organization. | |
| name | Yes | Contact display name. | |
| No | Optional email address. | ||
| phone | No | Optional phone number. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations include readOnlyHint:true, which is slightly counterintuitive for a 'create' action but consistent with generating a QR code (no side effects). Description does not elaborate on behavior or return format.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence is concise and front-loaded, but could benefit from more structure or additional context (e.g., output format). No wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Description is adequate for a simple tool with 4 parameters and no output schema, but it lacks details on the return value (e.g., image URL or data). An agent may need to infer behavior.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with descriptions for each parameter. The tool description does not add additional meaning beyond what the schema already provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states the tool creates a QR code with vCard 3.0 contact info, using a specific verb and resource. It distinguishes from sibling tools like qr_text or qr_wifi.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool vs alternatives (e.g., qr_payment, qr_text). Implied context of contact sharing but no explicit exclusions or prerequisites.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
qr_wifiCRead-onlyInspect
Create a Wi-Fi network QR code.
| Name | Required | Description | Default |
|---|---|---|---|
| ssid | Yes | Wi-Fi network name. | |
| hidden | No | Whether the network SSID is hidden. | |
| password | No | Optional Wi-Fi password. | |
| security | No | Wi-Fi security type. | WPA |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description says 'Create', which implies a generative action, but the annotation readOnlyHint=true suggests no side effects. This is a contradiction; the description does not clarify the tool's actual behavior (e.g., it generates a QR code image without persisting anything).
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, concise sentence. It could use more structure (e.g., bullet points for parameters) but is not overly verbose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description lacks information about output format or return value, which is important since there is no output schema. It also doesn't address edge cases or usage notes for the parameters.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
All parameters are fully described in the schema (100% coverage). The description adds no extra meaning beyond the schema definitions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('Create') and the resource ('Wi-Fi network QR code'). It effectively distinguishes from sibling tools like qr_payment, qr_text, etc.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when or why to use this tool over alternatives like qr_text or qr_vcard. The description only states what it does, not the context.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Flicense-qualityDmaintenanceEnables to generate, decode, and validate PayBySquare QR codes for Slovak payments, with MCP integration for use with Claude Desktop and other MCP clients.2
- AlicenseAqualityDmaintenanceGenerate crypto QR codes (BTC, ETH, SOL, USDC, USDT, EURC) and manage payment sessions from Claude Desktop or any MCP client. Non-custodial, free.5351MIT
- AlicenseAqualityBmaintenanceDynamic QR code platform for AI agents. Create, customize, and track QR codes without regenerating images. 37 tools covering 11 QR types (URL, vCard, WiFi, event…).372MIT
- AlicenseAqualityAmaintenanceIBAN validation, BIC/SWIFT lookup, SEPA compliance, issuer classification and risk indicators for AI agents. 39K+ bank entries from GLEIF. Supports 75+ countries.5703MIT
Your Connectors
Sign in to create a connector for this server.