Signaliz MCP Server

B2B lead generation, email verification, company enrichment, and governed GTM Ops.

Documentation

Signaliz MCP

Signaliz is a B2B data quality, enrichment, and agentic GTM platform for go-to-market teams and AI agents. The Signaliz MCP server gives MCP clients access to 60+ Signaliz API capabilities for verified lead generation, email verification, company enrichment, data-quality pipelines, Ops routines, approvals, ICPs, app actions, and workspace controls.

This repository is the public distribution manifest for Signaliz MCP. It contains registry metadata, indexable tool schemas, and setup instructions for MCP directories and clients. The production server is hosted by Signaliz; this repository does not contain the private server implementation.

Hosted Endpoint

https://api.signaliz.com/functions/v1/signaliz-mcp

Transport: Streamable HTTP

Authentication: Signaliz API key or OAuth, depending on client support.

Quick Start

Create an API key in Signaliz from Settings > Developer > API Access, then connect your MCP client to:

https://api.signaliz.com/functions/v1/signaliz-mcp?api_key=YOUR_API_KEY

Clients that support headers can connect to the base endpoint and send:

Authorization: Bearer YOUR_API_KEY

Clients that support OAuth discovery can use the protected-resource metadata advertised by the server.

Local Stdio Bridge

For clients that prefer local stdio MCP servers, install the npm bridge:

claude mcp add signaliz -e SIGNALIZ_API_KEY=sk_your_key -- npx -y @signaliz/mcp-server

Claude Desktop, Cursor, Windsurf, Cline, and other stdio clients can use:

{
  "mcpServers": {
    "signaliz": {
      "command": "npx",
      "args": ["-y", "@signaliz/mcp-server"],
      "env": {
        "SIGNALIZ_API_KEY": "sk_your_key"
      }
    }
  }
}

What Signaliz Does

Signaliz exposes tools for:

  • Finding verified emails for known contacts.
  • Verifying deliverability for one email or thousands of emails.
  • Discovering buying signals such as hiring, funding, product launches, partnerships, leadership changes, expansion, acquisitions, awards, regulatory events, and earnings.
  • Finding B2B professionals, target accounts, local businesses, or outreach-ready leads.
  • Running custom AI prompts across records with structured output fields.
  • Calling external APIs through generic HTTP tools.
  • Uploading lists and running governed Signaliz systems against them.
  • Creating autonomous Ops Routines that work on a GTM goal over time.
  • Chaining routines, streaming results, emitting events, and resolving approvals.
  • Connecting apps, discovering available actions, and executing app actions through Signaliz.
  • Managing budgets, blocklists, ICPs, campaign books, and durable agent memory.

Every tool accepts output_format, which can be markdown or json. Use json when another agent, script, or workflow needs structured output.

Access Model

Signaliz plans include full API and MCP access, unlimited workspaces, unlimited integrations, audit trail and MCP analytics, BYOK OpenRouter support, and all core platform features. Plans differ by included monthly GTM credits, and additional credits can be purchased for metered provider-backed actions such as email verification, person or company discovery, company signal enrichment, monitoring, custom AI prompts, and Lead Finder.

Signaliz is not positioned as unlimited-volume or all-you-can-use data. The product is designed around accuracy, timing, governed workflows, and transparent GTM credit usage.

Capability Index

The full indexable tool schema lives in tools/tools.json. It is generated from the actual @signaliz/[email protected] tools/list response so directories can index the same names, descriptions, and input schemas exposed by the npm bridge.

Email, Contact, and Company Enrichment

ToolWhat it does
find_contacts_with_emailFinds contacts at a company and returns verified work emails.
find_emails_with_verificationFinds and verifies one professional email address from a name, company domain, or LinkedIn URL.
verify_emailVerifies one email address for deliverability.
enrich_company_signalsResearches a company for structured signals and source-backed developments.
company_intelligenceRuns AI-powered company research from websites, domains, LinkedIn URLs, and extra URLs.
execute_primitiveRuns small synchronous jobs for email verification, email finding, signal enrichment, custom AI prompts, data cleaning, or HTTP requests.
generic_http_requestExecutes one custom HTTP request with headers, auth, body templates, variables, timeout, and response extraction.
custom_ai_promptRuns a custom AI prompt over records with model selection, structured output, and optional Signaliz AI Search context.

Batch Jobs

ToolWhat it does
find_and_verify_emailsFinds and verifies emails for up to 5,000 contacts asynchronously.
verify_emailsVerifies up to 5,000 emails asynchronously.
enrich_company_signals_batchEnriches signals for up to 5,000 companies asynchronously.
batch_http_requestExecutes up to 5,000 HTTP requests asynchronously.
check_job_statusPolls async jobs, reports progress, and retrieves paginated results.

Batch tools return a job_id immediately. Poll with check_job_status, or pass callback_url and optional callback_secret on supported batch tools to receive a completion webhook.

Lead and Account Discovery

ToolWhat it does
generate_leadsFinds B2B professionals with company data and verified emails for outreach-ready lead lists.
generate_local_leadsFinds local businesses and verified contact emails from Google Maps-style local search.
find_people_blitzFinds professional profiles without verified emails for research and list building.
find_companies_blitzFinds company records for account discovery, market sizing, and TAM research.

Lists, Systems, and Pipeline Runs

ToolWhat it does
list_capabilitiesLists available Signaliz capabilities, schemas, categories, and credit costs.
upload_dataUploads inline records, public CSV URLs, Google Sheets URLs, or Google Drive share URLs as workspace lists.
list_systemsLists saved Signaliz automation systems in the workspace.
get_systemGets a saved system's phases, required inputs, and configuration.
create_systemCreates a saved automation system from a plain-English description.
run_systemRuns a saved system using inline data, a saved list, the latest workspace list, or prior run data.
get_runGets one system run's status and results.
list_runsLists recent system runs with status, timing, and summaries.

Ops Routines as Agents

ToolWhat it does
create_routineCreates a goal-driven Ops Routine with cadence, policy guardrails, wake events, and output sinks.
list_routinesLists Ops Routines by status.
get_routineGets full routine details, policy, sinks, recent ticks, and outcomes.
update_routineUpdates routine name, goal, cadence, status, policy, sinks, or wake events.
run_routine_nowTriggers an Ops Routine immediately with an optional one-off instruction.
delete_routineSoft-archives or permanently deletes a routine after confirmation.
get_routine_ticksLists historical routine ticks with status, record counts, credits, and errors.
get_tick_itemsFetches records produced by a specific tick.
get_last_tick_itemsFetches records from the latest successful tick.
get_routine_resultsAgent-friendly helper that combines routine metadata with latest produced items.
agent_workflowCreates, activates, triggers, optionally waits for, and optionally cleans up a one-shot Ops Routine.
stream_routine_resultsReturns an SSE endpoint for real-time item events from a running routine tick.
chain_routinesChains two routines so upstream output feeds downstream seed items.
get_chain_statusShows chained routine execution status and per-stage item counts.
emit_eventEmits an event that can wake routines subscribed through wake_on_events.

Approvals and Feedback

ToolWhat it does
approvals_listLists pending, approved, or rejected human-in-the-loop approvals.
approvals_decideApproves or rejects one or more pending approval tokens.
set_item_feedbackStores feedback on a produced lead or item so future routine ticks can improve.

App Connections and Actions

ToolWhat it does
list_connectionsLists active app connections in the workspace.
list_available_connectorsLists available connectors across CRM, marketing, communication, productivity, analytics, development, support, finance, HR, ecommerce, email, and sales.
list_connectorsLegacy alias for available connector listing.
connect_appStarts the app connection flow and returns authentication instructions.
discover_actionsLists available entities and actions for a connected app.
execute_connection_actionExecutes read or write actions against a connected app.
list_connection_audit_logShows connection lifecycle events, tests, and errors for debugging.

GTM Books and ICPs

ToolWhat it does
quickstart_gtm_bookLaunches a coordinated GTM Campaign Book made of multiple Ops Routines.
list_booksLists GTM Campaign Books in the workspace.
book_roll_upGets aggregate performance metrics across a campaign book.
list_icpsLists Ideal Customer Profiles and optional Octave import context.
get_icpGets full ICP details, criteria, pain points, triggers, titles, departments, geography, and related playbook data.
import_icps_from_octaveImports Octave playbooks as Signaliz ICPs.

Workspace Controls

ToolWhat it does
budget_get_statusGets current credit balance, spend rate, limits, and projected runway.
budget_set_limitSets daily, monthly, or system-specific credit limits and alert thresholds.
manage_blocklistAdds, removes, or lists suppressed domains and emails.
write_agent_memoryStores durable agent memory for future sessions.
query_agent_memorySearches stored agent memories with semantic retrieval.
list_output_sinksDeprecated compatibility tool; Signaliz now returns JSON, CSV artifacts, and webhooks.

Registry Metadata

Safety Notes

Read-only enrichment and discovery tools do not mutate your external systems. Tools that upload data, create or run systems, connect apps, execute app actions, update blocklists, approve work, or delete routines can change Signaliz workspace resources or connected systems and should be used with your normal approval controls.

Links