// Integrations/Searchbug

Searchbug, typed and ready to call.

Phone validation for US and Canadian numbers. Identify Phone Number (1.5x) for line type, carrier, and connection status. Reassigned Numbers (4x) checks the FCC RND for TCPA compliance. Caller ID (7x) adds CNAM ownership.

EnrichmentBYOK supported2 tools
$ deepline tools describetyped
$ deepline tools describe searchbug_phone_validation --json
01Available tools

2 typed tools. Same shape as every other module.

searchbug
  • Searchbug Phone Validation
    searchbug_phone_validation
    carrier_lookupdnc_checkline_typephone_verify
  • Searchbug Reassigned Number
    searchbug_reassigned_number
    dnc_checkphone_verifytcp_compliance
02How it ships
// Typed module

Input/output schemas, exact per-action cost, and a fixture suite. Same call signature as every other Deepline integration.

// Customer credentials

Connect your own provider API key and keep the vendor relationship in your workspace. Deepline routes the call without exposing provider spend.

// Agent-callable

Every action is invokable from Claude Code, Codex, Cursor, or any MCP-capable agent via the same skill surface.

// Try it

Call Searchbug from any Deepline agent surface.

Install the CLI, connect your provider key from the dashboard, then run typed tools from Claude Code, Codex, Cursor, or your own agent.

npm install -g deepline@latest && npm exec --yes --package=deepline@latest -- deepline setup --json

Agent setup: Install the Deepline CLI and skills using https://code.deepline.com/agent-install.txt

Book onboarding