Limadata Community MCP server

MCP server for the B2B database service Limadata

Limadata MCP Server (Community)

A Model Context Protocol (MCP) server that gives Claude access to the Limadata API — enrich people and companies, find emails and phones, prospect leads, monitor Professional Network changes, and search databases.

Quick Start — Claude Desktop Extension (.dxt)

Easiest path, no Node install or JSON editing required:

  1. Download limadata-mcp-community.dxt from the latest release.
  2. Double-click the file. Claude Desktop opens an install dialog.
  3. Paste your API key when prompted — get one at https://app.limadata.com/settings/apikeys.
  4. Done.

Alternative: via npx

Edit your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS, %APPDATA%\Claude\claude_desktop_config.json on Windows):

{ "mcpServers": { "limadata": { "command": "npx", "args": ["limadata-mcp-community"], "env": { "LIMADATA_API_KEY": "your_api_key_here" } } } }

Restart Claude Desktop after saving.

Tools (25 total)

Enrich

ToolDescriptionCredits
enrich_personFull profile by email, Professional Network URL, or name+company1–5
enrich_companyFirmographic data by domain or Professional Network URL1

Search

ToolDescriptionCredits
search_peoplePeople search by title, location, industry, and more2
search_companiesCompany search by size, location, industry2

Find

ToolDescriptionCredits
find_work_emailWork email from full name + company domain1
find_phone_numberPhone numbers from Professional Network URL or name+company10
resolve_identitySocial profiles (Professional Network, GitHub, X) from name+company2
find_company_profnetCompany Professional Network URL from domainlow
reverse_email_lookupSocial profiles from an email address5

Company

ToolDescriptionCredits
get_companyProfessional Network company profile by URL (cached or live)1 / 3 live
get_company_jobsJob listings for a Professional Network company page2
get_company_insightsDeep research: funding, investors, tech stack, news5

Account

ToolDescriptionCredits
get_credits_balanceCheck account credit balancefree

Credit tracking

Every tool response includes a credit summary appended automatically:

{...result...}

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
💳 Credits
  Cost: -2
  Remaining: 248
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Related Servers