← itspickle.app

INDIVIDUAL MCP TOOL

get_needs

Return the statement of demands and needs for a profile: which insurance products the business needs, at what level, and on what basis (legal, contractual, exposure or recommended).

itspickle.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://itspickle.app/mcp

No auth detected

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

itspickle.app

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.admiral-audit-engine]
url = "https://itspickle.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "admiral-audit-engine": {
      "type": "http",
      "url": "https://itspickle.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: admiral-audit-engine
Remote MCP URL: https://itspickle.app/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": {
    "admiral-audit-engine": {
      "url": "https://itspickle.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "admiral-audit-engine": {
      "type": "http",
      "url": "https://itspickle.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "admiral-audit-engine",
  "transport": "streamable-http",
  "url": "https://itspickle.app/mcp"
}
MCP Inspector

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

Related tools

  • audit_company — Audit a UK business and return its risk profile: trade, turnover band, employees, assets, and how confident each fact is.
  • get_indicative_quote — Return an indicative banded price for a profile.
  • audit_with_ledger — Audit a UK business with its bank or accounting transactions supplied as CSV text, which is the one input that cannot be looked up.
  • list_demo_businesses — List the seeded demo businesses available in this prototype.