General Tools
pghnetworks.com
Provides information about PGH Networks' services, service area, and allows users to submit consultation requests.
ENDPOINT 1
https://agent.pghnetworks.com/mcp
MCP server metadata
- Name
- PGH Networks Agent Gateway
- Version
- 0.2.0
Interact with PGH Networks, a managed IT services and cybersecurity provider in Pittsburgh, PA. Look up their services (get_services / get_service_details), check whether a location is in their service area (check_service_area), and submit a consultation request on behalf of a real prospective client (request_consultation). Company overview: https://pghnetworks.com/llms.txt
Known tools 5
about_pgh_networksFactual overview of PGH Networks: who they are, service area, and how to make contact.
Inferred read-onlyget_servicesList PGH Networks' services and solutions (title, slug, one-line summary).
Inferred read-onlyget_service_detailsFull detail for one service or solution: description text and the frequently-asked questions PGH publishes for it.
Inferred read-onlycheck_service_areaWhether a location is inside PGH Networks' on-site service area (~75 miles around Pittsburgh zip 15220).
Inferred read-onlyrequest_consultationSubmit a consultation request to PGH Networks' sales team on behalf of a REAL person or business with a genuine inquiry.
Inferred read-onlyCONNECT 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.pgh-networks-agent-gateway]
url = "https://agent.pghnetworks.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pgh-networks-agent-gateway": {
"type": "http",
"url": "https://agent.pghnetworks.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pgh-networks-agent-gateway
Remote MCP URL: https://agent.pghnetworks.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": {
"pgh-networks-agent-gateway": {
"url": "https://agent.pghnetworks.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pgh-networks-agent-gateway": {
"type": "http",
"url": "https://agent.pghnetworks.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pgh-networks-agent-gateway",
"transport": "streamable-http",
"url": "https://agent.pghnetworks.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://pghnetworks.com
MCP server metadata
- Name
- WebMCP
Known tools 1
request_consultationSubmit an IT/cybersecurity/AI consultation request to PGH Networks (Pittsburgh, PA MSP) on behalf of a real person or business with a genuine inquiry. Never submit test or synthetic inquiries — a human sales team responds the same business day.
Inferred read-onlyCONNECT 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.webmcp]
url = "https://pghnetworks.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webmcp": {
"type": "http",
"url": "https://pghnetworks.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webmcp
Remote MCP URL: https://pghnetworks.com
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": {
"webmcp": {
"url": "https://pghnetworks.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webmcp": {
"type": "http",
"url": "https://pghnetworks.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webmcp",
"transport": "streamable-http",
"url": "https://pghnetworks.com"
}
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.