AdKit MCP Server
by Exorust
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MAX_TOP_K | No | Max results per match query | 100 |
| QDRANT_HOST | No | Qdrant server host | localhost |
| QDRANT_PORT | No | Qdrant server port | 6333 |
| MCP_DATA_KEY | No | Data API key (required if REQUIRE_DATA_KEY is true) | |
| MCP_ADMIN_KEY | No | Admin API key (required if REQUIRE_ADMIN_KEY is true) | |
| MAX_BATCH_SIZE | No | Max ads per upsert batch | 500 |
| REQUIRE_DATA_KEY | No | If true, Data Plane requires MCP_DATA_KEY env | false |
| REQUIRE_ADMIN_KEY | No | If true, Control Plane requires MCP_ADMIN_KEY env | false |
| EMBEDDING_MODEL_ID | No | Embedding model | BAAI/bge-small-en-v1.5 |
| EMBEDDING_DIMENSION | No | Vector dimension | 384 |
| QDRANT_COLLECTION_NAME | No | Collection name | ads |
| REQUEST_TIMEOUT_SECONDS | No | Per-request timeout | 30.0 |
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/Exorust/Adkit-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server