BCB Payment Methods MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| consultar_meios_pagamento_mensalA | Consulta dados mensais sobre meios de pagamento, incluindo operações com boletos bancários, PIX, TED, DOC e outros. Use o formato YYYYMM para o parâmetro ano_mes (exemplo: '202312' para dezembro de 2023). |
| consultar_meios_pagamento_trimestralB | Consulta dados trimestrais sobre operações com cartões de pagamento e transferências de crédito. Use o formato YYYYQ para o parâmetro trimestre (exemplo: '20234' para o 4º trimestre de 2023). |
| consultar_transacoes_cartoesC | Consulta estoque e transações de cartões de pagamento por trimestre. Retorna dados sobre quantidade e valor das transações realizadas com cartões. |
| consultar_estabelecimentos_credenciadosB | Consulta quantidade de estabelecimentos credenciados para aceitar meios de pagamento eletrônico por trimestre. |
| consultar_taxas_intercambioB | Consulta taxas de intercâmbio praticadas no mercado de meios de pagamento por trimestre. |
| consultar_taxas_descontoC | Consulta taxas de desconto cobradas de estabelecimentos comerciais por operações com meios de pagamento. |
| consultar_terminais_atmA | Consulta estatísticas sobre terminais de autoatendimento (ATM/caixas eletrônicos) por trimestre. |
| consultar_portadores_cartaoB | Consulta informações sobre portadores de cartões de pagamento por trimestre. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Each tool has a clearly distinct purpose targeting specific data sets within the BCB payment methods domain, such as establishments, monthly/quarterly payment data, cardholders, fees, ATMs, and card transactions. No overlap exists; the descriptions precisely differentiate the scope of each query.
All tool names follow a consistent 'consultar_' prefix with descriptive nouns in Portuguese, using snake_case uniformly. This pattern is predictable and enhances readability across the set.
With 8 tools, the server is well-scoped for querying BCB payment methods data, covering key aspects like establishments, transactions, fees, and infrastructure. Each tool earns its place without being excessive or insufficient.
The tool set provides comprehensive query coverage for historical and statistical data on payment methods, including establishments, transactions, fees, and infrastructure. A minor gap exists in lacking tools for creating or updating data, but this is reasonable for a read-only query server focused on BCB data.