Skip to main content
Glama

Server Details

Validate up to 75,000 URLs per job (status, redirects, response times). OAuth 2.1.

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.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.2/5 across 4 of 4 tools scored. Lowest: 3.5/5.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: submitting URLs, checking job status, fetching results, and retrieving credit balance. No overlap or ambiguity.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern in snake_case (e.g., get_job_status, submit_urls), making them predictable and easy to understand.

Tool Count5/5

With 4 tools, the server is well-scoped for its purpose. Each tool serves a necessary function without redundancy or unnecessary complexity.

Completeness5/5

The tool set covers the full lifecycle: submission, status polling, result retrieval, and usage tracking. No obvious gaps for a bulk URL checker.

Available Tools

4 tools
get_job_results
Read-onlyIdempotent
Inspect

Fetch paginated results for a job. Each result has the URL, HTTP status code (null if unreachable), response time in ms, and an error message if the check failed.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
job_idYes
offsetNo
get_job_status
Read-onlyIdempotent
Inspect

Get the current status and progress of a job.

ParametersJSON Schema
NameRequiredDescriptionDefault
job_idYes
get_usage
Read-onlyIdempotent
Inspect

Return the current credit balance for this API key.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

submit_urls
Destructive
Inspect

Submit a list of URLs to be checked. Returns a job_id that can be polled via get_job_status or fetched via get_job_results. For up to ~200 URLs this tool waits for completion (up to 60 seconds) and returns the results directly; for larger jobs it returns early with job_id and the agent should poll.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlsYesURLs to check. Each must include http:// or https:// scheme.

Discussions

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

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources