Signaliz MCP

Signaliz MCP

Provides MCP clients with 60+ APIs for B2B data enrichment, lead generation, email verification, company intelligence, and agentic GTM workflows.

Category
访问服务器

README

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/mcp-server@2.0.1 tools/list response so directories can index the same names, descriptions, and input schemas exposed by the npm bridge.

Email, Contact, and Company Enrichment

Tool What it does
find_contacts_with_email Finds contacts at a company and returns verified work emails.
find_emails_with_verification Finds and verifies one professional email address from a name, company domain, or LinkedIn URL.
verify_email Verifies one email address for deliverability.
enrich_company_signals Researches a company for structured signals and source-backed developments.
company_intelligence Runs AI-powered company research from websites, domains, LinkedIn URLs, and extra URLs.
execute_primitive Runs small synchronous jobs for email verification, email finding, signal enrichment, custom AI prompts, data cleaning, or HTTP requests.
generic_http_request Executes one custom HTTP request with headers, auth, body templates, variables, timeout, and response extraction.
custom_ai_prompt Runs a custom AI prompt over records with model selection, structured output, and optional Signaliz AI Search context.

Batch Jobs

Tool What it does
find_and_verify_emails Finds and verifies emails for up to 5,000 contacts asynchronously.
verify_emails Verifies up to 5,000 emails asynchronously.
enrich_company_signals_batch Enriches signals for up to 5,000 companies asynchronously.
batch_http_request Executes up to 5,000 HTTP requests asynchronously.
check_job_status Polls 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

Tool What it does
generate_leads Finds B2B professionals with company data and verified emails for outreach-ready lead lists.
generate_local_leads Finds local businesses and verified contact emails from Google Maps-style local search.
find_people_blitz Finds professional profiles without verified emails for research and list building.
find_companies_blitz Finds company records for account discovery, market sizing, and TAM research.

Lists, Systems, and Pipeline Runs

Tool What it does
list_capabilities Lists available Signaliz capabilities, schemas, categories, and credit costs.
upload_data Uploads inline records, public CSV URLs, Google Sheets URLs, or Google Drive share URLs as workspace lists.
list_systems Lists saved Signaliz automation systems in the workspace.
get_system Gets a saved system's phases, required inputs, and configuration.
create_system Creates a saved automation system from a plain-English description.
run_system Runs a saved system using inline data, a saved list, the latest workspace list, or prior run data.
get_run Gets one system run's status and results.
list_runs Lists recent system runs with status, timing, and summaries.

Ops Routines as Agents

Tool What it does
create_routine Creates a goal-driven Ops Routine with cadence, policy guardrails, wake events, and output sinks.
list_routines Lists Ops Routines by status.
get_routine Gets full routine details, policy, sinks, recent ticks, and outcomes.
update_routine Updates routine name, goal, cadence, status, policy, sinks, or wake events.
run_routine_now Triggers an Ops Routine immediately with an optional one-off instruction.
delete_routine Soft-archives or permanently deletes a routine after confirmation.
get_routine_ticks Lists historical routine ticks with status, record counts, credits, and errors.
get_tick_items Fetches records produced by a specific tick.
get_last_tick_items Fetches records from the latest successful tick.
get_routine_results Agent-friendly helper that combines routine metadata with latest produced items.
agent_workflow Creates, activates, triggers, optionally waits for, and optionally cleans up a one-shot Ops Routine.
stream_routine_results Returns an SSE endpoint for real-time item events from a running routine tick.
chain_routines Chains two routines so upstream output feeds downstream seed items.
get_chain_status Shows chained routine execution status and per-stage item counts.
emit_event Emits an event that can wake routines subscribed through wake_on_events.

Approvals and Feedback

Tool What it does
approvals_list Lists pending, approved, or rejected human-in-the-loop approvals.
approvals_decide Approves or rejects one or more pending approval tokens.
set_item_feedback Stores feedback on a produced lead or item so future routine ticks can improve.

App Connections and Actions

Tool What it does
list_connections Lists active app connections in the workspace.
list_available_connectors Lists available connectors across CRM, marketing, communication, productivity, analytics, development, support, finance, HR, ecommerce, email, and sales.
list_connectors Legacy alias for available connector listing.
connect_app Starts the app connection flow and returns authentication instructions.
discover_actions Lists available entities and actions for a connected app.
execute_connection_action Executes read or write actions against a connected app.
list_connection_audit_log Shows connection lifecycle events, tests, and errors for debugging.

GTM Books and ICPs

Tool What it does
quickstart_gtm_book Launches a coordinated GTM Campaign Book made of multiple Ops Routines.
list_books Lists GTM Campaign Books in the workspace.
book_roll_up Gets aggregate performance metrics across a campaign book.
list_icps Lists Ideal Customer Profiles and optional Octave import context.
get_icp Gets full ICP details, criteria, pain points, triggers, titles, departments, geography, and related playbook data.
import_icps_from_octave Imports Octave playbooks as Signaliz ICPs.

Workspace Controls

Tool What it does
budget_get_status Gets current credit balance, spend rate, limits, and projected runway.
budget_set_limit Sets daily, monthly, or system-specific credit limits and alert thresholds.
manage_blocklist Adds, removes, or lists suppressed domains and emails.
write_agent_memory Stores durable agent memory for future sessions.
query_agent_memory Searches stored agent memories with semantic retrieval.
list_output_sinks Deprecated 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

  • Homepage: https://signaliz.com
  • NPM package: https://www.npmjs.com/package/@signaliz/mcp-server
  • Hosted MCP endpoint: https://api.signaliz.com/functions/v1/signaliz-mcp
  • Official MCP Registry name: io.github.signaliz/signaliz-mcp
  • Main Signaliz repo: https://github.com/signaliz/signaliz
  • Public manifest repo: https://github.com/signaliz/signaliz-mcp
  • Claude Code plugin: https://github.com/signaliz/claude-code-plugin
  • Skills: https://github.com/signaliz/signaliz-skills

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选