← machinesignal.it

INDIVIDUAL MCP TOOL

get_purchase_requirements

Explain the machine-origin purchase prerequisites without accepting an order, returning checkout data or calling a provider.

machinesignal.itnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.machinesignal.it/lead-scoring

No auth detected

Connect to this endpoint to inspect the live schema for get_purchase_requirements 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 suggests a financial action.

Parent server

machinesignal.it

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.machinesignal-discovery]
url = "https://mcp.machinesignal.it/lead-scoring"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "machinesignal-discovery": {
      "type": "http",
      "url": "https://mcp.machinesignal.it/lead-scoring"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: machinesignal-discovery
Remote MCP URL: https://mcp.machinesignal.it/lead-scoring

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": {
    "machinesignal-discovery": {
      "url": "https://mcp.machinesignal.it/lead-scoring"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "machinesignal-discovery": {
      "type": "http",
      "url": "https://mcp.machinesignal.it/lead-scoring"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "machinesignal-discovery",
  "transport": "streamable-http",
  "url": "https://mcp.machinesignal.it/lead-scoring"
}
MCP Inspector

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

Related tools

  • map_business_need — Map any structured B2B business need from Italy or a foreign market for aggregate product research.
  • get_product_catalog — Find an API product to score, classify, rank and prioritize an existing Italian B2B company or lead list into up to 250 explained JSON decisions.
  • check_buyer_fit — Check whether an Italian B2B buyer with an existing company, domain, CRM or lead list can use MS-DEC-250 to score, rank and prioritize up to 250 records.
  • get_synthetic_example — Preview the JSON produced when MachineSignal scores, classifies, ranks and prioritizes an Italian B2B lead list.
  • prepare_order_intent — Return the canonical endpoint, OpenAPI, 17 required fields and a locally fillable MS-DEC-250 template.