Diogo AI URL Analysis
Server Details
Remote MCP and x402 service for paid public URL analysis and auditable condition verification.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- Diogoup26/mcp-x402
- 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.5/5 across 3 of 3 tools scored. Lowest: 2.9/5.
Each tool has a distinct purpose: analisar_url generates a report, consultar_ia answers questions, and verificar_condicoes checks specific conditions. No overlap or ambiguity.
All tool names follow the same verb_noun pattern in Portuguese (analisar_url, consultar_ia, verificar_condicoes), ensuring consistency and predictability.
Three tools is an appropriate size for a focused URL analysis server, covering the core functionalities without unnecessary bloat.
The tool set fully covers the implied domain: analyzing a URL, querying an AI, and verifying conditions on a page. No obvious missing operations for the stated purpose.
Available Tools
3 toolsanalisar_urlAnalisar página webAInspect
Extrai uma página web pública e produz um relatório com resumo, factos, riscos e ações recomendadas.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL público HTTP ou HTTPS | |
| objetivo | No | Objetivo opcional da análise |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations are absent, so the description must carry the full burden. The description discloses that it 'extrai' a page and produces a report, which implies a read-only, non-destructive behavior. However, it does not mention potential limitations like JavaScript rendering, authentication requirements, or rate limits, which would be valuable for an agent. It provides basic transparency but lacks depth.
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 sentence that lists the output components (resumo, factos, riscos, ações) and mentions the target resource. It is front-loaded and wastes no words, making it highly concise and well-structured.
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 that the tool is relatively simple (two parameters, one required) and there is no output schema, the description is mostly adequate. However, it does not specify what constitutes a public page, whether the tool handles non-HTML content, or how the report is structured beyond the listed components. With no annotations or output schema, the description is the only source of context, and it leaves some gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, meaning both parameters (url and objetivo) are already described in the schema. The description adds little beyond the schema: it doesn't explain how the 'objetivo' parameter influences the analysis or provide examples. Since the schema covers the parameters, the description only provides marginal value, so baseline 3 is correct.
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 is specific: it states the verb 'extrai' (extracts), the resource 'página web pública' (public web page), and clearly differentiates from siblings by focusing on producing a report (resumo, factos, riscos, ações). This is a clear purpose that distinguishes from consulting an AI or verifying conditions.
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 (analyzing a public web page and generating a report), but it does not explicitly contrast with sibling tools or state conditions when it should not be used. Guidance is implied rather than explicit, so a score of 3 is appropriate.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
consultar_iaConsultar IACInspect
Envia uma pergunta para a OpenAI e devolve a resposta.
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Pergunta ou instrução para a IA |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It states the tool sends a question and returns a response, but doesn't disclose any potential side effects, rate limits, authentication requirements, or error behavior. For a tool that makes an external API call, this is a notable gap.
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, efficient sentence that conveys the core purpose without waste. It's appropriately sized for a simple tool with one parameter.
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 simplicity (one parameter, no output schema), the description is somewhat adequate, but it lacks context about the nature of the AI response, potential delays, or how it relates to the sibling tools. For a tool that calls an external service, more context about expected behavior would be valuable.
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 100%, so the schema already documents the 'prompt' parameter. The description adds minimal value by implying the prompt is a question, but doesn't provide additional context like expected format, language, or constraints beyond what the schema states.
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 states a clear verb ('Envia') and resource ('uma pergunta para a OpenAI'), and indicates the result ('devolve a resposta'). It distinguishes the tool as a general AI query tool, though it doesn't explicitly contrast with siblings like analisar_url or verificar_condicoes, which likely have more specific purposes.
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 no guidance on when to use this tool versus the sibling tools. It doesn't mention any context, prerequisites, or exclusions. An agent would have to infer from the sibling names that this is for general queries while others are for specific tasks, but the description itself offers no such direction.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
verificar_condicoesVerificar condiçõesAInspect
Verifica se uma página web pública cumpre condições concretas e devolve decisão confirmada, rejeitada ou incerta com provas textuais.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL público HTTP ou HTTPS | |
| contexto | No | Contexto opcional para interpretar as condições | |
| condicoes | Yes | Condições concretas que a página tem de cumprir |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description discloses the output behavior (decision of confirmed, rejected, or uncertain with textual evidence). It does not mention side effects, but as a read-only check on a public page, this is largely implied. No annotations are present, so the description carries the burden adequately.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, concise sentence that effectively communicates the purpose and output. It is well-structured and free of 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?
The description sufficiently explains the tool's functionality and output format. It does not detail edge cases or error handling, but for a simple verification tool, this is adequate. The lack of an output schema is compensated by the description of the decision types.
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 parameter descriptions in the schema already cover URL, optional context, and conditions. The tool description adds no extra meaning beyond that, so it relies on the schema. With 100% schema coverage, the baseline of 3 is appropriate.
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 function: verifying whether a public web page meets concrete conditions and returning a decision with evidence. It distinguishes itself from sibling tools by focusing on condition checking and decision output.
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 does not explicitly indicate when to use this tool over the sibling tools 'analisar_url' or 'consultar_ia'. It implies usage for condition verification, but lacks explicit differentiation or scenarios.
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 gradedqualityBmaintenanceMCP server that verifies scraped web data by re-fetching source pages and returning ed25519-signed pass, fail, or unverifiable verdicts, with x402 in-band payment.MIT- FlicenseAqualityCmaintenanceEnables MCP-capable agents to search the curated gold-402 directory of x402 services, probe any endpoint for valid 402 payment terms, and optionally purchase a human editorial verdict for a resource.5
- AlicenseNot gradedqualityFmaintenance23 pay-per-call web analysis APIs as MCP tools. Security audits, tech stack detection, email verification, SEO analysis, SSL checks, performance monitoring. Supports x402 and Stripe MPP payments.516MIT
- AlicenseNot gradedqualityBmaintenanceProvides GDPR compliance scanning for websites via the MCP protocol, with pay-per-call using x402 micropayments.MIT