@danijeun/fanar-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FANAR_API_KEY | Yes | Your Fanar API key |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fanar_ragD | – |
| fanar_image_genD | – |
| fanar_translateD | – |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Tool names suggest distinct functionalities (image generation, RAG, translation), but missing descriptions could cause minor confusion about exact purpose or scope.
All tools follow a consistent 'fanar_verb_noun' pattern using snake_case, making the naming predictable and clean.
With only three tools, the server is well-scoped for a focused set of AI capabilities, each tool serving a clear purpose.
Without descriptions, it's unclear if the three tools cover the intended domain fully; gaps may exist but are not obvious from names alone.