SEO Experts MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |
|---|---|
| list_seo_expertsA | List the SEO experts available in this corpus, with their POV summary and tactic counts. Call this first to see who you can query. |
| query_seo_expertsA | Query real SEO experts' distilled tactics. Filter by topic (strategy, content, links, technical, tools, local, GEO/AI), a keyword, and/or a specific expert slug. Returns actionable tactics each linked to the expert's original source video. |
| get_expert_povA | Get a specific SEO expert's signature point of view and where their corpus is rich vs thin. Use before representing their view. |
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
Each tool has a clear, distinct role: listing experts, querying tactics, and retrieving a specific expert's POV. There is minimal overlap, and the descriptions reinforce the boundaries.
Tool names follow a verb-first pattern with snake_case, but mix verbs (list, query, get) and object naming (seo_experts vs expert_pov). This is still predictable and readable, with only minor deviations.
Three tools is well-scoped for a niche knowledge-query server. Each tool fills an essential role without redundancy or bloat.
The tool set covers the full discovery and query lifecycle: list to see options, query to search tactics, and get for deep-dive POV. No obvious missing operations for the stated purpose.