xing-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| XING_MCP_CACHE_TTL | No | Response cache TTL in seconds | 300 |
| XING_MCP_RATE_LIMIT | No | Minimum seconds between requests | 1.0 |
| XING_MCP_USER_AGENT | No | Override the User-Agent | honest self-identifying UA |
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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 Returns a dict with |
| search_jobs_paginatedA | Search XING jobs across multiple pages, deduplicated. Use this instead of calling 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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