Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Mcp
M
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:22:26 PM

Mcp

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Fresh company, employee, and jobs records in real time.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "mcp-77": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-77"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Coresignal MCP v2

The official Model Context Protocol server for Coresignal β€” bring fresh B2B data on 895M+ employees, 70M+ companies, and 468M+ job postings straight into your AI assistant.

bash
https://mcp.coresignal.com/mcp/v2

Search in plain natural language, pull full records, enrich contacts with verified emails, and export large result sets as downloadable files β€” all from Claude, Cursor, Codex, VS Code, or any other MCP-compatible client.


Features

  • OAuth 2.1 authentication β€” sign in with your Coresignal dashboard account; no API keys in config files.
  • Natural-language search with match evidence in every result row, so you can see why each record matched.
  • Cost transparency β€” every response reports credits_consumed, and expensive calls ask for confirmation before spending.
  • Field discovery β€” entity_fields finds the right field names by keyword, free, without loading the full 300+ field vocabulary into context.
  • File downloads β€” large result sets are stored server-side and returned as a download link instead of flooding the chat.
  • artifact_read pages delivered files back into the conversation for free β€” works even in clients with no filesystem access.

Prerequisites

  • A Coresignal account with an active subscription (credits) and a team API key provisioned in the dashboard. The MCP server resolves your team's key automatically after sign-in β€” you never paste it into a config file. No subscription yet? Start with the 7-day free trial β€” it includes 2,000 credits. See the plan comparison.

On first connection your client opens a browser window to sign in to the Coresignal dashboard. That's the whole setup β€” no environment variables, no secrets.


Client setup

Claude Desktop

Claude Desktop supports remote MCP servers natively via Connectors:

  1. Open Settings β†’ Connectors β†’ Add custom connector.
  2. Name: Coresignal, URL: https://mcp.coresignal.com/mcp/v2.
  3. Click Add, then Connect β€” a browser window opens to sign in to your Coresignal dashboard account.

Important β€” enable file downloads: Claude Desktop blocks downloads from domains it doesn't know. To download result files (large fetches are delivered as links), add mcp.coresignal.com to the Domain allowlist in Claude Desktop settings (on Team/Enterprise plans your admin manages this). Without it, download links from the server will be blocked β€” though you can always read the data back in-chat with the free artifact_read tool instead. See File downloads.

Claude Code
Terminal
claude mcp add --transport http coresignal https://mcp.coresignal.com/mcp/v2

Then inside a session run /mcp, select coresignal, and complete the browser sign-in. Re-run /mcp any time you need to re-authenticate.

Codex (OpenAI Codex CLI)
bash
codex mcp add coresignal --url https://mcp.coresignal.com/mcp/v2

A browser window opens to sign in to your Coresignal dashboard account.

Cursor

Add to ~/.cursor/mcp.json:

config.json
{
  "mcpServers": {
    "coresignal": {
      "url": "https://mcp.coresignal.com/mcp/v2"
    }
  }
}

Cursor detects that the server requires authentication and shows a Needs login prompt β€” click it to complete the browser sign-in.

OpenCode

Add Coresignal MCP:

bash
opencode mcp add coresignal --url https://mcp.coresignal.com/mcp/v2

Authenticate:

bash
opencode mcp auth coresignal

A browser window opens to sign in to your Coresignal dashboard account.

Visual Studio Code

Run MCP: Add Server from the Command Palette, choose HTTP, and enter the URL β€” or add to .vscode/mcp.json:

config.json
{
  "servers": {
    "coresignal": {
      "type": "http",
      "url": "https://mcp.coresignal.com/mcp/v2"
    }
  }
}

VS Code prompts you to authorize the server on first use and handles the OAuth flow in your browser.

Cline

Add to ~/.cline/data/settings/cline_mcp_settings.json:

config.json
{
  "mcpServers": {
    "coresignal": {
      "type": "streamableHttp",
      "url": "https://mcp.coresignal.com/mcp/v2",
      "disabled": false
    }
  }
}

Open Cline MCP interface:

bash
cline mcp

From menu select Authorize OAuth and select coresignal. Cline will handle the OAuth flow in your browser.


File downloads & the domain allowlist

Large results (and any call with delivery="url") are not dumped into the chat to save LLM input tokens. Instead the server stores the rows as a file and returns a signed HTTPS download link that expires after 1 hour:

config.json
{
  "delivery": "url",
  "url": "https://mcp.coresignal.com/mcp/v2/artifacts/…?exp=…&sig=…",
  "artifact_name": "employee_fetch-baf941dd4f8c4dfe.jsonl",
  "count": 500,
  "credits_consumed": 10000
}

From here, the agent gets at the data in one of three ways:

  1. The agent downloads the file itself β€” in clients with shell access, the agent will typically curl the link to disk and analyze the file locally with grep/jq/pandas.
  2. The agent reads it back in-chat β€” in clients with no shell and no filesystem, the agent calls artifact_read(artifact_name, offset, limit) instead, paging through the file in slices over the MCP session. This is free and works everywhere, so nothing floods the chat.
  3. You download it manually β€” if the agent itself isn't allowed to fetch the link (domain not allowlisted, sandbox without network access), click the link, save the file, and tell the agent where it is: "I've downloaded the file to ~/Downloads/employee_fetch-….jsonl β€” analyze it from there." Works in any client that can read local files.

Prefer the download when your client supports it. artifact_read is free in Coresignal credits, but not in LLM tokens: every page it returns becomes part of the conversation and is re-billed as input tokens on each subsequent turn. Each page is also trimmed to a fixed token budget β€” a full employee record is ~8k tokens, so a single page carries only a handful of full records regardless of the limit you ask for. Reading a large file that way takes hundreds of calls and can exhaust the context window before you reach the end. A downloaded file costs essentially no tokens β€” the assistant can filter thousands of rows locally with grep/jq and surface only the answer. That's why it pays to get downloads working up front (domain allowlist, sandbox network access) and keep artifact_read for clients that can't download or for eyeballing a few rows.

If downloads are blocked, nothing is lost: the records are already stored and paid for β€” read them with artifact_read. Never re-run a fetch to "recover" a file; that bills every record a second time.


Tools

ToolWhat it doesCost
entity_searchNatural-language search over employees, companies, or jobs20 credits per search (flat)
entity_fieldsKeyword search over an entity's ~300 field namesFree
entity_fetchPull full (JSONL) or projected records, by search handle or by id20 credits per employee/company record, 1 per job record
email_enrichVerified business emails for employee ids (CSV)10 credits per email found (misses are free)
artifact_readPage rows back out of a delivered fileFree

entity_search

Searches employee, company, or job records with a plain-language query:

"Senior Python developers at fintech companies in French"

Every call costs a flat 20 credits and returns:

  • total_count β€” the exact number of records the query matched,
  • up to 20 preview rows (limit=0 returns just the count), each showing the fields the query matched on β€” the evidence for why each result is there,
  • a cache_id β€” a 1-hour handle to the search that saves credits and time: pass it to entity_fetch and the matched records are collected straight away β€” no need to re-run (and re-pay for) the search, and resolving the cache_id itself is free. Record ids stay server-side, so nothing bulky ever passes through the conversation.

entity_fields

Free, instant lookup of field names by meaning β€” "salary" finds the compensation fields, "current job title and seniority" finds active_experience_title, experience.position_title, etc. Use it to build the fields list for a custom-scope fetch without ever loading the full field vocabulary into context.

entity_fetch

Collects records β€” either up to 20 hand-picked ids from search results, or up to 1,000 records per call via a cache_id. Billing is per record found: 20 credits for employees/companies, 1 for jobs.

email_enrich

Verified, deliverable business emails for up to 1,000 employee ids β€” 10 credits per email found; not-found ids are free. EEA/UK contacts are not accessible (GDPR).

artifact_read

Reads a delivered file back over the authenticated MCP session, a page at a time β€” free, since the records were billed when they were fetched. This is what makes file delivery work everywhere, including chat clients that can't open a link or touch a filesystem.


Example prompts

Market scan

"Find B2B SaaS companies in the Nordics with 50–200 employees that raised funding in the last two years."

Build a lead list with verified emails

"Search for heads of data at US companies with 500+ employees. Fetch 20 full profiles to a file with verified emails."

Deep-dive a single company**

"Pull the full record for flo.health β€” funding rounds, headcount growth, and current job openings."

...


Credits & billing

ActionCredits
entity_search (any limit, including 0)20 per search
entity_fetch β€” employee or company20 per record found
entity_fetch β€” job1 per record found
email_enrich10 per email found; misses free
entity_fields, artifact_readFree

Every response includes credits_consumed β€” the actual billed amount, so a discrepancy (sent 1,000 ids, billed for 950 records) tells you exactly how many ids weren't found. The server never spends silently: fetches confirm field scope with you first, and a fetch that can't be delivered fails before any credits are spent.

Credits are drawn from your team's Coresignal subscription β€” manage keys and billing in the dashboard. New to Coresignal? The 7-day free trial comes with 2,000 credits β€” that's 100 searches, or 100 employee/company records, or a mix β€” see the plan comparison.

Links

  • Coresignal β€” data coverage, plans, and pricing
  • Coresignal dashboard β€” account, team, API keys, credits
  • API documentation β€” the underlying data APIs

smithery badge

Related MCP Servers

View all in Developer Tools View all alternatives
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • T
    Tick Mcp

    A time server that keeps your AI honest about time. Real clock + drift guard, zero dependencies.

    πŸ’» Developer Tools0 views
    Compare vs Tick Mcp β†’
  • W
    Windows MCP

    An MCP Server for computer-use in Windows OS

    πŸ’» Developer Tools1 views
    Compare vs Windows MCP β†’

Frequently Asked Questions about Mcp

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "mcp": { "command": "npx", "args": ["-y", "mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMcp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/mcp-77?style=directory)](https://allmcps.com/mcp/mcp-77)
HTML Embed
<a href="https://allmcps.com/mcp/mcp-77"><img src="https://allmcps.com/api/badge/mcp-77?style=directory" alt="Mcp on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/5 checks healthy over the last 7h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
npm downloads9,111/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
31Quality signal: Emerging Β· 31/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools10/30
Adoption & activity5/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Mcp β†’Install in Claude DesktopInstall in CursorInstall in VS Code