Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
XING_MCP_CACHE_TTLNoResponse cache TTL in seconds300
XING_MCP_RATE_LIMITNoMinimum seconds between requests1.0
XING_MCP_USER_AGENTNoOverride the User-Agenthonest self-identifying UA

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
search_jobsA

Search job postings on XING, the main professional network in the DACH region (Germany, Austria, Switzerland).

Most listings include a salary estimate, which is unusual for job boards.

Args: keywords: Job title or skills, e.g. "python developer". German terms often match better for DACH roles ("Softwareentwickler"). location: City or region, e.g. "Berlin", "München", "Wien". radius: Search radius around location in kilometres. employment_type: FULL_TIME or PART_TIME. Other values are not supported by XING's URL filter. page: 1-based page number. Each page holds up to ~14 visible jobs.

Returns a dict with jobs, total (XING's match count) and page.

search_jobs_paginatedA

Search XING jobs across multiple pages, deduplicated.

Use this instead of calling search_jobs repeatedly — it paginates behind a rate limiter and removes duplicates. Requests are ~1 second apart, so fetching 50 results takes a few seconds.

Args: keywords: Job title or skills. location: City or region. radius: Search radius in kilometres. employment_type: FULL_TIME or PART_TIME. max_results: Maximum jobs to return (capped at 200).

get_job_detailsA

Fetch the full details of one XING job posting, including the complete description converted to markdown.

Args: identifier: A XING job URL, or the slug from one (e.g. "berlin-python-developer-financial-services-156675213"). description_max_chars: Truncate the description beyond this length.

get_company_jobsA

List the open positions published on a company's XING page.

Args: company: The company's XING page slug or full page URL — the part after /pages/, e.g. "exxetaag" for xing.com/pages/exxetaag.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

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/vinitkumargoel/xing-mcp'

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