DataForB2B MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@DataForB2B MCP ServerFind me CTOs at Series B AI startups in Berlin for outreach"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
DataForB2B MCP Server
An MCP server for the DataForB2B API — search and enrich companies and people (professional profiles), job postings, and social posts, directly from Cursor, Claude, or any other MCP-compatible client.
Tools
Tool | Description |
| Search professional profiles with structured filters (title, company, location, skills, funding stage, ...). |
| Search companies with structured filters (industry, size, country, funding, hiring, ...). |
| Search job postings on LinkedIn / Indeed — hiring signals. |
| Search social posts on LinkedIn / Twitter / Reddit by keyword, or fetch a single post's engagers as leads. |
| Enrich a single profile (full profile data, work email, personal email, GitHub). |
| Enrich a single company (description, headquarters, employee count, funding, offices). |
Full parameter reference: docs.dataforb2b.ai/api-reference.
Related MCP server: DataLayer MCP
Getting an API key
Sign up at dataforb2b.ai and grab your API key from the dashboard.
Install
Requires Python 3.10+. The recommended way to run it is with uvx, which needs no separate install step and always runs the latest commit on main:
uvx --from git+https://github.com/DataForB2B/dataforb2b-mcp dataforb2b-mcpOr clone and install it with pip:
git clone https://github.com/DataForB2B/dataforb2b-mcp.git
pip install ./dataforb2b-mcpOnce published on PyPI, this collapses to plain
uvx dataforb2b-mcp/pip install dataforb2b-mcp(the config examples below use the git form, which works right now).
Configure
Cursor
Add to .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):
{
"mcpServers": {
"dataforb2b": {
"command": "uvx",
"args": ["--from", "git+https://github.com/DataForB2B/dataforb2b-mcp", "dataforb2b-mcp"],
"env": {
"DATAFORB2B_API_KEY": "your-api-key"
}
}
}
}Claude Desktop / Claude Code
Add to claude_desktop_config.json (Desktop) or run claude mcp add (Claude Code), using the same shape:
{
"mcpServers": {
"dataforb2b": {
"command": "uvx",
"args": ["--from", "git+https://github.com/DataForB2B/dataforb2b-mcp", "dataforb2b-mcp"],
"env": {
"DATAFORB2B_API_KEY": "your-api-key"
}
}
}
}Any other MCP client
Same command/args/env shape as above — every MCP client that supports stdio servers reads it the same way. Alternatively, run the server yourself and point your client at the process:
DATAFORB2B_API_KEY=your-api-key uvx --from git+https://github.com/DataForB2B/dataforb2b-mcp dataforb2b-mcpor with the flag instead of the env var:
uvx --from git+https://github.com/DataForB2B/dataforb2b-mcp dataforb2b-mcp --api-key your-api-keyDevelopment
git clone https://github.com/dataforb2b/dataforb2b-mcp.git
cd dataforb2b-mcp
uv sync
DATAFORB2B_API_KEY=your-api-key uv run dataforb2b-mcpInspect the server interactively with the MCP Inspector:
DATAFORB2B_API_KEY=your-api-key npx @modelcontextprotocol/inspector uv run dataforb2b-mcpLicense
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceBytemine MCP Server – Search 130M+ B2B contacts and enrich profiles with verified emails & phone numbers directly from Claude, Cursor, and other AI assistants via the Model Context Protocol.Last updated4
- AlicenseAqualityDmaintenanceGive your AI agent access to 60M+ companies and 300M+ verified contacts. Enrich leads, find work emails, discover tech stacks, and identify buying intent — directly from Claude, Cursor, Windsurf, or any MCP-compatible AI agent.Last updated1115MIT
- AlicenseAqualityBmaintenanceEnables searching over 1 million enriched job listings from 20,000+ companies directly from MCP-compatible AI tools. Provides tools for job search, company profiles, and AI-powered similar job recommendations with real-time data updates.Last updated4832MIT
- FlicenseBqualityDmaintenanceExposes Apollo.io API functionalities as MCP tools for people and organization enrichment, search, and job postings. Enables natural language interaction with Apollo.io data.Last updated516
Related MCP Connectors
Search companies, enrich contacts, and reveal emails and phones from your AI agent.
Give AI agents the LinkedIn tools to find, qualify, engage, and follow up with prospects.
Remote MCP server to enrich company profiles with structured B2B data and confidence scores.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DataForB2B/dataforb2b-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server