INDIVIDUAL MCP TOOL
get_request
Everything about one past request except its result: what was asked for, how long each stage took, whether it came from the store, and how the webhook delivery went.
LIVE ENDPOINT
https://urlpipe.dev/mcp
Connect to this endpoint to inspect the live schema for get_request 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.urlpipe]
url = "https://urlpipe.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"urlpipe": {
"type": "http",
"url": "https://urlpipe.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: urlpipe
Remote MCP URL: https://urlpipe.dev/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": {
"urlpipe": {
"url": "https://urlpipe.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"urlpipe": {
"type": "http",
"url": "https://urlpipe.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "urlpipe",
"transport": "streamable-http",
"url": "https://urlpipe.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_projects— The projects this token can reach, each with how many requests it has made in the last 30 days and where its results are delivered.get_usage— What the organization's plan allows, how much of it is left this period, and what each operation costs.fetch_markdown— Exposes POST /markdown.fetch_html— Exposes POST /html.capture_screenshot— Exposes POST /screenshot.capture_console_errors— Exposes POST /console.run_lighthouse_audit— Exposes POST /lighthouse.extract_metadata— Exposes POST /meta.