Skip to main content
Glama

FreeToolBoxes Agent Tools

Server Details

Exactly 50 data transformation and live web verification tools for AI agents.

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 Definition Quality

Score is being calculated. Check back soon.

Available Tools

50 tools
base64_decodeBase64 Decode
Read-onlyIdempotent
Inspect

Use this when you need Base64 decoded to UTF-8 text with invalid UTF-8 reported.

ParametersJSON Schema
NameRequiredDescriptionDefault
base64Yes
url_safeNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
base64_encodeBase64 Encode
Read-onlyIdempotent
Inspect

Use this when you need UTF-8 text encoded as standard or URL-safe Base64.

ParametersJSON Schema
NameRequiredDescriptionDefault
textYes
paddingNo
url_safeNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
canonical_checkCanonical Check
Read-onlyIdempotent
Inspect

Use this when you need to verify a page canonical against its final live URL.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
cron_describeCron Describe
Read-onlyIdempotent
Inspect

Use this when you need an exact field-by-field explanation of a cron expression.

ParametersJSON Schema
NameRequiredDescriptionDefault
expressionYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
cron_next_runsCron Next Runs
Read-onlyIdempotent
Inspect

Use this when you need deterministic upcoming times for a cron expression in an IANA time zone.

ParametersJSON Schema
NameRequiredDescriptionDefault
afterNo
countNo
timezoneNoUTC
expressionYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
csv_to_jsonCSV to JSON
Read-onlyIdempotent
Inspect

Use this when you need quoted CSV parsed into JSON rows with explicit size limits.

ParametersJSON Schema
NameRequiredDescriptionDefault
csvYes
headersNo
delimiterNo,

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
currency_convert_currentCurrency Convert Current
Read-onlyIdempotent
Inspect

Use this when you need a current, source-attributed currency conversion using ECB reference rates.

ParametersJSON Schema
NameRequiredDescriptionDefault
toYes
fromYes
amountYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
date_differenceDate Difference
Read-onlyIdempotent
Inspect

Use this when you need the exact elapsed duration between two instants.

ParametersJSON Schema
NameRequiredDescriptionDefault
endYes
startYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
dns_lookupDNS Lookup
Read-onlyIdempotent
Inspect

Use this when you need current public DNS records for a domain.

ParametersJSON Schema
NameRequiredDescriptionDefault
typeNoA
domainYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
duration_parseDuration Parse
Read-onlyIdempotent
Inspect

Use this when you need an ISO or human duration normalized to exact units.

ParametersJSON Schema
NameRequiredDescriptionDefault
durationYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
exchange_rates_listExchange Rates List
Read-onlyIdempotent
Inspect

Use this when you need the current currencies and EUR reference rates published by the ECB.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
hash_digestHash Digest
Read-onlyIdempotent
Inspect

Use this when you need a cryptographic digest of UTF-8 text using a Web Crypto algorithm.

ParametersJSON Schema
NameRequiredDescriptionDefault
textYes
encodingNohex
algorithmNoSHA-256

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
http_status_checkHTTP Status Check
Read-onlyIdempotent
Inspect

Use this when you need the live status and latency of a public HTTPS URL.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
json_diffJSON Diff
Read-onlyIdempotent
Inspect

Use this when you need deterministic RFC 6902 operations that transform one JSON value into another.

ParametersJSON Schema
NameRequiredDescriptionDefault
afterYes
beforeYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
json_formatJSON Format
Read-onlyIdempotent
Inspect

Use this when you need deterministic JSON formatting or minification.

ParametersJSON Schema
NameRequiredDescriptionDefault
textYes
indentNo
sort_keysNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
json_patch_applyJSON Patch Apply
Read-onlyIdempotent
Inspect

Use this when you need to safely apply RFC 6902 operations to a JSON document.

ParametersJSON Schema
NameRequiredDescriptionDefault
patchYes
documentYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
json_pointer_getJSON Pointer Get
Read-onlyIdempotent
Inspect

Use this when you need the exact value addressed by an RFC 6901 JSON Pointer.

ParametersJSON Schema
NameRequiredDescriptionDefault
pointerYes
documentYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
json_schema_validateJSON Schema Validate
Read-onlyIdempotent
Inspect

Use this when you need local JSON Schema validation without fetching remote references.

ParametersJSON Schema
NameRequiredDescriptionDefault
dataYes
schemaYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
json_to_csvJSON to CSV
Read-onlyIdempotent
Inspect

Use this when you need an array of flat JSON objects serialized as standards-compatible CSV.

ParametersJSON Schema
NameRequiredDescriptionDefault
rowsYes
delimiterNo,

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
json_to_yamlJSON to YAML
Read-onlyIdempotent
Inspect

Use this when you need a JSON value serialized as deterministic YAML.

ParametersJSON Schema
NameRequiredDescriptionDefault
valueYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
json_validateJSON Validate
Read-onlyIdempotent
Inspect

Use this when you need exact JSON syntax validation and the top-level value type.

ParametersJSON Schema
NameRequiredDescriptionDefault
textYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
jwt_decodeJWT Decode
Read-onlyIdempotent
Inspect

Use this when you need to inspect JWT header and payload claims without verifying its signature.

ParametersJSON Schema
NameRequiredDescriptionDefault
tokenYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
jwt_expiry_checkJWT Expiry Check
Read-onlyIdempotent
Inspect

Use this when you need to inspect exp, nbf, and iat timing without verifying the JWT signature.

ParametersJSON Schema
NameRequiredDescriptionDefault
atNo
tokenYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
openapi_validateOpenAPI Validate
Read-onlyIdempotent
Inspect

Use this when you need structural validation of an OpenAPI 3.x document without resolving remote references.

ParametersJSON Schema
NameRequiredDescriptionDefault
documentYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
page_metadata_extractPage Metadata Extract
Read-onlyIdempotent
Inspect

Use this when you need title, description, canonical, robots, language, and social metadata from a live HTML page.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
query_string_buildQuery String Build
Read-onlyIdempotent
Inspect

Use this when you need deterministic URL query encoding from scalar or array values.

ParametersJSON Schema
NameRequiredDescriptionDefault
parametersYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
query_string_parseQuery String Parse
Read-onlyIdempotent
Inspect

Use this when you need a URL query string parsed with duplicate values preserved.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
rdap_domain_lookupRDAP Domain Lookup
Read-onlyIdempotent
Inspect

Use this when you need current domain registration data from the authoritative RDAP service.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
redact_sensitive_dataRedact Sensitive Data
Read-onlyIdempotent
Inspect

Use this when you need common secrets and personal identifiers replaced before further processing.

ParametersJSON Schema
NameRequiredDescriptionDefault
textYes
categoriesNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
redirect_traceRedirect Trace
Read-onlyIdempotent
Inspect

Use this when you need the complete HTTPS redirect path and final response.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
regex_testRegex Test
Read-onlyIdempotent
Inspect

Use this when you need safe RE2-compatible matching without catastrophic backtracking or backreferences.

ParametersJSON Schema
NameRequiredDescriptionDefault
textYes
flagsNou
patternYes
max_matchesNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
response_headers_inspectResponse Headers Inspect
Read-onlyIdempotent
Inspect

Use this when you need normalized live response headers from a public HTTPS URL.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
robots_fetch_analyzeRobots Fetch Analyze
Read-onlyIdempotent
Inspect

Use this when you need the live robots.txt rules and sitemap declarations for a site.

ParametersJSON Schema
NameRequiredDescriptionDefault
originYes
user_agentNo*

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
security_headers_auditSecurity Headers Audit
Read-onlyIdempotent
Inspect

Use this when you need a focused audit of important HTTP security headers on a live URL.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
semver_compareSemVer Compare
Read-onlyIdempotent
Inspect

Use this when you need exact Semantic Version precedence comparison.

ParametersJSON Schema
NameRequiredDescriptionDefault
aYes
bYes
looseNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
semver_satisfiesSemVer Satisfies
Read-onlyIdempotent
Inspect

Use this when you need to test a Semantic Version against a range.

ParametersJSON Schema
NameRequiredDescriptionDefault
rangeYes
versionYes
include_prereleaseNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
sitemap_fetch_analyzeSitemap Fetch Analyze
Read-onlyIdempotent
Inspect

Use this when you need to inspect a live XML sitemap or sitemap index.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes
limitNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
structured_data_extractStructured Data Extract
Read-onlyIdempotent
Inspect

Use this when you need JSON-LD and supported microdata types from a live page.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
text_chunkText Chunk
Read-onlyIdempotent
Inspect

Use this when you need deterministic bounded text chunks with optional overlap for downstream AI processing.

ParametersJSON Schema
NameRequiredDescriptionDefault
textYes
unitNocharacters
overlapNo
max_sizeYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
text_diffText Diff
Read-onlyIdempotent
Inspect

Use this when you need an exact line-level difference between two bounded text values.

ParametersJSON Schema
NameRequiredDescriptionDefault
afterYes
beforeYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
timestamp_convertTimestamp Convert
Read-onlyIdempotent
Inspect

Use this when you need an ISO date, Unix seconds, and Unix milliseconds for the same instant.

ParametersJSON Schema
NameRequiredDescriptionDefault
unitNoauto
valueYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
timezone_convertTimezone Convert
Read-onlyIdempotent
Inspect

Use this when you need one instant represented in a specific IANA time zone.

ParametersJSON Schema
NameRequiredDescriptionDefault
datetimeYes
timezoneYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
unit_convertUnit Convert
Read-onlyIdempotent
Inspect

Use this when you need an exact conversion among supported length, mass, volume, data, speed, angle, or temperature units.

ParametersJSON Schema
NameRequiredDescriptionDefault
toYes
fromYes
valueYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
url_indexability_checkURL Indexability Check
Read-onlyIdempotent
Inspect

Use this when you need a live technical assessment of whether a URL is crawlable and indexable.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
uuid_generateUUID Generate
Read-only
Inspect

Use this when you need one or more cryptographically random UUID version 4 identifiers.

ParametersJSON Schema
NameRequiredDescriptionDefault
countNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
well_known_discoverWell-Known Discover
Read-onlyIdempotent
Inspect

Use this when you need to find standard machine-readable discovery documents on a public site.

ParametersJSON Schema
NameRequiredDescriptionDefault
originYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
xml_formatXML Format
Read-onlyIdempotent
Inspect

Use this when you need XML syntax checked and deterministically formatted without DTD or entities.

ParametersJSON Schema
NameRequiredDescriptionDefault
xmlYes
indentNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
xml_to_jsonXML to JSON
Read-onlyIdempotent
Inspect

Use this when you need XML converted to JSON while blocking DTD and entity expansion attacks.

ParametersJSON Schema
NameRequiredDescriptionDefault
xmlYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes
yaml_to_jsonYAML to JSON
Read-onlyIdempotent
Inspect

Use this when you need safe YAML converted to structured JSON.

ParametersJSON Schema
NameRequiredDescriptionDefault
yamlYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYes
resultYes

Discussions

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

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    Provides over 500 deterministic tools for math, conversions, validation, hashing, and more, enabling AI agents to perform accurate calculations and data transformations without hallucination.
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides deterministic tools for transforming, formatting, and inspecting structured data for AI agents.
    15
    19
    Apache 2.0
  • F
    license
    Not graded
    quality
    C
    maintenance
    Provides 63 production-ready API tools for AI agents, including web scraping, AI generation, crypto data, OCR, image generation, audio transcription, text-to-speech, email, and domain lookup.
    1
  • A
    license
    A
    quality
    A
    maintenance
    23 developer & data API tools for AI agents - IP/DNS/WHOIS/SSL lookups, web scraping & screenshots, text AI (summarize, translate, sentiment, grammar, redact), and dev utilities (hash, UUID, QR, JWT, cron, IBAN/VAT/email validation, breach check).
    23
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources