INDIVIDUAL MCP TOOL
devloop_setup_instructions
Return the V1 "user maintains the flow" install guide — covers Path A (clipboard one-liner), Path B (agent-walked OAuth), and the keploy/api-tests/ on-disk layout V1 creates.
LIVE ENDPOINT
https://api.keploy.io/client/v1/mcp
Connect to this endpoint to inspect the live schema for devloop_setup_instructions and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
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.keploy-atg]
url = "https://api.keploy.io/client/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"keploy-atg": {
"type": "http",
"url": "https://api.keploy.io/client/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: keploy-atg
Remote MCP URL: https://api.keploy.io/client/v1/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": {
"keploy-atg": {
"url": "https://api.keploy.io/client/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"keploy-atg": {
"type": "http",
"url": "https://api.keploy.io/client/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "keploy-atg",
"transport": "streamable-http",
"url": "https://api.keploy.io/client/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
devloop_begin_oauth_install— Start the Path B agent-walked install for the V1 flow.get_auth_status— Check whether the current MCP session has a valid-looking Keploy PAT attached.get_setup_instructions— Return step-by-step instructions for connecting this MCP server to Cursor, Windsurf, VS Code, Claude Desktop, Claude Code, or Trae.get_tool_schema— Fetch the exact schema(s) for tool(s) you ALREADY know by name — e.invoke_tool— Run any Keploy tool by name.search_tools— DISCOVER tool names you do NOT already know, by keyword.