Skip to main content
Glama

Server Details

Unified AI API — 30+ models from OpenAI, Anthropic, Google, Groq, and xAI through one API key. Plus translation, weather, and utility endpoints.

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 3.6/5 across 8 of 8 tools scored.

Server CoherenceA
Disambiguation5/5

Every tool has a clearly distinct purpose with no overlap: AI chat, embeddings, images, speech, transcription, currency exchange, translation, and weather. The descriptions specify unique functionalities, making misselection unlikely.

Naming Consistency5/5

All tools follow a consistent snake_case pattern with a clear prefix structure: 'ai_' for AI-related tools and descriptive names for others. This predictability aids agent understanding and usage.

Tool Count5/5

With 8 tools, the set is well-scoped for a utility server covering AI, finance, language, and weather. Each tool earns its place by addressing a distinct, common task without bloat or redundancy.

Completeness4/5

The server covers a broad utility domain with no obvious gaps in the provided functionalities. Minor gaps might include advanced AI features like fine-tuning or multi-modal analysis, but core operations are well-represented for general use.

Available Tools

8 tools
ai_chat
Read-only
Inspect

Send a message to any of 30+ AI models (OpenAI, Anthropic, Google, Groq, xAI). Returns the model's response. Supports conversation history via the messages array.

ParametersJSON Schema
NameRequiredDescriptionDefault
modelNoModel to use, e.g. 'claude-sonnet-4.6', 'gpt-4.1', 'llama-3.1-8b'. Defaults to llama-3.1-8b
messagesYesArray of chat messages, each with 'role' (user/assistant/system) and 'content' (text)
max_tokensNoMaximum tokens to generate in the response. Default 1024
ai_embeddings
Read-only
Inspect

Generate vector embeddings for text search and similarity comparison.

ParametersJSON Schema
NameRequiredDescriptionDefault
textYesText or array of texts to generate embeddings for
ai_images
Read-only
Inspect

Generate images from text prompts using Flux models. Returns base64-encoded PNG.

ParametersJSON Schema
NameRequiredDescriptionDefault
modelNoImage model (e.g. 'flux-schnell')
promptYesDescription of the image to generate
num_stepsNoNumber of inference steps. More steps = higher quality. Default 4
ai_speech
Read-only
Inspect

Convert text to natural-sounding speech audio. Returns base64-encoded WAV.

ParametersJSON Schema
NameRequiredDescriptionDefault
textYesText to convert to speech
ai_transcribe
Read-only
Inspect

Transcribe audio to text with timestamps using Whisper.

ParametersJSON Schema
NameRequiredDescriptionDefault
audioYesBase64-encoded audio file
currency
Read-only
Inspect

Get live currency exchange rates and convert between 160+ currencies.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoTarget currency code (e.g. 'GBP', 'JPY')
fromNoSource currency code (e.g. 'USD', 'EUR', 'CAD')
amountNoAmount to convert. Default 1
translate
Read-only
Inspect

Translate text between 75+ languages with auto-detection. Supports dynamic pricing based on text length.

ParametersJSON Schema
NameRequiredDescriptionDefault
toYesTarget language code (e.g. 'es', 'de', 'ja')
fromNoSource language code (e.g. 'en', 'fr'). Use 'auto' for auto-detection
textYesText to translate
weather
Read-only
Inspect

Get current weather for any city or coordinates worldwide. Returns temperature, humidity, wind, and conditions.

ParametersJSON Schema
NameRequiredDescriptionDefault
latNoLatitude (alternative to location)
lonNoLongitude (alternative to location)
locationNoCity name (e.g. 'Toronto', 'London', 'Tokyo')

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