Cursor
Add StackResolve to Cursor as an MCP server.
Add StackResolve to Cursor and every tool appears in the agent's tool list.
#Configure
Add StackResolve to ~/.cursor/mcp.json (global) or the project .cursor/mcp.json:
{
"mcpServers": {
"stackresolve": {
"url": "https://mcp.stackresolve.dev/mcp",
"headers": { "x-api-key": "sk_live_..." }
}
}
}Reload Cursor. Open Settings, then MCP, and confirm stackresolve shows as connected.
#Set your key
The hosted MCP requires a valid key in the x-api-key header. Get one at
app.stackresolve.dev. See Authentication.
#Use it
Every StackResolve tool appears in the agent's tool list: the discovery tools
(find_tools_for_task, search_tools, compare_products, get_profile, list_registry,
audit) and the research tools (get_company, get_pricing, research_company,
get_usage).
Ask the agent to find a tool for a task, audit a vendor, or research and compare companies, and it calls the tools directly with cited, structured results instead of raw search output.
.cursor/mcp.json that you
commit, reference an environment variable rather than pasting the literal key.See MCP for the full tool signatures and Rate Limits for the keyed and anonymous limits.