Skip to main content
Glama

Server Details

53 AI tools for agents: web, crypto, AI generation, OCR, and more. Pay with Stripe or USDC.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

53 tools
ai-generateInspect

AI-powered text generation using Claude (requires ANTHROPIC_API_KEY)

ParametersJSON Schema
NameRequiredDescriptionDefault
modelNoAI model to use (default: claude-haiku)
promptYesThe prompt to send to the AI model
max_tokensNoMaximum tokens in response (default: 1000)
temperatureNoSampling temperature 0-1 (default: 0.7)
barcode-generateInspect

Generate Code128 barcodes as SVG

ParametersJSON Schema
NameRequiredDescriptionDefault
formatNoBarcode format: code128, qr, ean13, upc (default: code128)
contentYesText or data to encode in the barcode
browser-taskInspect

Headless browser automation (click/type/extract) via Playwright — SSRF hardened

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesURL to navigate to
taskNoDescription of the browser task to perform
extractNoCSS selector or description of data to extract
check-domainInspect

Check if a domain is available or registered via RDAP. No API key needed.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainYesDomain name to check availability (e.g. example.com)
convert-formatInspect

Convert data between JSON, YAML, CSV, and XML formats

ParametersJSON Schema
NameRequiredDescriptionDefault
toYesTarget format: json, yaml, csv, xml, toml
dataYesInput data to convert
fromYesSource format: json, yaml, csv, xml, toml
crypto-fear-greedInspect

Crypto Fear & Greed Index with historical data

ParametersJSON Schema
NameRequiredDescriptionDefault
daysNoNumber of days of historical data (default: 1)
crypto-market-capInspect

Top N cryptocurrencies by market cap with price, volume, and 24h change

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of top cryptocurrencies to return (default: 10)
currencyNoFiat currency for prices (default: usd)
crypto-newsInspect

Latest crypto news headlines. Filter by token symbol

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of news articles to return (default: 5)
topicNoOptional topic filter (e.g. bitcoin, ethereum)
crypto-ohlcvInspect

OHLCV candlestick data for any crypto over 1-90 days

ParametersJSON Schema
NameRequiredDescriptionDefault
daysNoNumber of days of OHLCV data (default: 30)
symbolYesCryptocurrency ID (e.g. bitcoin, ethereum)
currencyNoFiat currency (default: usd)
crypto-priceInspect

Real-time price, 24h change, market cap, and volume for any cryptocurrency

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesCryptocurrency ID (e.g. bitcoin, ethereum, solana)
currencyNoFiat currency for price (default: usd)
crypto-sentimentInspect

Community sentiment, social stats, and price momentum for any cryptocurrency

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesCryptocurrency ID to analyze sentiment for
currency-convertInspect

Convert between currencies using real-time exchange rates (170+ currencies)

ParametersJSON Schema
NameRequiredDescriptionDefault
toYesTarget currency code (e.g. EUR, JPY, GBP)
fromYesSource currency code (e.g. USD, EUR, GBP)
amountYesAmount to convert
diff-textInspect

Compare two text strings and return differences in unified, word, char, or JSON format

ParametersJSON Schema
NameRequiredDescriptionDefault
modeNoDiff mode: chars, words, lines (default: lines)
text1YesOriginal text
text2YesModified text
email-verifyInspect

Deep email validation: syntax, MX record check, disposable domain detection

ParametersJSON Schema
NameRequiredDescriptionDefault
emailYesEmail address to verify
extract-entitiesInspect

Named entity recognition: people, organizations, locations, dates, money, and more

ParametersJSON Schema
NameRequiredDescriptionDefault
textYesText to extract named entities from
typesNoEntity types to extract: person, organization, location, date, etc.
extract-metadataInspect

Extract metadata from text or URLs (word count, OG tags, headers, etc.)

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesURL to extract metadata from (title, description, OG tags)
extract-pageInspect

Fetch a webpage and return clean text, metadata, and links

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesURL of the page to extract structured content from
formatNoOutput format: text, markdown, html (default: markdown)
extract-pdfInspect

Extract text and tables from a PDF (requires PDF_EXTRACTOR_URL)

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesURL of the PDF to extract text from
pagesNoPage range to extract (e.g. 1-5, default: all)
fact-checkInspect

Verify the accuracy of a claim. Returns verdict (TRUE/FALSE/MIXED/UNVERIFIED/MISLEADING), confidence score, summary, and supporting/contradicting evidence with sources.

ParametersJSON Schema
NameRequiredDescriptionDefault
claimYesThe claim or statement to fact-check (e.g. 'The Great Wall of China is visible from space')
generate-hashInspect

Generate cryptographic hashes (sha256, sha512, md5, sha1)

ParametersJSON Schema
NameRequiredDescriptionDefault
textYesText to hash
algorithmNoHash algorithm: md5, sha1, sha256, sha512 (default: sha256)
generate-imageInspect

Generate images from text prompts via DALL-E 3 (1024×1024, 1792×1024, 1024×1792).

ParametersJSON Schema
NameRequiredDescriptionDefault
sizeNoImage size: 1024x1024, 1792x1024, 1024x1792 (default: 1024x1024)
promptYesText description of the image to generate
qualityNoQuality level: standard, hd (default: standard)
generate-uuidInspect

Generate UUIDs (v1/v4), secure random tokens, and API-key-format strings

ParametersJSON Schema
NameRequiredDescriptionDefault
countNoNumber of IDs to generate (default: 1)
formatNoUUID format: uuid, ulid, nanoid, cuid (default: uuid)
html-to-markdownInspect

Convert HTML or any URL to clean Markdown

ParametersJSON Schema
NameRequiredDescriptionDefault
htmlYesHTML content to convert to Markdown
image-generateInspect

Generate SVG images from text prompts via Claude

ParametersJSON Schema
NameRequiredDescriptionDefault
sizeNoImage dimensions (default: 1024x1024)
styleNoStyle: vivid or natural
promptYesText description of the image to generate
qualityNoQuality: standard or hd
ip-lookupInspect

Geolocate any IP address — country, city, timezone, ISP, VPN/proxy detection

ParametersJSON Schema
NameRequiredDescriptionDefault
ipYesIP address to look up geolocation for
jsonpath-queryInspect

Run JSONPath expressions against any JSON payload

ParametersJSON Schema
NameRequiredDescriptionDefault
dataYesJSON object to query
queryYesJSONPath expression (e.g. $.store.book[0].title)
language-detectInspect

Detect the language of any text with confidence score and script identification

ParametersJSON Schema
NameRequiredDescriptionDefault
textYesText to detect the language of
ocr-extractInspect

Extract text from images or screenshots using AI vision (base64 or URL input)

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesURL of the image to extract text from via OCR
languageNoLanguage hint for OCR (default: eng)
phone-validateInspect

Parse and validate phone numbers in any format — E.164, carrier type, country

ParametersJSON Schema
NameRequiredDescriptionDefault
phoneYesPhone number to validate (include country code, e.g. +12125551234)
pii-detectInspect

Detect and optionally redact PII: names, emails, SSNs, credit cards, API keys, and more

ParametersJSON Schema
NameRequiredDescriptionDefault
textYesText to scan for personally identifiable information (PII)
qr-codeInspect

Generate QR codes from text or URLs (PNG data URL or SVG)

ParametersJSON Schema
NameRequiredDescriptionDefault
sizeNoQR code size in pixels (default: 256)
formatNoOutput format: svg, png (default: svg)
contentYesText, URL, or data to encode in QR code
readability-scoreInspect

Compute Flesch-Kincaid readability, grade level, word count, and read time

ParametersJSON Schema
NameRequiredDescriptionDefault
textYesText to analyze for readability metrics
regex-generateInspect

Generate regular expressions from plain English with explanations and test results

ParametersJSON Schema
NameRequiredDescriptionDefault
examplesNoExample strings that should match
descriptionYesNatural language description of the pattern to match
research-reportInspect

Generate a structured AI research report on any topic. Searches multiple sources and synthesizes findings into executive summary, key findings, and conclusion with citations.

ParametersJSON Schema
NameRequiredDescriptionDefault
depthNoResearch depth: 'standard' (5 sources) or 'deep' (10 sources + advanced synthesis). Default: standard
queryYesResearch topic or question to investigate
rss-parseInspect

Fetch and parse RSS or Atom feeds into clean structured JSON

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesURL of the RSS or Atom feed to parse
limitNoMaximum number of items to return (default: 10)
screenshot-captureInspect

Capture page metadata and screenshot URL for any public URL

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesURL of the page to screenshot
widthNoViewport width in pixels (default: 1280)
heightNoViewport height in pixels (default: 720)
fullPageNoCapture full scrollable page (default: false)
search-webInspect

Search the web and return structured results (Tavily/Serper or DuckDuckGo fallback)

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query string
num_resultsNoNumber of results to return (default: 5, max: 10)
send-emailInspect

Send transactional emails via Resend — plain text or HTML.

ParametersJSON Schema
NameRequiredDescriptionDefault
toYesRecipient email address
bodyYesEmail body (plain text or HTML)
fromNoSender email (default: noreply@archtools.dev)
subjectYesEmail subject line
sentiment-analysisInspect

Analyze text sentiment: positive/negative/neutral with score and emotion detection

ParametersJSON Schema
NameRequiredDescriptionDefault
textYesText to analyze for sentiment (positive, negative, neutral)
summarizeInspect

Summarize text in multiple styles: paragraph, bullets, tldr, headline, executive

ParametersJSON Schema
NameRequiredDescriptionDefault
textYesText to summarize
styleNoSummary style: brief, detailed, tldr, bullets (default: brief)
max_lengthNoMaximum summary length in words
text-to-speechInspect

Convert text to natural-sounding audio via ElevenLabs. Returns base64-encoded MP3.

ParametersJSON Schema
NameRequiredDescriptionDefault
textYesText to convert to speech
voiceNoVoice ID or name (default: adam)
stabilityNoVoice stability 0-1 (default: 0.5)
similarity_boostNoVoice similarity boost 0-1 (default: 0.75)
timezone-convertInspect

Convert a datetime between any two IANA timezones

ParametersJSON Schema
NameRequiredDescriptionDefault
to_tzYesTarget timezone (e.g. Europe/London)
from_tzYesSource timezone (e.g. America/New_York)
datetimeYesDate/time string to convert (ISO 8601)
token-lookupInspect

Search for any token by name or ticker, returns CoinGecko IDs

ParametersJSON Schema
NameRequiredDescriptionDefault
chainNoBlockchain network (default: ethereum)
symbolYesToken symbol or contract address to look up
transcribe-audioInspect

Transcribe audio files to text via OpenAI Whisper. Supports 100+ languages.

ParametersJSON Schema
NameRequiredDescriptionDefault
languageNoLanguage code hint (e.g. en, es, fr)
audio_urlYesURL of the audio file to transcribe
transform-textInspect

Transform text: uppercase, lowercase, trim, reverse, slug, title, camel, snake, base64

ParametersJSON Schema
NameRequiredDescriptionDefault
textYesText to transform
operationYesTransformation: uppercase, lowercase, titlecase, reverse, slug, camelCase, snakeCase
url-shortenInspect

Shorten any URL via TinyURL

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesLong URL to shorten
validate-dataInspect

Validate JSON data against a JSON Schema

ParametersJSON Schema
NameRequiredDescriptionDefault
dataYesData to validate
schemaYesJSON Schema to validate against
webhook-sendInspect

POST a JSON payload to any webhook URL

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesWebhook URL to send the payload to
bodyNoJSON payload to send
methodNoHTTP method: POST, PUT, PATCH (default: POST)
headersNoAdditional HTTP headers
web-scrapeInspect

Scrape and extract content from websites with optional CSS selector

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesURL of the page to scrape
formatNoOutput format: text, html, markdown (default: text)
selectorNoCSS selector to extract specific content
whois-lookupInspect

Look up domain registration info: registrar, created/expires dates, nameservers, status

ParametersJSON Schema
NameRequiredDescriptionDefault
domainYesDomain name to look up WHOIS/RDAP information for
workflow-agentInspect

Multi-step autonomous AI agent pipeline

ParametersJSON Schema
NameRequiredDescriptionDefault
taskYesDescription of the multi-step workflow to execute
stepsNoOrdered list of steps with tool names and inputs

Verify Ownership

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 verified, the connector will appear as claimed by you.

Last verification attempt failed.

Sign in to verify ownership

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.