← prybisch-automation.eu
INDIVIDUAL MCP TOOL
get_contact_info
Return public contact information (name, founder, email, phone, address, spoken languages, website and social profiles).
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
- A tool name or description suggests sending messages.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.prybisch-automation-eu]
url = "https://prybisch-automation.eu/api/agent/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"prybisch-automation-eu": {
"type": "http",
"url": "https://prybisch-automation.eu/api/agent/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: prybisch-automation-eu
Remote MCP URL: https://prybisch-automation.eu/api/agent/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"prybisch-automation-eu": {
"url": "https://prybisch-automation.eu/api/agent/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"prybisch-automation-eu": {
"type": "http",
"url": "https://prybisch-automation.eu/api/agent/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "prybisch-automation-eu",
"transport": "streamable-http",
"url": "https://prybisch-automation.eu/api/agent/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_services— List the industrial automation services offered by Prybisch Automation (PLC programming, functional safety, HMI/SCADA, drives, commissioning, retrofit, program recovery, AI consulting).get_service_areas— Return the geographic service areas (Schema.org areaServed).list_references— List public project references (slug, title, industry, region, tag).get_reference— Get the full public detail of one project reference by slug: title, industry, region, role, task, technologies and results.get_faq— Return frequently asked questions and answers (regions, availability, process, languages, retrofit).submit_inquiry— Submit a business inquiry / request for quote on behalf of a client.