Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NAN_API_KEYYesAPI key de NaN (obligatoria)
NAN_BASE_URLNoBase URL de la API (default https://api.nan.builders/v1)https://api.nan.builders/v1
NAN_OUTPUT_DIRNoDirectorio de salida (default ~/nan-mcp-output)~/nan-mcp-output

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_imageA

Generate an image with flux-2-klein (NaN API). Returns the saved image file path and its URL.

list_voicesA

List all available kokoro TTS voices grouped by language.

text_to_speechA

Synthesize audio from text with kokoro (NaN API TTS). Returns the saved audio file path. Use the list_voices tool to see all available voices per language.

speech_to_textA

Transcribe an audio file with whisper (NaN API STT). Returns the transcript.

list_modelsA

List all available NaN API models for your key.

embedA

Generate vector embeddings with qwen3-embedding (NaN API, 4096 dimensions). Useful for RAG and semantic search.

rerankA

Re-rank a list of documents by relevance to a query (NaN API, Qwen3-Reranker-8B). Complements embed for RAG pipelines.

edit_imageA

Edit an image with flux-2-klein image-to-image (NaN API). Takes one or more reference image files and applies a transformation. Returns the saved output image path.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/luciferfran/nan-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server