Skip to main content
Glama

Amalgix

Server Details

MoA document intelligence — multiple AI models cross-verify for 100% recall across 10 languages.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
Amalgix-io/Amalgix
GitHub Stars
0

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

6 tools
analyze_documentAnalyze Document
Read-onlyIdempotent
Inspect

Analyze a document using multi-model actor-critic pipeline with chunking, extraction, validation, and synthesis. Best for long documents requiring deep analysis.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesAnalysis question or focus area
formatNoOptional: Force a specific input format. Default: auto-detect via magic bytes.
contentYesDocument content to analyze (max 20MB). Accepts: (1) plain text, (2) Base64-encoded file with data URI prefix (e.g., "data:application/pdf;base64,..."), or (3) raw Base64 binary. Supported binary formats: PDF, DOCX, XLSX, CSV. PRIVACY NOTICE: Content is transmitted to third-party LLM providers for processing. Do NOT submit documents containing passwords, private keys, SSNs, or other regulated PII.
fileUrlNoOptional: HTTPS URL to download the document from. If provided, content field is ignored. Supports: PDF, DOCX, XLSX, CSV, HTML. Max 20MB.

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaYesProcessing metadata
analysisYes
delegate_bulk_translateBulk JSON Translator
Read-onlyIdempotent
Inspect

Translate all string values in a JSON object or array to any target language. Preserves JSON structure, keys, and non-string values. Auto-chunks large payloads. Ideal for i18n locale files.

ParametersJSON Schema
NameRequiredDescriptionDefault
jsonYesJSON string (object or array) whose string values will be translated
preserve_keysNoIf true (default), object keys are left untranslated. Set false to also translate keys.
source_languageNoSource language (default: auto-detect). E.g. "English", "en"
target_languageYesTarget language name or ISO 639-1 code (e.g. "Chinese", "zh", "Japanese", "ja", "fr")

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaNoTranslation metadata
translatedYesTranslated JSON with preserved structure
estimate_costEstimate Cost
Read-onlyIdempotent
Inspect

FREE: Estimate the x402 USDC cost of any tool or multi-step workflow before paying. Use this before calling paid tools to check pricing.

ParametersJSON Schema
NameRequiredDescriptionDefault
toolYesTool name to estimate cost for (e.g. "analyze_document", "extract_web", "summarize")
workflowNoOptional list of tool names for a multi-step workflow. Returns total cost for the full pipeline.
content_lengthNoApproximate character count of your input document (used for LLM cost estimation)

Output Schema

ParametersJSON Schema
NameRequiredDescription
noteYesPricing explanation
estimatesYesCost estimates per tool
available_toolsYesList of available paid tools
extract_webExtract Web Content
Read-only
Inspect

Extract content from a web page URL, optionally analyzing it with the actor-critic pipeline. Works with static and server-rendered HTML pages.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesWeb page URL to extract content from
queryNoOptional analysis question to apply after extraction

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaNoExtraction metadata
contentYesExtracted page content in markdown format
health_checkHealth Check
Read-only
Inspect

FREE: Check service health, engine availability, and uptime. Use before dispatching paid calls to confirm the service is operational.

ParametersJSON Schema
NameRequiredDescriptionDefault
verboseNoIf true, include detailed per-engine diagnostics (default: false)

Output Schema

ParametersJSON Schema
NameRequiredDescription
statusYesOverall service status
timestampYesISO 8601 timestamp
engines_okYesWhether all engines are operational
uptime_secondsYesServer uptime in seconds
summarizeSummarize Document
Read-onlyIdempotent
Inspect

Generate a concise summary with key points. Faster and cheaper than analyze_document — best for shorter documents.

ParametersJSON Schema
NameRequiredDescriptionDefault
contentYesDocument text to summarize
max_lengthNoOptional maximum summary length in words (default: 500)

Output Schema

ParametersJSON Schema
NameRequiredDescription
metaNoProcessing metadata
summaryYesConcise summary text
keyPointsNoBullet-point key takeaways

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.