Conselho Federal de Medicina Veterinária: Cadastro
Server Details
Conselho Federal de Medicina Veterinária: Cadastro, official-source lookup. Platform-hosted, pay per
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- mcp-dir/cfmv_cadastro-mcp
- GitHub Stars
- 0
- Server Listing
- cfmv_cadastro
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.9/5 across 7 of 7 tools scored. Lowest: 2.7/5.
Most tools have distinct purposes, but 'connect' and 'toolkit_info' both report connection status and overlap. 'authenticate' and 'connect' also share a boundary around access setup. The domain-specific 'cfmv_cadastro_consultar' is clearly separate from the platform utilities.
Tool names follow no consistent pattern: some use verb_noun ('report_bug', 'show_version'), some are single nouns ('marketplace', 'connect'), one is a noun_noun ('toolkit_info'), and one is in Portuguese ('cfmv_cadastro_consultar'). Mixing languages and conventions makes the set feel ad-hoc.
While 7 tools is a reasonable raw count, the server is named for CFMV cadastro and only one tool ('cfmv_cadastro_consultar') serves that domain. The other six are generic MCP platform utilities (auth, marketplace, etc.) that could be part of a platform-level toolkit, not a domain-specific registry server. The count is inappropriate for the stated purpose.
For a registry consultation service, the surface is extremely thin: only a single query operation ('cfmv_cadastro_consultar') with no create, update, delete, or even list/list-all functionality. The platform tools do not contribute to domain coverage, leaving the actual CFMV workflow incomplete.
Available Tools
7 toolsauthenticateAIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| token | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already show idempotent and non-destructive, and the description adds useful context: the two mechanisms (config header vs session token), the non-expiring nature of the config method, and that calling with no args returns a login link. No contradictions 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences pack all essential information: the login flow, permanent vs session options, and the parameter usage. Front-loaded with the primary purpose and minimal waste.
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 an authentication tool with one optional parameter and no output schema, the description covers all necessary aspects: the two login methods, how to obtain the token, and the recommendation for permanent setup. It's complete for its scope.
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?
The schema has a single optional 'token' parameter with zero description coverage. The description fully explains it by showing the exact call format with a JWT and when to use it (after user paste), and also explains the no-argument case. This compensates completely for the schema's lack of detail.
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's purpose: authenticating IDE agents via a browser login and token capture. It distinguishes from the sibling 'connect' tool by specifying it's for MCP.AI IDE agents and describes both permanent and session-based login methods.
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?
It gives explicit usage scenarios: for permanent access, add the token to server config; for session-only, pass the token or call with no args to get a link. While it doesn't explicitly name alternatives or when-not-to-use, the guidance is clear and context-rich.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
cfmv_cadastro_consultarCRead-onlyIdempotentInspect
Conselho Federal de Medicina Veterinária: Cadastro, 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).
| Name | Required | Description | Default |
|---|---|---|---|
| uf | No | ||
| query | Yes | ||
| tipo_inscricao | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond annotations (readOnly, idempotent), the description adds context about credential requirements and payment model, and clarifies that data is not confidential. However, it does not disclose potential side effects, error behavior, or rate limits, leaving some behavioral aspects unexplained.
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 moderately concise but includes redundant phrases (e.g., repeating 'official sources') and legal boilerplate. It is structured into a few sentences, but could be tightened without losing essential information.
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 key practical details: it does not explain what the response contains, how to construct a valid query, or what each parameter means. It covers legal and operational context but misses crucial usage information that would make the tool self-explanatory.
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?
The input schema includes parameters like `uf`, `query`, and `tipo_inscricao`, but the description gives no explanation of their meaning or expected values. Without any hints, the agent cannot infer how to populate these fields correctly.
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 that this tool queries information from official Brazilian sources, specifically for CFMV registration data. It distinguishes itself from generic siblings by hinting at the specific domain (veterinary medicine council), though it could be more explicit about the exact data returned.
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 mentions operational aspects like lack of platform credentials and prepaid payment, but it does not explicitly state when to use this tool versus alternatives. It provides no direct guidance on appropriate use cases or prerequisites beyond legal disclaimers.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
connectARead-onlyIdempotentInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnly, idempotent, and non-destructive behavior, so the bar is lower. The description adds concrete details about return values (authenticated flag, connect_url) and conditions, enhancing transparency without contradicting 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, tightly packed with relevant information. It avoids redundant phrasing, explains key states, and is well-structured for quick parsing. No unnecessary words or 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?
Given the simplicity of the tool (no parameters, read-only operation), the description sufficiently covers its behavior and expected return values. It mentions 'per-install URLs' which could be slightly ambiguous, but that's a minor gap and does not impact overall completeness in typical usage contexts.
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?
The tool has zero parameters, and schema coverage is 100% by default. The description does not need to elaborate on parameters. Per the rubric, a baseline of 3 is appropriate for high schema coverage with no parameter info, and no additional explanation is required.
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 that the tool returns connection status and URLs, distinguishing it from siblings like 'authenticate' which likely performs actual authentication. It specifies the exact outcome for connected and missing credentials scenarios, leaving no ambiguity about its function.
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 when to use the tool (to check connection status) and provides expected outcomes under different conditions (all connected vs. missing credentials). While it doesn't explicitly contrast with alternatives, the context is clear enough for an agent to decide when to invoke it.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| action | No | search | |
| mcp_id | No | ||
| message | No | ||
| tool_id | No | ||
| arguments | No | {} | |
| immediate | No | ||
| tier_slug | No | ||
| prompt_body | No | ||
| prompt_slug | No | ||
| prompt_tool | No | ||
| prompt_vars | No | {} | |
| conversation | No | [] | |
| prompt_title | No | ||
| request_name | No | ||
| cancel_reason | No | ||
| cancel_comment | No | ||
| prompt_targets | No | ||
| report_context | No | ||
| prompt_category | No | ||
| request_details | No | ||
| prompt_description | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations declare readOnlyHint=false (writes possible) and the description aligns, explicitly stating 'Writes (install/uninstall/subscribe/cancel and the one-off install behind invoke) require workspace owner/admin.' No contradiction. Beyond annotations, it discloses rich behavioral context: auth flow ('if the MCP needs a credential/login, invoke returns a connect link'), payment flow ('if it is paid and the wallet is empty, invoke returns a checkout/top-up link'), the one-off execution trait ('without bloating the tool list'), and prompt-library share links 'that opens without login.'
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 dense wall of text — no bullets, no action-by-action breakdown — making it hard to parse despite containing valuable content. Every sentence does earn its place given the tool's 14-action, billing/auth/prompt-library scope, so length is arguably justified, but the total lack of structural organization hurts scannability for an agent.
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 highly complex tool (23 params, 14 actions, billing, auth, prompt library, permissions) with no output schema, the description is quite complete: it covers all actions, the recommended flow, auth and payment edge cases, ownership requirements, and the one-off vs permanent distinction. It falls slightly short of 5 because it does not describe return payload shapes, and with no output schema the agent must infer response formats on its own.
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?
With 0% schema description coverage across 23 parameters, the description must compensate heavily, and it does substantially. It implicitly documents all 14 action enum values by narrating each action's purpose in the flow. It covers the prompt-related params (search_prompts, get_prompt with {{variables}}, publish_prompt with shareable slug). However, it does not systematically map every parameter (arguments, immediate, tier_slug, conversation, request_name, prompt_targets) to its role, leaving some params under-explained despite the verbose text.
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's role: 'The official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them.' It specifies a concrete resource (the mcp.ai catalog) and the actions it performs (search, describe, install, invoke, subscribe, prompt library). It distinguishes itself from siblings like authenticate, connect, and toolkit_info by establishing itself as the marketplace/catalog/runtime hub.
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?
Exceptionally explicit about when to use each action: 'Core flow: action=search discovers MCPs by intent → describe returns one MCP's full profile... so you pick the right tool_id → invoke RUNS that tool.' It gives clear decision rules: 'Use install only to make an MCP PERMANENT in the active toolkit... prefer invoke for a single/occasional use' and 'list_tools lists what is callable right now.' It also covers when to use report_bug, request_mcp, subscribe/cancel, and the prompt library functions, plus a permission caveat for writes.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
report_bugBIdempotentInspect
Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | ||
| message | Yes | ||
| conversation | No | [] |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations are provided: readOnlyHint=false, destructiveHint=false, idempotentHint=true. The description doesn't contradict these. It adds that the conversation array should be included for reproduction, which is a behavioral expectation. However, it doesn't disclose what happens after reporting (e.g., does it send a message, create a ticket, etc.) or any side effects. With annotations covering basic safety, the description adds some context but could be richer.
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 concise, two sentences, and front-loaded with the primary purpose. It directly instructs on an important usage detail (including conversation). No wasted words. It earns a high score for brevity and clarity.
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 the tool complexity is low (3 params, simple types, no output schema), the description is adequate for a reporting tool. It tells the user what to include (conversation) and what the tool is for. However, it doesn't specify the format of 'conversation' or what happens after submission, which could affect expectations. The annotations provide some context like idempotentHint=true, but the description could be more complete about the expected input.
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 description coverage is 0%, and the description does not explain the parameters beyond mentioning 'conversation array' in relation to reproduction. It fails to clarify the meaning of 'context' and how 'conversation' should be structured. The parameter 'message' is required but its content is not elaborated. This is a significant gap: the description must compensate for low schema coverage, but it only covers one of three parameters.
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's purpose: 'Report a bug, missing feature, or send feedback.' It identifies the verb (report/send) and resource (bug/feature/feedback). It distinguishes from siblings like show_version and toolkit_info which are informational, while this is for reporting issues. However, it doesn't explicitly differentiate from marketplace or connect, but the context is clear enough.
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 when to use it (when reporting bugs, missing features, or feedback) but provides no explicit guidance on when not to use it or alternatives. It does give an instruction to include 'conversation array with recent messages for reproduction,' which is a usage hint. However, it lacks clear exclusions or comparison with sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
show_versionARead-onlyIdempotentInspect
Show the current MCP platform and adapter versions.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, covering the safety profile. The description adds no additional behavioral context (e.g., whether output is formatted, or network calls are made). It is consistent with annotations but does not enrich them.
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, clear sentence with no redundant words. It is front-loaded and directly states the tool's function.
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 the tool's low complexity, no parameters, and existing annotations, the description is sufficient to inform the agent about the tool's primary behavior. It does not explain return value format, but that is not required given no output schema and the trivial nature of the task.
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?
The tool has zero parameters, so the baseline is 4. The description does not need to explain parameter details since none exist, and the schema is fully covered (100% of zero parameters).
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 verb 'Show' and the specific resource 'current MCP platform and adapter versions,' making the tool's purpose immediately understood. It is distinct from sibling tools like authenticate or connect, which involve actions rather than version queries.
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 is provided on when to use this tool versus alternatives. While the simplicity of the tool reduces the need for extensive context, there is no explicit statement about when to invoke it (e.g., 'Use to check compatibility or report version-related issues').
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
toolkit_infoARead-onlyIdempotentInspect
Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the description adds value by detailing the returned state contents (MCPs, statuses, accounts, catalog tools). This provides context beyond the safety profile, though it does not describe side effects—consistent with read-only.
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 sentence that is direct and efficient, front-loading the purpose and enumerating contents without any fluff or redundancy.
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 the tool's low complexity (no params, no output schema), the description fully explains what the tool returns, including specific details about MCP state, connection status, accounts, and catalog tool counts. Annotations cover safety, making this complete for an agent.
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?
No parameters exist, so the description adds no parameter-specific meaning. Per rubric, 0 parameters yields a baseline of 4, and the description adequately describes what the tool does without needing to clarify parameter usage.
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 uses a specific verb ('Returns') and clearly identifies the resource ('current toolkit state') with an enumerated list of contents (installed MCPs, connection status, accounts, catalog tool counts). This distinguishes it from sibling tools like show_version and authenticate.
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 usage for checking toolkit state but does not explicitly state when to use it vs. alternatives or provide exclusions. It offers clear context but lacks explicit guidance on use cases or non-use cases.
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
- AlicenseNot gradedqualityCmaintenanceProvides read-only access to official dentistry registration data from the Paraíba Regional Council of Dentistry (CRO-PB) via a hosted, pay-per-use MCP API.MIT
- AlicenseNot gradedqualityCmaintenanceRead-only MCP server for querying official dental registration data from the Regional Council of Dentistry of Alagoas (Brazil). It provides a single tool to consult professional records via a hosted HTTP endpoint with prepaid credits.MIT
- AlicenseNot gradedqualityCmaintenanceEnables querying health establishment data from the Brazilian Federal Council of Medicine (CFM), providing read-only access to official information.MIT
- AlicenseNot gradedqualityCmaintenanceEnables read-only consultation of official Conselho Regional de Farmácia GO (CRF-GO) registry data through an MCP server, allowing users to query professional registration information using natural language.MIT
Your Connectors
Sign in to create a connector for this server.