CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

DataForB2B

ai.dataforb2b/dataforb2b
6 toolsHTTPregistry active
Summary

This server connects Claude to DataForB2B's 800M profile and 75M company database through their MCP endpoint. You get search operations with 60+ people filters (title, company size, location, open_to_work status) and 50+ company filters (funding, industry, size), plus enrichment calls that turn LinkedIn URLs or domains into structured contact data with verified emails. It's built for agents doing prospecting, sourcing, or lead qualification where you need to resolve decision makers at a company, build dynamic ICP lists, or enrich profiles on demand. The underlying API is credit-based REST with webhook support, and this MCP wrapper exposes those same capabilities as native tools Claude can call directly.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

6 tools
search_natural_languageSearch people or companies using a free-form English query. The backend LLM interprets the query and builds structured filters automatically. Use this for fuzzy intent like "software engineers in Paris with 5+ years" or "AI startups in France that raised Series A". For determi...5 params

Search people or companies using a free-form English query. The backend LLM interprets the query and builds structured filters automatically. Use this for fuzzy intent like "software engineers in Paris with 5+ years" or "AI startups in France that raised Series A". For determi...

Parameters* required
pageinteger
Page number, 1-indexed.default: 1
querystring
Natural language search query (min 3 chars). Examples: "Software engineers in Paris with 5+ years of experience", "AI startups in France that raised Series A", "Marketing managers at companies with 50-200 employees in the US".
categorystring
"people" to search professional profiles, "company" to search organizations.one of people · companydefault: people
page_sizeinteger
Number of results per page (max 100).default: 25
enrich_liveboolean
When true, results are enriched live from LinkedIn (fresher, costs more credits). When false, results are served from the cached database (faster, cheaper).default: true
search_peopleSearch professional profiles using structured filters. Use this when you want precise, deterministic filtering on specific columns (exact country, company size range, funding stage, etc.). For free-form queries like "AI engineers in Berlin who recently raised", prefer `search_...7 params

Search professional profiles using structured filters. Use this when you want precise, deterministic filtering on specific columns (exact country, company size range, funding stage, etc.). For free-form queries like "AI engineers in Berlin who recently raised", prefer `search_...

Parameters* required
countinteger
Number of profiles to return (1-100 recommended; max 5000).default: 25
offsetinteger
Pagination offset (number of results to skip).default: 0
filtersobject
FilterGroup with shape {"op": "and"|"or", "conditions": [...]}. Each condition is {"column": "<name>", "type": "<operator>", "value": <value>, "value2": <optional, for between>}. Groups can be nested. Example: {"op": "and", "conditions": [{"column": "current_title", "type": "like", "value": "Engineer"}, {"column": "profile_country", "type": "in", "value": ["US", "GB"]}, {"column": "follower_count", "type": ">=", "value": 1000}]}
order_byvalue
Column to sort by, e.g. "follower_count", "years_of_experience".
enrich_liveboolean
When true (1.5 credits/profile), each profile is enriched live from LinkedIn so data is fresh. When false (0.75 credits/profile), data is served from the cached database — faster and cheaper.default: true
order_directionstring
Sort direction.one of asc · descdefault: desc
reveal_personal_emailboolean
When true, the actual personal_emails array is included on each result (extra credits per email revealed). When false, only the has_personal_email boolean flag is returned.default: false
search_companySearch companies using structured filters. Use this when you want precise filtering on specific columns (industry, country, employee count range, funding stage, founded year, etc.). For free-form queries like "AI startups in France that raised Series A", prefer `search_natural...6 params

Search companies using structured filters. Use this when you want precise filtering on specific columns (industry, country, employee count range, funding stage, founded year, etc.). For free-form queries like "AI startups in France that raised Series A", prefer `search_natural...

Parameters* required
countinteger
Number of companies to return (1-100 recommended; max 1000).default: 25
offsetinteger
Pagination offset (number of results to skip).default: 0
filtersobject
FilterGroup with shape {"op": "and"|"or", "conditions": [...]}. Each condition is {"column": "<name>", "type": "<operator>", "value": <value>, "value2": <optional, for between>}. Groups can be nested. Example: {"op": "and", "conditions": [{"column": "industry", "type": "like", "value": "software"}, {"column": "country_iso_code", "type": "in", "value": ["US", "FR"]}, {"column": "employee_count", "type": "between", "value": 50, "value2": 500}]}
order_byvalue
Column to sort by, e.g. "follower_count", "employee_count", "founded_year", "last_funding_amount_usd".
enrich_liveboolean
When true (1.5 credits/company), each company is enriched live from LinkedIn so data is fresh. When false (0.75 credits/company), data is served from the cached database — faster and cheaper.default: false
order_directionstring
Sort direction.one of asc · descdefault: desc
enrich_profileEnrich a single professional profile with detailed profile data, work email, personal email, and/or GitHub profile. Each enrichment flag controls one data source and bills separately.5 params

Enrich a single professional profile with detailed profile data, work email, personal email, and/or GitHub profile. Each enrichment flag controls one data source and bills separately.

Parameters* required
enrich_githubboolean
Find the person's GitHub profile URL.default: false
enrich_profileboolean
Return the full profile object (experience, education, skills, etc.).default: true
enrich_work_emailboolean
Find the person's professional / work email.default: false
profile_identifierstring
The profile to enrich. Accepts any of: a LinkedIn URL (e.g. "https://linkedin.com/in/john-doe"), a public_id slug (e.g. "john-doe"), or an encoded DataForB2B ID (e.g. "prof_xxx").
enrich_personal_emailboolean
Find the person's personal email.default: false
enrich_companyEnrich a single company with full data from public sources (description, industry, headquarters, employee count, funding, offices, etc.).1 params

Enrich a single company with full data from public sources (description, industry, headquarters, employee count, funding, offices, etc.).

Parameters* required
company_identifierstring
The company to enrich. Accepts any of: a universal_name slug (e.g. "google"), a LinkedIn company URL (e.g. "https://linkedin.com/company/google"), or an encoded DataForB2B ID (e.g. "org_xxx").
search_lookalikeFind similar people or companies using AI-powered vector similarity. Provide either `profile` (to find similar people) OR `company` (to find similar companies) — not both. Optionally narrow results with `country` or `location`.7 params

Find similar people or companies using AI-powered vector similarity. Provide either `profile` (to find similar people) OR `company` (to find similar companies) — not both. Optionally narrow results with `country` or `location`.

Parameters* required
countinteger
Number of results to return.default: 25
offsetinteger
Pagination offset.default: 0
companyvalue
Seed company to find lookalikes for. Accepts a LinkedIn company URL or universal_name slug. Mutually exclusive with `profile`.
countryvalue
Restrict results to a country. ISO-2 code (e.g. "FR", "US", "GB").
profilevalue
Seed profile to find lookalikes for. Accepts a LinkedIn URL, public_id slug, or member_identity. Mutually exclusive with `company`.
locationvalue
Restrict results to a free-text location, e.g. "Paris" or "San Francisco Bay Area".
enrich_liveboolean
When true, results are enriched live from LinkedIn (fresher, costs more credits). When false, results are served from the cached database.default: true
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Search & Web Crawling
Registryactive
TransportHTTP
UpdatedMay 14, 2026
Open website

Related Search & Web Crawling MCP Servers

View all →
Google Search

com.mcparmory/google-search

Scrape Google search results with SERP data, ads, and knowledge panels
25
Brave Search

io.github.pipeworx-io/brave-search

Brave Search MCP — independent web index (no Google/Bing dependency)
Serper Search and Scrape

marcopesani/mcp-server-serper

Serper MCP Server supporting search and webpage scraping
154
Brave Search Mcp Server

brave/brave-search-mcp-server

Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more.
1.2k
Google Search Console

com.mcparmory/google-search-console

Query search analytics, manage sitemaps, and inspect site URLs and status
25
Google Search Console

acamolese/google-search-console-mcp

Google Search Console MCP server: SEO audits, performance queries, URL inspection, indexing checks.
3