← stratalize.com
INDIVIDUAL MCP TOOL
get_top_vendors_by_category
Use when building a vendor shortlist for a new software category purchase.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
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.stratalize-intelligence]
url = "https://www.stratalize.com/api/mcp-public?vertical=intelligence"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"stratalize-intelligence": {
"type": "http",
"url": "https://www.stratalize.com/api/mcp-public?vertical=intelligence"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: stratalize-intelligence
Remote MCP URL: https://www.stratalize.com/api/mcp-public?vertical=intelligence
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": {
"stratalize-intelligence": {
"url": "https://www.stratalize.com/api/mcp-public?vertical=intelligence"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"stratalize-intelligence": {
"type": "http",
"url": "https://www.stratalize.com/api/mcp-public?vertical=intelligence"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "stratalize-intelligence",
"transport": "streamable-http",
"url": "https://www.stratalize.com/api/mcp-public?vertical=intelligence"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_web_research_synthesis— Governed web research synthesis with cryptographic receipt.get_regulatory_news_synthesis— Real-time regulatory news synthesis for a topic or agency (SEC, FTC, OCC, CFPB, FDA).get_company_intelligence_synthesis— Live company intelligence synthesis: recent litigation, regulatory exposure, financial and news developments for a named company with ML-DSA-65 signed receipt for due diligence workflows.get_competitive_landscape_synthesis— Competitive landscape synthesis for a market category: current leaders, positioning, and dynamics synthesized from live web sources with a signed provenance receipt.get_legislative_intelligence_synthesis— Legislative intelligence synthesis: current bill status, recent passages, and amendments for a topic and jurisdiction, synthesized from live sources with a cryptographic receipt.get_vendor_market_rate— Use when a CFO or procurement team needs to know if they are overpaying for any software vendor.get_category_spend_benchmark— Use when benchmarking total spend in a software category against same-size peers.get_vendor_negotiation_intelligence— Use when preparing to renew or renegotiate a SaaS contract.