ToolsDNS
by syedfahimdev
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TOOLDNS_HOST | No | Bind address | 0.0.0.0 |
| TOOLDNS_PORT | No | API server port | 8787 |
| TOOLDNS_MODEL | No | LLM model name for token cost calculations (auto-detect if empty) | |
| TOOLDNS_API_KEY | No | Master API key (change in production!) | td_dev_key |
| TOOLDNS_APP_NAME | No | Brand name (white-label) | ToolsDNS |
| TOOLDNS_MCP_HOST | No | MCP server bind address | 127.0.0.1 |
| TOOLDNS_MCP_PORT | No | MCP server port | 8788 |
| TOOLDNS_LOG_LEVEL | No | Log verbosity | INFO |
| TOOLDNS_PUBLIC_URL | No | Public base URL (e.g. https://api.yourdomain.com) — used in download URLs | |
| TOOLDNS_APP_TAGLINE | No | Tagline (white-label) | DNS for AI Tools |
| TOOLDNS_WEBHOOK_URL | No | URL to POST health alerts to | |
| TOOLDNS_MCP_TRANSPORT | No | MCP server transport: http or stdio | http |
| TOOLDNS_WEBHOOK_SECRET | No | HMAC secret for webhook verification | |
| TOOLDNS_EMBEDDING_MODEL | No | Embedding model for search (bge-base-en-v1.5, all-MiniLM-L6-v2, or ollama/<model>) | bge-base-en-v1.5 |
| TOOLDNS_REFRESH_INTERVAL | No | Auto re-index interval in minutes (0 = off) | 15 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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/syedfahimdev/ToolsDNS'
If you have feedback or need assistance with the MCP directory API, please join our Discord server