Skip to main content
Glama
DataForB2B

DataForB2B MCP Server

Official
by DataForB2B

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_people

Search professional profiles with structured filters (title, company, location, skills, funding stage, ...).

search_company

Search companies with structured filters (industry, size, country, funding, hiring, ...).

search_jobs

Search job postings on LinkedIn / Indeed — hiring signals.

search_posts

Search social posts on LinkedIn / Twitter / Reddit by keyword, or fetch a single post's engagers as leads.

enrich_profile

Enrich a single profile (full profile data, work email, personal email, GitHub).

enrich_company

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-mcp

Or clone and install it with pip:

git clone https://github.com/DataForB2B/dataforb2b-mcp.git
pip install ./dataforb2b-mcp

Once 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-mcp

or with the flag instead of the env var:

uvx --from git+https://github.com/DataForB2B/dataforb2b-mcp dataforb2b-mcp --api-key your-api-key

Development

git clone https://github.com/dataforb2b/dataforb2b-mcp.git
cd dataforb2b-mcp
uv sync
DATAFORB2B_API_KEY=your-api-key uv run dataforb2b-mcp

Inspect the server interactively with the MCP Inspector:

DATAFORB2B_API_KEY=your-api-key npx @modelcontextprotocol/inspector uv run dataforb2b-mcp

License

MIT

Install Server
A
license - permissive license
A
quality
C
maintenance

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

  • A
    license
    A
    quality
    D
    maintenance
    Give 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 updated
    11
    15
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Enables 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 updated
    4
    83
    2
    MIT
  • F
    license
    B
    quality
    D
    maintenance
    Exposes 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 updated
    5
    16

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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