INDIVIDUAL MCP TOOL
get_service
One service in full: headline stats, FAQ, the offer, and the complete page body as Markdown.
LIVE ENDPOINT
https://mcp.gqlteam.com/mcp
Connect to this endpoint to inspect the live schema for get_service and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.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.get_ventures— The products and open source projects Dan Podina runs, with role and links.