1cent URL Intelligence
Server Details
Paid SSRF-protected URL inspection, metadata, extraction and change detection tools using x402.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
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.6/5 across 4 of 4 tools scored. Lowest: 2.9/5.
Each tool has a distinct purpose: change detection, content extraction, site metadata, and pre-browse check. No overlap.
All tools follow a consistent 'url_' prefix with a descriptive verb (changed, extract, passport, pulse).
Four tools cover the essential URL intelligence operations without being excessive or insufficient.
Core operations are covered, but minor gaps like URL shortening expansion are missing.
Available Tools
4 toolsurl_changedURL ChangedCInspect
Compare a public HTTP or HTTPS URL with its previously stored normalized content hash. Creates a baseline on first use, then reports whether content changed and returns current and previous hashes with timestamps. JavaScript is not executed.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| fresh | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description discloses that JavaScript is not executed and explains the baseline creation and hash comparison behavior. However, it lacks details on whether the tool follows redirects, handles non-200 status codes, requires authentication, or what happens on error. With no annotations provided, the description carries the full burden but does not cover all relevant behavioral traits.
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 three sentences long, each serving a clear purpose: stating the core function, explaining baseline behavior, and noting the lack of JavaScript execution. It is front-loaded with the main action. One could argue that 'normalized content hash' could be briefly explained, but overall it is concise and efficient.
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 two parameters, low schema coverage, and no output schema, the description gives a functional overview but misses important details: the semantics of the 'fresh' parameter, what the returned hashes and timestamps look like, and edge cases (e.g., unresponsive URLs). It is adequate for basic understanding but not fully complete.
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 defines two parameters (url and fresh) with no description coverage. The tool description does not explain what 'fresh' does (e.g., whether it forces a re-fetch or bypasses cache). With 0% schema description coverage, the description fails to add any meaning beyond the schema's minimal type and default value.
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 compares a URL with its previously stored normalized content hash, creates a baseline on first use, and reports changes with hashes and timestamps. It uses a specific verb-resource combination and includes the notable detail that JavaScript is not executed. However, it does not explicitly differentiate itself from sibling tools like url_extract, url_passport, or url_pulse.
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 detecting URL content changes over time, but it does not provide any guidance on when to use this tool versus alternatives (e.g., url_extract). There are no statements about prerequisites, when not to use it, or context for selecting among siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
url_extractURL ExtractBInspect
Extract normalized main text and optional links from a public HTTP or HTTPS document. Returns title, author, publication time, language, content hash, truncation and cache state. Output size and fetch time are bounded; JavaScript is not executed.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| fresh | No | ||
| include_links | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Discloses key behaviors: returns normalized main text, optional links, bounded output size and fetch time, no JavaScript execution. With no annotations provided, the description carries the full burden and does so well.
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?
Concise and informative, covering key aspects in a few sentences. No redundancy. Could potentially add more structure (e.g., bullet list of outputs).
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?
Provides sufficient context for a tool with 3 parameters and no output schema. Explains what is returned, bounds, and limitations. No major gaps given the tool's simplicity.
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 coverage is 0% – description does not explain any of the three parameters (url, fresh, include_links). The mention of 'optional links' is the only hint. Fails to compensate for low coverage.
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?
Clearly states it extracts normalized main text and optional links from public HTTP/HTTPS documents. Specifies return fields (title, author, etc.). Differentiates from siblings by focusing on extraction, but does not explicitly contrast with url_changed, url_passport, or url_pulse.
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 explicit guidance on when to use or avoid. Mentions 'public' documents, implying not for private ones, but no alternatives or exclusions given. Does not reference sibling tools for comparison.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
url_passportURL PassportAInspect
Inspect a public HTTP or HTTPS URL and return a structured site passport. Includes pulse fields, registrable domain, robots and sitemap discovery, feeds, OpenAPI hints, and page metadata. Uses at most eight external HTTP requests and does not execute JavaScript.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| fresh | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It discloses two key behavioral traits: uses at most eight external HTTP requests and does not execute JavaScript. This adds useful transparency beyond the schema.
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: first states core purpose, second lists contents and constraints. No extraneous words, front-loaded with 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?
Given no output schema, the description lists the return fields (pulse, domain, robots, etc.) which is fairly complete. However, it does not address error cases, non-HTTP URLs, or response format details.
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%, so description must compensate. It adds meaning for 'url' (must be public HTTP or HTTPS) but does not explain the 'fresh' parameter beyond its type and default. Insufficient semantic context for both 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 inspects a public HTTP or HTTPS URL and returns a structured site passport, which is a specific verb and resource. It lists multiple fields (pulse, domain, robots, etc.), making it distinct from siblings like url_changed or url_extract.
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 comprehensive site inspection but does not explicitly state when to use this tool over alternatives or when not to use it. No exclusions or alternatives are mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
url_pulseURL PulseAInspect
Check a public HTTP or HTTPS URL before expensive browsing or AI processing. Returns availability, redirects, content type, page metadata, language, cache state, content hash, robots policy, and access restrictions. Does not execute JavaScript.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| fresh | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description discloses key behaviors: returns availability, redirects, content type, page metadata, language, cache state, content hash, robots policy, and access restrictions. It also notes that JavaScript is not executed. This covers safety and functional traits adequately, though it omits potential rate limits or timeout details.
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 three sentences with no extraneous words. It front-loads the purpose and then efficiently lists return types and a key behavioral restriction. Every sentence earns its place.
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 no output schema, the description covers many return fields (availability, redirects, content type, etc.) which is comprehensive for a URL health check tool. It lacks only minor details like response format or error handling, but suffices for the tool's complexity.
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 coverage is 0%, but the two parameters (url, fresh) are simple and self-explanatory from their names and types. The description adds value by mentioning 'cache state,' which hints at the 'fresh' parameter's purpose, but does not directly document each parameter. Baseline 3 is appropriate given low complexity and partial context.
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 ('Check') and resource ('public HTTP or HTTPS URL'), clearly stating the tool's purpose. It distinguishes from siblings by emphasizing pre-browsing verification, which is different from url_changed (change detection), url_extract (data extraction), and url_passport (likely authentication).
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 explicitly advises using the tool 'before expensive browsing or AI processing,' providing clear context for appropriate usage. However, it does not explicitly state when not to use it or mention alternatives among siblings, though the use case is well-defined.
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!