INDIVIDUAL MCP TOOL
get_contact_and_booking
How to get in touch: email, phone, the booking link for a free 30 minute review, contact page, response time and location.
LIVE ENDPOINT
https://mcp.gqlteam.com/mcp
Connect to this endpoint to inspect the live schema for get_contact_and_booking and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
Parent server
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.com-gqlteam-site]
url = "https://mcp.gqlteam.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"com-gqlteam-site": {
"type": "http",
"url": "https://mcp.gqlteam.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: com-gqlteam-site
Remote MCP URL: https://mcp.gqlteam.com/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": {
"com-gqlteam-site": {
"url": "https://mcp.gqlteam.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"com-gqlteam-site": {
"type": "http",
"url": "https://mcp.gqlteam.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "com-gqlteam-site",
"transport": "streamable-http",
"url": "https://mcp.gqlteam.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_profile— Who Dan Podina is: role, company, location, expertise, current roles, links, contact details and the ventures he runs.list_services— Every consulting service offered, with the slug to pass to get_service.get_service— One service in full: headline stats, FAQ, the offer, and the complete page body as Markdown.list_case_studies— Case studies and shipped projects, with industry, technologies, headline metrics and current status.get_case_study— One case study in full, including the complete page body as Markdown.list_articles— Blog articles, newest first, with publication date, tags and reading time.get_article— One article in full, including the complete post body as Markdown.search— Search services, case studies and articles by keyword.