← dealwize.co

INDIVIDUAL MCP TOOL

share_deal

Create a safe shareable link for approved Dealwize deal intelligence or buyer-facing deal content that can be viewed without requiring the recipient to authenticate.

dealwize.conone authenticationAvailability not checked

LIVE ENDPOINT

https://api.dealwize.co/api/v1/mcp

No auth detected

Connect to this endpoint to inspect the live schema for share_deal and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

dealwize.co

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.dealwize-mcp]
url = "https://api.dealwize.co/api/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "dealwize-mcp": {
      "type": "http",
      "url": "https://api.dealwize.co/api/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: dealwize-mcp
Remote MCP URL: https://api.dealwize.co/api/v1/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": {
    "dealwize-mcp": {
      "url": "https://api.dealwize.co/api/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "dealwize-mcp": {
      "type": "http",
      "url": "https://api.dealwize.co/api/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "dealwize-mcp",
  "transport": "streamable-http",
  "url": "https://api.dealwize.co/api/v1/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • analyze_deal — Analyse a raw B2B sales call transcript, meeting notes, sales conversation, or email thread and produce a Dealwize Deal Health Intelligence assessment.
  • get_deal_health — Assess the health of a saved B2B sales opportunity using Dealwize Deal Health Intelligence and return a 0–100 health score with the reasons behind it.
  • get_deal_risks — Identify the most important hidden and explicit risks that could prevent a saved B2B sales opportunity from closing.
  • get_stakeholders — Analyse the stakeholder landscape of a saved B2B sales opportunity, including champion strength, economic buyer access, decision makers, technical evaluators, procurement contacts, influencers, blockers, and missing stakeholders.
  • get_next_best_action — Determine the single highest-priority action the seller should take next to increase the probability of progressing or closing a saved B2B sales opportunity.
  • get_deal — Retrieve the complete Dealwize intelligence record for a specific saved B2B sales opportunity.
  • get_deals — List the user's saved B2B sales opportunities in Dealwize with their current health scores, statuses, buyer commitment, North Star goals, and primary risks.
  • list_deals — List the user's saved B2B sales opportunities in Dealwize with their current health scores, statuses, buyer commitment, North Star goals, and primary risks.