Mencoro MCP server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MENCORO_API_KEY | No | Personal access token. Without it the bridge starts anyway and serves a single `mencoro_setup` tool explaining how to get one. | |
| MENCORO_MCP_URL | No | Upstream endpoint. Defaults to https://api.mencoro.com/mcp. | https://api.mencoro.com/mcp |
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 |
|---|---|
| mencoro_setupA | Explain how to finish connecting this bridge to Mencoro. The bridge has no API token, so no project, ranking, mention or share-of-voice data can be read until one is configured. |
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
There is only one tool, so there is no possibility of confusion between overlapping purposes. The tool's purpose of setup is unique and clearly described.
The single tool name follows a clear snake_case pattern with a descriptive verb_noun structure. With only one tool, there are no inconsistent conventions to confuse an agent.
The server's apparent scope is to provide Mencoro project, ranking, mention, and share-of-voice data, yet it only exposes a setup tool. One tool is far too few to cover the intended domain, leaving agents without any functional data access.
The tool set includes only setup documentation and no actual data retrieval or management tools. The description explicitly states that no project, ranking, mention, or share-of-voice data can be read, meaning the server is severely incomplete relative to its stated purpose.