INDIVIDUAL MCP TOOL
scan_stack
Run a preview StackScan: pass a list of tools + team size + industry, get back current spend, optimized spend, monthly/annual recoverable, headless gaps (tools with no MCP/API connection an owned head can call), and the top 5 replace/remove opportunities.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a deletion term.
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.stackswap]
url = "https://stackswap.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"stackswap": {
"type": "http",
"url": "https://stackswap.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: stackswap
Remote MCP URL: https://stackswap.ai/api/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": {
"stackswap": {
"url": "https://stackswap.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"stackswap": {
"type": "http",
"url": "https://stackswap.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "stackswap",
"transport": "streamable-http",
"url": "https://stackswap.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_tools— Search StackSwap's catalog of ~400 GTM tools by name.get_tool_details— Full StackSwap profile for a single tool: cost (catalog + per-seat with confidence; vendor fact sheet wins when fresh), AI-readiness score, category, common overlaps, swap-registry status, and partner sign-up link.get_vendor_fact_sheet— Return the full vendor fact sheet (per GTM Decision Schema v1.find_overlaps— Given a list of tool names in a user's stack, return the redundant pairs StackSwap has curated (104 hand-verified overlaps) along with monthly/annual savings if one is consolidated.suggest_swaps— For each tool supplied, return StackSwap's AI-native replacement recommendation (when one exists) with annual savings and reasoning.recommend_partner— Given a need (e.recommend_stack— StackSwap's reference starter stack for a given industry vertical.compare_tools— Head-to-head comparison of two GTM tools.