Skip to main content
Glama
iflow-mcp

SEO Research MCP

by iflow-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CAPSOLVER_API_KEYYesYour CapSolver API key for CAPTCHA solving

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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_backlinks_listA
Get backlinks list for the specified domain
Args:
    domain (str): The domain to query
Returns:
    List of backlinks for the domain, containing title, URL, domain rating, etc.
keyword_generatorC

Get keyword ideas for the specified keyword

get_trafficC
Check the estimated search traffic for any website. 

Args:
    domain_or_url (str): The domain or URL to query
    country (str): The country to query, default is "None"
    mode (["subdomains", "exact"]): The mode to use for the query
Returns:
    Traffic data for the specified domain or URL
keyword_difficultyC

Get keyword difficulty for the specified keyword

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.1/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct SEO aspect: backlinks, traffic, keyword difficulty, and keyword generation. No overlap in functionality.

Naming Consistency3/5

Two tools use 'get_' prefix (get_backlinks_list, get_traffic) while two use 'keyword_' prefix (keyword_difficulty, keyword_generator), creating an inconsistent pattern.

Tool Count4/5

Four tools is a reasonable size for a focused SEO research server, covering core tasks without being bloated.

Completeness3/5

Covers backlinks, traffic, and keyword analysis but missing common SEO features like domain overview or competitor analysis, leaving minor gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues