AdKit MCP Server
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 |
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ads_matchA | Match ads by text query. Returns similar ads based on semantic similarity. |
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 1 tool
Only one tool exists, so there is no possibility of confusion or ambiguity between tools.
With a single tool, there is no inconsistency in naming conventions; the name 'ads_match' is clear and descriptive.
A single tool is too few for a server, making it feel thin and underdeveloped for the ad domain. Even most niche servers benefit from at least a few core operations.
Only a search/match function is provided. There are no operations to create, retrieve, update, or delete ads, so the surface is severely incomplete for the stated purpose.