← specloop.dev
INDIVIDUAL MCP TOOL
get_expert_comments
Fetch the exact human-expert comments for a request.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
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.specloop-dev]
url = "https://specloop.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"specloop-dev": {
"type": "http",
"url": "https://specloop.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: specloop-dev
Remote MCP URL: https://specloop.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": {
"specloop-dev": {
"url": "https://specloop.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"specloop-dev": {
"type": "http",
"url": "https://specloop.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "specloop-dev",
"transport": "streamable-http",
"url": "https://specloop.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
submit_human_guidance— Submit a credit-based human-expert guidance request.get_human_guidance_status— Check the status of an expert guidance request (open_for_claim / claimed / answered / refunded) and how many responses it has.get_agent_ready_prompt— Fetch the synthesized, agent-ready prompt for a request once an expert has answered.