← synch-exhibition.com
INDIVIDUAL MCP TOOL
test_webhook
Send a test payload to a registered webhook endpoint to verify it is correctly configured and reachable.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- 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.synch-exhibition-com]
url = "https://synch-exhibition.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"synch-exhibition-com": {
"type": "http",
"url": "https://synch-exhibition.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: synch-exhibition-com
Remote MCP URL: https://synch-exhibition.com/api/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": {
"synch-exhibition-com": {
"url": "https://synch-exhibition.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"synch-exhibition-com": {
"type": "http",
"url": "https://synch-exhibition.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "synch-exhibition-com",
"transport": "streamable-http",
"url": "https://synch-exhibition.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_exhibitions— Search exhibitions by industry, location, date range, meeting format, and agent-operable status.search_exhibitors— Search exhibitors at an exhibition by product category, country, target buyer profile, meeting availability, and verification status.search_buyers— Search registered buyers at an exhibition by procurement intent, industry, geography, and meeting availability.get_exhibition_profile— Get full exhibition profile including dates, venue, exhibitor count, buyer count, meeting format, and agent-operable status.get_exhibitor_profile— Get detailed exhibitor profile including product categories, target buyer profile, booth location, and verification status.get_buyer_profile— Get detailed buyer profile including procurement intent, industry, budget range, and available meeting slots.get_exhibitor_products— Get exhibitor-provided product and service catalog.get_meeting_availability— Get available meeting time slots for an exhibitor or buyer at an exhibition.