Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"signaliz": {
"env": {
"SIGNALIZ_API_KEY": "sk_your_key"
},
"args": [
"-y",
"@signaliz/mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@signaliz/mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @signaliz/mcp-server against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in data / communication
Manage Supabase projects — databases, auth, storage, and edge functions
An MCP server that securely interfaces with your iMessage database via the Model Context Protocol (MCP), allowing LLMs to query and analyze iMessage conversations. It includes robust phone number validation, attachment processing, contact management, group chat handling, and full support for sending and receiving messages.
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
The Apify MCP server enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, or any other website using thousands of ready-made scrapers, crawlers, and automation tools available on the Apify Store.
MCP Security Weekly
Get CVE alerts and security updates for io.github.signaliz/signaliz-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
https://api.signaliz.com/functions/v1/signaliz-mcp
Transport: Streamable HTTP
Authentication: Signaliz API key or OAuth, depending on client support.
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.
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"
}
}
}
}
Signaliz exposes tools for:
Every tool accepts output_format, which can be markdown or json. Use json when another agent, script, or workflow needs structured output.
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.
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.
| 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 profes |