Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoBind address in hosted mode0.0.0.0
PORTNoPort to bind in hosted mode8000
MCP_TRANSPORTNostdio (local), sse or http (hosted)stdio
MCP_BEARER_TOKENNoShared secret clients send as Authorization: Bearer <token> (hosted only)
MCP_ALLOWED_HOSTSNoComma-separated Host allowlist for DNS-rebinding protection. Empty = disabled. Supports a :* port wildcard.
LINK_FINDER_API_KEYYesYour Link Finder API key
MCP_ALLOWED_ORIGINSNoComma-separated Origin allowlist (used with the above)
LINK_FINDER_BASE_URLNoOverride the API base URLhttps://app.link-finder.net/api/v2
LINK_FINDER_DATA_DIRNoWhere results + history are saved (empty = disable)data
LINK_FINDER_HTTP_TIMEOUTNoHTTP timeout in seconds120

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
get_accountA

Get your Link Finder plan, remaining credits, and available features.

Always call this FIRST in an automated workflow to confirm which endpoints your plan unlocks and how many credits remain before spending any.

list_platformsA

List every supported netlinking platform (ereferer, paperclub, ...).

list_locationsA

List available countries/locations for keyword search.

Use the returned `id` as the `language` argument of `keyword_search` and
`ai_search`. Served from the live API, with a built-in fallback list.
keyword_searchA

Find backlink opportunities from keywords (SERP analysis).

Costs 1 `keywords_search` credit per keyword. Credits are only consumed
when results are found. This is the best entry point to discover relevant
sites in a niche.

Args:
    language: Location ID from `list_locations` (e.g. 2250 France, 2840 US).
    keyword: A single keyword. Use this OR `keywords`.
    keywords: Multiple keywords separated by ";" (e.g. "best vpn;vpn free").
    search_engine: "google" (default) or "bing".
competitor_analysisA

Analyze a competitor's referring domains available on netlinking platforms.

Costs 1 `analyse_concurentielle` credit per request (only if results found).

Args:
    competitor: Competitor domain, e.g. "competitor.com".
ai_searchA

AI-powered backlink prospecting (SERP + competitor + semantic matching).

Costs 1 `ai_search` credit per request. Returns extra scoring fields such
as `linkFinderScore` (1-99 relevance), `kwsFound`, `categoryScore`,
`serpScore`, and `concCount`.

Args:
    url: Your domain, e.g. "mysite.com".
    ia_desc: Short description of your website / niche.
    ia_kw: Focus keywords, comma separated.
    language: Location ID from `list_locations`.
    conc1: Optional competitor domain #1.
    conc2: Optional competitor domain #2.
    conc3: Optional competitor domain #3.
similar_domainsA

Find domains similar to a seed domain (or to a whole project) via AI embeddings.

One of the most powerful features: it surfaces hidden gems you won't find
through keyword search. Costs 1 `similar_domains_api` credit per domain
search, or 1 `similar_search` credit per project search. Returns up to 50
similar domains with SEO metrics.

Args:
    domain: Seed domain, e.g. "example.com". Use this OR `project_id`.
    project_id: Use all domains in this project as seeds. Use this OR `domain`.
    currency: "euros" (default) or "dollars".
create_projectB

Create a project to organize favorite domains.

Args:
    name: Project name (max 255 characters).
    domain: Optional main domain for the project, e.g. "mysite.com".
list_projectsA

List all projects with their favorite and ordered counts.

project_favoritesA

Get all favorite domains in a project, with full SEO metrics and prices.

Args:
    project_id: Project ID (from `list_projects`).
add_favoriteB

Add or remove a domain from a project.

Args:
    project_id: Project ID (from `list_projects`).
    domain_id: Domain ID (from any search result).
    action: "add" (default) or "remove".
update_noteA

Add or update a note on a favorite domain.

Reserve notes for standout opportunities (exceptional value, perfect
thematic fit). Do NOT annotate every domain.

Args:
    project_id: Project ID (from `list_projects`).
    domain_id: Domain ID (must already be a favorite in the project).
    note: Note text (max 500 characters).
check_domainA

Check a single domain across all netlinking platforms (API plan only).

Returns SEO metrics, per-platform prices, and direct `_url` links.
Exclusive to the API plan (250€/month).

Args:
    domain: Domain or URL to check, e.g. "example.com".
bulk_checkA

Check up to 50,000 domains at once (API plan only).

Args:
    urls: Domains separated by ";" (e.g. "site1.com;site2.com;site3.com").
get_search_historyA

Read the locally saved search history (data/searchHistory.json).

Check this before launching a new search to avoid duplicate work and save credits. Returns an empty list when nothing has been saved yet.

Prompts

Interactive templates invoked by user choice

NameDescription
backlink_workflowGuided interview + workflow for finding backlink opportunities.

Resources

Contextual data attached and managed by the client

NameDescription

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/webloom-agency/link-finder-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server