← deal-ai.net

INDIVIDUAL MCP TOOL

advisor_request_list

The mandate's diligence request list: every item with number, label, priority, status, who it is directed to, which buyers see it, assignee and due date, grouped by category, with counts and how many items no buyer sees.

deal-ai.netnone authenticationAvailability not checked

LIVE ENDPOINT

https://deal-ai.net/api/agent/mcp

No auth detected

Connect to this endpoint to inspect the live schema for advisor_request_list 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

deal-ai.net

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.amiva-deal-rail]
url = "https://deal-ai.net/api/agent/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "amiva-deal-rail": {
      "type": "http",
      "url": "https://deal-ai.net/api/agent/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: amiva-deal-rail
Remote MCP URL: https://deal-ai.net/api/agent/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": {
    "amiva-deal-rail": {
      "url": "https://deal-ai.net/api/agent/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "amiva-deal-rail": {
      "type": "http",
      "url": "https://deal-ai.net/api/agent/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "amiva-deal-rail",
  "transport": "streamable-http",
  "url": "https://deal-ai.net/api/agent/mcp"
}
MCP Inspector

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

Related tools

  • search_mandates — Live sell-side mandates run by AMIVA, at teaser tier: industry, geography, revenue, EBITDA with its basis, highlights.
  • get_mandate — Everything the teaser tier says about one mandate, by slug from search_mandates: description, highlights, key metrics, financials, and how to proceed.
  • request_nda_access — The signing link for one mandate's NDA, for the person you work for.
  • get_my_access — The mandates the principal can act on, each one's current tier, what every tool can do right now, open question counts and IOI draft status.
  • get_deal_facts — The advisor-approved fact sheet for a mandate at CIM tier: business model, customers and concentration, financials by year, operations, growth, risks, transaction notes.
  • get_questions — The mandate's question threads: what the principal has asked and how the advisor answered.
  • ask_question — Put a diligence question to the advisor in the mandate's thread, ten a day.
  • flag_mandate — Recommend a live mandate the principal has not entered.