General Tools
gqlteam.com
Provides access to a consultant's profile, services, and case studies.
ENDPOINT 1
https://mcp.gqlteam.com/mcp
MCP server metadata
- Name
- com.gqlteam/site
- Version
- 1.0.0
Read-only access to gqlteam.com: services, case studies, articles, ventures and contact details of software architect Dan Podina. Use search first when unsure which slug to fetch.
Known tools 10
get_profileWho Dan Podina is: role, company, location, expertise, current roles, links, contact details and the ventures he runs.
Inferred read-onlylist_servicesEvery consulting service offered, with the slug to pass to get_service.
Inferred read-onlyget_serviceOne service in full: headline stats, FAQ, the offer, and the complete page body as Markdown.
Inferred read-onlylist_case_studiesCase studies and shipped projects, with industry, technologies, headline metrics and current status.
Inferred read-onlyget_case_studyOne case study in full, including the complete page body as Markdown.
Inferred read-onlylist_articlesBlog articles, newest first, with publication date, tags and reading time.
Inferred read-onlyget_venturesThe products and open source projects Dan Podina runs, with role and links.
Inferred read-onlyget_contact_and_bookingHow to get in touch: email, phone, the booking link for a free 30 minute review, contact page, response time and location.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.