Skip to main content
Glama

Banco Central do Brasil (BCB): Valores a Receber

Server Details

Banco Central do Brasil (BCB): Valores a Receber, official-source lookup. Platform-hosted, pay per q

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
mcp-dir/bcb_valores_receber-mcp
GitHub Stars
0

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsA

Average 4.3/5 across 7 of 7 tools scored.

Server CoherenceC
Disambiguation2/5

Most tools are generic platform tools (authenticate, connect, marketplace, etc.) rather than domain-specific, and 'marketplace' explicitly mentions CPF queries which could be confused with the BCB consult tool. 'connect' and 'toolkit_info' also overlap in providing status information.

Naming Consistency2/5

The naming is highly inconsistent: most tools use English imperative verbs (authenticate, connect, report_bug, show_version) or nouns (marketplace, toolkit_info), while the only domain-specific tool uses a Portuguese noun phrase with underscore format (bcb_valores_receber_consultar). No clear pattern across the set.

Tool Count2/5

Seven tools is not inherently excessive, but six of them are generic platform management features unrelated to the server's stated purpose of accessing BCB values. The count is inflated with irrelevant tools, making the server poorly scoped for its intended domain.

Completeness3/5

From a domain perspective, the single BCB consult tool covers the core need for checking 'valores a receber'. However, there is no option for related operations (e.g., scheduling, detailed reports), and the included generic tools do not contribute to domain completeness. Overall, the surface is minimal but not severely incomplete for a simple query.

Available Tools

7 tools
authenticateA
Idempotent
Inspect

MCP.AI for IDE agents (Cursor, etc.): log in in the browser, copy the access token. Best: add it to this server's config as a header Authorization: Bearer <token> for a permanent, non-expiring connection. Or paste it here for a session-only login: call with { token: "" } after the user pastes, or with no args to get the link.

ParametersJSON Schema
NameRequiredDescriptionDefault
tokenNo
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Adds context beyond annotations by describing the two login modes (permanent vs session) and the browser flow. However, it does not mention error handling or what happens on invalid token, though idempotentHint suggests repeat calls are safe. The description covers essential side effects without being exhaustive.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is compact yet information-dense. Leads with purpose, then clearly delineates two methods ('Best:' and 'Or'). No fluff, every sentence serves the user.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (two authentication paths, optional param, no output schema), the description fully explains both modes, the user interaction (browser login), and how to invoke with or without token. Ample for correct usage.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 0% coverage for the 'token' parameter, but the description compensates well: it explains the token is a JWT used for session login, and gives the exact call format. It lacks details on token format validation or expiration, but is sufficient for usage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states the tool's purpose: authentication for MCP.AI IDE agents, with explicit instructions for browser login and token usage. It distinguishes from siblings like 'connect' and 'marketplace', which serve different functions.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit when-to-use guidance: 'Best: add it to this server's config as a header' for permanent login, or 'paste it here for a session-only login'. Also instructs exact call patterns: with token after user pastes, or no args to get link. No alternatives are needed as no sibling performs authentication.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

bcb_valores_receber_consultarA
Read-onlyIdempotent
Inspect

Banco Central do Brasil (BCB): Valores a Receber, consulta em fonte oficial. Hospedado pela plataforma, sem credenciais da plataforma, pague por consulta com crédito pré-pago. Consulta informação de fontes e órgãos oficiais brasileiros (a mesma disponível ao cidadão), não é dado sigiloso. O cliente é o controlador dos dados e responde pela finalidade legítima (LGPD).

ParametersJSON Schema
NameRequiredDescriptionDefault
cpfNo
cnpjNo
data_nascimentoNo
data_abertura_empresaNo
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint, but the description goes well beyond that by disclosing payment requirements (prepaid credit), authentication (no platform credentials), data classification (not confidential), and legal responsibilities (LGPD). This gives the agent critical operational and compliance information not captured in the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is reasonably concise and front-loaded with the core purpose, followed by payment and legal details. While the LGPD clause adds length, it is relevant to data handling. The structure is clear, with each sentence adding distinct information, but it could be slightly tightened without losing essential context.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the simple schema and lack of output schema, the description provides useful context about the official source, cost, and legal obligations, but it omits guidance on how to combine parameters (e.g., CPF vs CNPJ) and what type of response to expect. The tool is not overly complex, but the missing parameter details and return value information leave the description incomplete for smooth invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has four parameters (cpf, cnpj, data_nascimento, data_abertura_empresa) with 0% description coverage, and the tool description provides no explanation of these parameters. The description does not compensate for the lack of schema descriptions, leaving the agent to infer parameter usage solely from their names. This is a significant gap in guidance.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool as a query tool for the Banco Central do Brasil's 'Valores a Receber' program, using the specific verb 'consulta' and specifying the official source. It distinguishes itself from the platform-level sibling tools (authenticate, connect, etc.) by focusing on a concrete Brazilian government data service.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear usage context: it is a paid consultation using prepaid credits, requiring no platform credentials, and it queries official Brazilian sources. It does not explicitly mention when not to use it or name alternatives, but the context is clear enough that the agent can decide to use it for fetching BCB 'Valores a Receber' data. No exclusions are needed given that sibling tools are unrelated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

connectA
Read-onlyIdempotent
Inspect

Returns connection status and URLs. When all providers are connected, returns authenticated:true and empty pending[]. When credentials are missing, returns connect_url for the toolkit and per-install URLs.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already mark it read-only and idempotent; the description adds valuable detail about response fields (authenticated, pending[], connect_url) and conditions, going beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise sentences: the first states the primary purpose, the second explains conditional behavior. No fluff; every word adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a stateless, parameterless tool, the description covers return values and key edge cases (credentials missing). It lacks minor details like response format or error codes but is largely complete given low complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

There are zero parameters, and schema coverage is 100% (vacuously). Per rubric, baseline is 4. No additional parameter info is needed.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool 'Returns connection status and URLs' with specific behavior for connected and missing-credential cases, distinguishing it from siblings like 'authenticate' and 'show_version'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage is implied through the description of scenarios (all connected vs missing credentials), but no explicit alternatives or when-not-to-use guidance is given compared to siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

marketplaceAInspect

The official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them. Covers capability requests like "find an MCP that does X", "consulta um CPF", "is there a tool for Y". Core flow: action=search discovers MCPs by intent → describe returns one MCP's full profile (every tool with its id + params, pricing, auth) so you pick the right tool_id → invoke RUNS that tool. KEY: invoke works even when the MCP is NOT installed — it runs the tool pontualmente (one-off), without adding the MCP to the toolkit and without bloating the tool list. If the MCP needs a credential/login, invoke returns a connect link; if it is paid and the wallet is empty, invoke returns a checkout/top-up link (the user opens it, then you retry). Use install only to make an MCP PERMANENT in the active toolkit (its tools then show up natively in future sessions); prefer invoke for a single/occasional use. list_tools lists what is callable right now. subscribe/cancel handle per-MCP billing; report_bug sends feedback; request_mcp asks us to build a NEW MCP when nothing fits. Search/describe flag installed_in_toolkit vs installed_in_workspace. Writes (install/uninstall/subscribe/cancel and the one-off install behind invoke) require workspace owner/admin. It also carries the mcp.ai PROMPT LIBRARY, which is about ready-made prompt TEXT rather than MCPs: search_prompts finds one, get_prompt returns its full text with {{variables}} filled, and publish_prompt saves a prompt and returns a shareable mcp.ai/p/ link that opens without login.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNo
actionNosearch
mcp_idNo
messageNo
tool_idNo
argumentsNo{}
immediateNo
tier_slugNo
prompt_bodyNo
prompt_slugNo
prompt_toolNo
prompt_varsNo{}
conversationNo[]
prompt_titleNo
request_nameNo
cancel_reasonNo
cancel_commentNo
prompt_targetsNo
report_contextNo
prompt_categoryNo
request_detailsNo
prompt_descriptionNo
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The annotations only provide readOnlyHint=false and openWorldHint=true, so they do not fully disclose the safety profile. The description compensates by explicitly stating that writes (install/uninstall/subscribe/cancel and the one-off install behind invoke) require workspace owner/admin. It also discloses key behaviors: invoke works for non-installed MCPs, runs one-off without bloating the toolkit, and returns connect/checkout links when credentials or payment are needed. No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a dense single paragraph but is well structured: core identity, core flow, KEY invoke behavior, install distinctions, permissions, and prompt library are all covered in sequence. It is long, but the tool has a very large surface area and every sentence contributes operational value. Some minor front-loading improvements are possible, but it is not padded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 23-parameter, multi-mode tool with no output schema, this description is unusually complete. It covers the main pipeline, the invoke vs install tradeoff, permission requirements, connect/checkout behavior, installed flags, prompt library features, and admin write restrictions. It does not enumerate exact return shapes for each action, but given the breadth of the tool, the contextual package is strong.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% and there are 23 parameters, so the description carries a heavy burden for parameter semantics. It does narratively explain the action enum values and connects them to relevant parameters (mcp_id, tool_id, arguments, prompt_vars, prompt_slug, prompt_body). However, many parameters such as limit, query, immediate, tier_slug, conversation, cancel_reason, request_name, and prompt_targets are not individually explained, leaving real gaps.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens by identifying the tool as 'the official mcp.ai marketplace' and clearly states that it is both a catalog of MCPs/tools and the way to run them. It names the core actions and example user intents it serves. It is a multi-action dispatcher rather than a single verb+resource, but the purpose is unambiguous and the internal modes are well distinguished.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives an explicit core flow: search → describe → invoke, and explains when each step is appropriate. It directly contrasts invoke and install: 'prefer invoke for a single/occasional use' versus 'Use install only to make an MCP PERMANENT'. It also clarifies when to use list_tools, subscribe/cancel, report_bug, request_mcp, and the prompt library actions, making this excellent usage guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

report_bugA
Idempotent
Inspect

Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.

ParametersJSON Schema
NameRequiredDescriptionDefault
contextNo
messageYes
conversationNo[]
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations provide readOnly=false, destructive=false, idempotent=true, which are not contradicted. However, description does not disclose side effects (e.g., sending a ticket) or response behavior beyond the parameter hint.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise sentences with no redundant information, clearly actionable and structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple reporting tool, description adequately covers essential usage. No output schema, but return values are likely trivial (e.g., success indicator) and not essential for invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema shows three parameters: message (required), context (default), conversation (default). Description only elaborates on conversation, leaving message and context undefined. Coverage is below 50%, requiring the model to infer their roles.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states the tool's purpose: reporting bugs, missing features, or feedback. Distinct from sibling tools like authenticate or connect.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Implies when to use (for reporting issues) and gives specific instruction to include conversation array for reproduction. Lacks explicit alternatives or exclusions but sufficient for the context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

show_versionA
Read-onlyIdempotent
Inspect

Show the current MCP platform and adapter versions.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate read-only, idempotent, and non-destructive behavior. The description adds no extra context about side effects or limitations, relying on the annotations. This meets the lower bar but does not go beyond.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, clear sentence with no redundant words. It is efficiently structured and directly conveys the tool's purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple version-query tool with no parameters or output schema, the description is complete. It fully communicates what the tool does without needing further context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so the baseline of 4 applies. The description provides no additional parameter information, but none is needed.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: showing MCP platform and adapter versions. It is specific and distinct from sibling tools, which handle authentication, data querying, connectivity, marketplace, bug reporting, and toolkit info.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use (when needing version information) but does not explicitly mention alternatives or exclusions. Since no sibling tool serves a similar purpose, the guidance is adequate but not exhaustive.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

toolkit_infoA
Read-onlyIdempotent
Inspect

Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already establish this as a safe, read-only, idempotent operation. The description adds meaningful value by detailing exactly what state is surfaced (MCPs, connection status, accounts, catalog tool counts), going beyond what annotations state. No contradictions with the readOnlyHint=true flag. Minor gap: no mention of errors or empty-state behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single, front-loaded sentence that immediately names the resource ('toolkit state') followed by a colon-delimited list of contents. Zero waste — every word contributes to the operational meaning.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a no-parameter, read-only getter with strong annotations and a detailed return-content description, the documentation is largely complete. The only minor additions could be error conditions or a note about instance-wide state, but these are not necessary for a simple tool of this nature.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, which sets a baseline of 4 under the rubric. The description adds no parameter info, but since there are no parameters to document, the description is not expected to compensate for any schema gaps.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Returns') plus a concrete resource ('the current toolkit state') and elaborates with a detailed list of what that state includes: installed MCPs, connection status, connected accounts, and catalog tool counts. This level of specificity clearly separates it from sibling tools like `show_version` and `connect`.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage context is implied rather than explicit — the reader can infer 'use this when you need toolkit state info' but there is no explicit 'when to use vs alternatives' guidance. For instance, it doesn't clarify when to use this versus `show_version` or `authenticate`, and no exclusions are provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP server to consolidate social benefits received by a Brazilian individual (CPF) via a single read-only tool. Works with any MCP client over HTTP, with pay-per-use pricing and no credentials.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides detailed credit operation records from the Brazilian Central Bank's SCR system for individuals or companies, filterable by reference month and year. Enables read-only queries through a single hosted tool.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides Brazilian company basic registration data (legal name, status, legal nature) from CNPJ through a single read-only MCP tool, hosted with pay-per-use credits.
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.