SINTEGRA: GO
Server Details
SINTEGRA: GO, official-source lookup. Platform-hosted, pay per query with prepaid credit.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- mcp-dir/sintegra_go-mcp
- GitHub Stars
- 0
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.8/5 across 7 of 7 tools scored. Lowest: 3/5.
Most tools have distinct purposes: auth, connection status, marketplace, feedback, version, query, toolkit state. However, 'connect' and 'toolkit_info' both convey connection status, and 'marketplace' is a catch-all for many sub-operations, creating minor overlap.
Names are inconsistent: some are generic verbs (authenticate, connect), some are nouns (marketplace, toolkit_info), and sintegra_go_consultar uses Portuguese. There's no uniform verb_noun pattern, though they're all snake_case and readable.
With 7 tools, the count is reasonable, though the server seems to bundle platform utilities with a single domain-specific tool, making the scope slightly muddled. Each tool has a distinct function, so it's not overly heavy.
For a SINTEGRA GO server, only one domain tool exists, but the marketplace tool provides broad access to other MCPsWFilling gaps. Platform operations (auth, status, feedback, version, toolkit info) are covered, but the domain surface is thin.
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 indicate it's not read-only and is idempotent. The description adds valuable context: the differentiation between permanent (config header) and session-only (token) login, and that calling with no args returns a link. This goes beyond the annotations and clarifies the tool's side effects and state changes.
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 paragraph that is reasonably concise. It front-loads the audience ('MCP.AI for IDE agents') and then provides sequential instructions. Every sentence serves a purpose, though it could be broken into bullets for clarity; still, it's far from 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?
For a simple one-parameter tool with no output schema, the description covers the key aspects: what it does, how to use it, and the two modes. It lacks a description of the return value when a token is passed, but given the simplicity and annotations, this is not a major gap. It is complete enough for an agent to use correctly.
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, the description fully compensates. It explains the 'token' parameter as a JWT to paste, describes the no-args behavior (returns link), and clarifies the context of both invocations. This is complete and adds substantial meaning 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's purpose: to authenticate the user via browser login and token handling. It specifies the two methods (permanent config vs session token) and distinguishes this tool from siblings by focusing on authentication, though it doesn't explicitly compare to 'connect'. The verb 'authenticate' and resource context are clear.
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 explicit when-to-use guidance: for permanent connections, add the token to config; for session-only, pass the token. It also instructs to call with no args to receive the link. However, it does not mention when not to use this tool or distinguish it from sibling 'connect', so it falls short of a 5.
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?
The description discloses the nature of the output (status, URLs, pending list) and implies read-only behavior, consistent with annotations. However, it does not detail error handling or side effects beyond the success/failure cases mentioned.
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, concise, and to the point, providing necessary information without unnecessary fluff.
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 gives sufficient context about the tool's purpose and output, including specific fields like authenticated and pending, which is adequate given the absence of an output schema.
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 no parameters, so the description adds nothing beyond the schema. Baseline for zero parameters is 4, and the description does not conflict with any parameter semantics.
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, and it distinguishes from siblings like 'authenticate' by focusing on status checking rather than authentication actions.
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 conditional guidance on when the tool is used (when all providers are connected vs. when credentials are missing), but does not explicitly contrast with 'authenticate' or other alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
marketplaceBInspect
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?
Discloses key behaviors: writes require workspace owner/admin, invoke works without installation, returns connect links for missing credentials, and billing flows. This aligns with the readOnlyHint=false annotation and provides useful context beyond the annotation.
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 highly repetitive, repeating the same explanations multiple times (e.g., the entire paragraph is duplicated). This violates conciseness and makes it difficult to parse. A single, structured overview would suffice.
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 covering many aspects, the description omits detailed parameter descriptions and does not explain the output or return values. Given the complexity of the tool (multiple actions, many parameters), this is incomplete and would leave an agent uncertain about how to use specific fields.
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 23 parameters with zero description coverage; the description mentions a few (action, mcp_id, tool_id, arguments, immediate, etc.) but does not explain each. For a tool with this many parameters, the description should provide per-parameter guidance, which is lacking.
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 indicates this tool is for interacting with the MCP marketplace, covering actions like search, install, and invoke. It distinguishes from sibling tools by focusing on marketplace operations, though it is verbose and repetitive.
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?
Provides some guidance on when to use install vs invoke (e.g., 'prefer invoke for a single/occasional use') and mentions admin requirements for writes. However, it lacks explicit comparison to alternative tools like authenticate or connect, and the repetitive structure makes the guidance hard to follow.
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 declare idempotentHint=true and readOnlyHint=false, and the description does not contradict these. However, beyond the purpose, the description adds only the note about including the conversation for reproduction, which is more of a usage hint than a behavioral disclosure. It does not mention whether the report is sent, stored, triggers notifications, or requires authentication, leaving the agent without insight into side effects or requirements.
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, consisting of two sentences with no wasted words. It is front-loaded with the primary purpose and quickly provides a usage hint. While it is short, this is not a case of over-condensation; the brevity is appropriate given the tool's simplicity, though it could be more structured with parameter guidance.
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 three parameters and no output schema, the description is insufficient. It does not explain the return format (if any), fully describe parameter usage, or provide clarity on the expected behavior. The presence of basic annotations does not compensate for the lack of details about how the tool interacts with the system. It is a minimally functional description but not complete enough for an agent to confidently use it.
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, the description is responsible for explaining all parameters. It only mentions the conversation parameter ('Include the conversation array with recent messages'), implying it is for reproduction, but does not clarify the required 'message' parameter or the optional 'context' parameter. The meaning of 'message' must be inferred from the tool purpose, and 'context' is left entirely unexplained. This is a significant gap.
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.' This is a specific verb+resource combination that distinguishes it from the listed siblings, none of which relate to reporting issues. The purpose is unambiguous and covers the expected use cases.
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 gives a partial usage guideline by instructing to include the conversation array for reproduction, which indicates when this tool is appropriate (for issues that need reproduction steps). However, it does not explicitly state when to use this tool versus any alternatives, nor does it list any prerequisites or exclusions. It provides context but not a full when-to-use vs. when-not-to-use explanation.
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=true, idempotentHint=true, and destructiveHint=false, which fully cover the safety profile. The description adds that it shows 'current' versions, which is minor scoping context but does not disclose additional behavioral traits like return format or potential side effects.
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 front-loaded, direct, and free of filler. Every word contributes to defining the tool's purpose.
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 zero-parameter, read-only, idempotent tool with rich annotations, the description fully covers the essential purpose. The absence of an output schema is not a gap because the description clearly states what information (platform and adapter versions) will be shown.
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 schema is trivially complete. The description adds meaning by clarifying the exact kind of version information that will be returned, which is sufficient for a parameterless tool.
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 clear verb ('Show') and specifies the exact resource ('current MCP platform and adapter versions'), making the tool's purpose immediately obvious. It also distinguishes this from siblings like 'toolkit_info' by naming the specific version-related output scope.
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?
There is no guidance on when to use this tool versus alternatives such as 'toolkit_info' or 'marketplace'. The description does not mention any context, exclusions, or prerequisites, leaving the agent to infer the appropriate usage scenario.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
sintegra_go_consultarBRead-onlyIdempotentInspect
SINTEGRA: GO, 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 |
|---|---|---|---|
| ie | No | ||
| cpf | No | ||
| cnpj | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds valuable behavioral context: payment requirement, hosting details, absence of platform credentials, and legal responsibilities (LGPD). It does not contradict annotations and enriches the safety profile with pricing and data sensitivity notes.
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 but packed with useful information, including purpose, payment, and legal context. It is not overly verbose and front-loads the main action. Slightly dense, but acceptable given the amount of context it conveys.
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 tool has 3 optional parameters, no output schema, and zero parameter descriptions. The description covers high-level aspects (source, payment, legality) but omits crucial details like how to construct a query, which parameter to use, or what the response looks like. The agent would be under-informed to invoke the tool correctly.
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 lists three parameters (ie, cpf, cnpj) with zero description coverage. The description does not mention these parameters at all, leaving the agent without guidance on what each parameter represents or when to use them. With 0% schema coverage, the description should compensate but completely fails to do so.
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 performs a query ('consulta') against official Brazilian sources (SINTEGRA GO). It distinguishes itself from sibling tools like authenticate or report_bug, which are unrelated platform actions. The purpose is clear but could be more specific 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 provides usage context: querying official sources, hosted by the platform, no platform credentials required, and pay-per-query with prepaid credit. However, it does not explicitly state when to use this tool versus alternatives or any exclusions. The guidance is implied rather than direct.
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=true, idempotentHint=true, destructiveHint=false. The description adds specific context about what is returned (installed MCPs, connection status, accounts, catalog tool counts) without contradicting the annotations. It provides detail beyond the safety hints, which is useful but not exhaustive (e.g., no mention of potential latency or auth requirements). However, given it's a read-only info tool, the description suffices.
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?
A single, well-structured sentence that immediately states the return value and enumerates key elements. Every word earns its place with zero fluff. The information is front-loaded with 'Returns the current toolkit state'.
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 parameterless info tool with full annotation coverage (readOnly, idempotent, non-destructive), the description fully explains what the tool returns. No output schema, but the return content is specified clearly enough for an agent to understand and use. Nothing missing.
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?
There are zero parameters, so the description doesn't need to explain any. Per the rubric, 0 params baseline is 4. The description explains what the output contains, which is the full value since there's no input schema to clarify.
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 names the resource 'current toolkit state' with detailed content: installed MCPs, connection status, accounts, and catalog tool counts. This clearly distinguishes it from siblings like 'show_version' (version info) and 'connect' (establishing connections).
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 clearly implies when to use the tool: whenever the agent needs to know the current toolkit state, connections, or capabilities. It doesn't explicitly mention alternatives, but the distinct purpose from siblings (authenticate, connect, marketplace) makes usage context clear. Slight deduction for no explicit when-not guidance.
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
- Alicense-qualityCmaintenanceMCP server for querying complete Sintegra Centralized Taxpayer Registry (CCC) data from CPF/CNPJ or state registration and UF. Read-only, hosted, pay-per-use, works with any MCP client.MIT
- Alicense-qualityCmaintenanceQuery Brazilian Federal Revenue (Receita Federal) tax situation data from official sources via a single read-only tool, hosted and billed per use.MIT
- Alicense-qualityCmaintenanceMCP server for consulting Brazilian state taxpayer registrations (Sintegra) using CPF/CNPJ, state registration, and UF. It provides read-only, pay-per-use access via hosted HTTP MCP, compatible with any MCP client.MIT
- Alicense-qualityCmaintenanceProvides 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