INDIVIDUAL MCP TOOL
how_to
BEFORE building something, call this: returns the CURRENT (date-stamped), cited, tool-aware way to do a task, so you build from today's best practice instead of training-cutoff memory.
LIVE ENDPOINT
https://mcp.stackresolve.dev/mcp
Connect to this endpoint to inspect the live schema for how_to 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.stackresolve]
url = "https://mcp.stackresolve.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"stackresolve": {
"type": "http",
"url": "https://mcp.stackresolve.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: stackresolve
Remote MCP URL: https://mcp.stackresolve.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": {
"stackresolve": {
"url": "https://mcp.stackresolve.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"stackresolve": {
"type": "http",
"url": "https://mcp.stackresolve.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "stackresolve",
"transport": "streamable-http",
"url": "https://mcp.stackresolve.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
resolve— Best tools for a natural-language task: resolves the task to the capabilities it needs, returns products that expose them ranked by fit and AgentReady score, each with a reason.find_tools_for_task— Rank the software an agent should use for a task.search_tools— Search the registry by query + requirements (api/mcp/self_serve/openapi/cli).compare_products— Compare products by slug.get_profile— Full registry profile (AgentReady Score, capabilities, sources).list_registry— List the registry, highest AgentReady Score first.audit— Audit a product for agent-readiness.generate_agent_interfaces— Make a product agent-native: from its OpenAPI, generate an MCP server (one tool per operation), a CLI, an llms.