← techleads.fyi

INDIVIDUAL MCP TOOL

lookup_website

Detect technologies used on a website and return a conservative USD technology spend estimate (monthly/annual aggregate).

techleads.fyinone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

techleads.fyi

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

.mcp.json

{
  "mcpServers": {
    "techleads": {
      "type": "http",
      "url": "https://api.techleads.fyi/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "techleads": {
      "type": "http",
      "url": "https://api.techleads.fyi/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "techleads",
  "transport": "streamable-http",
  "url": "https://api.techleads.fyi/mcp"
}
MCP Inspector

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

Related tools

  • search_leads — Search the TechLeads lead database for companies using specified technologies.
  • get_technology_insights — Get usage statistics and co-occurrence insights for a technology slug.
  • verify_email — Validate a business email address (syntax + deliverability signals).
  • list_technologies — Search the TechLeads technology catalog (11k+ searchable technologies).