
Enrich — Company Domain Intelligence
- 5 repo stars
- Updated May 28, 2026
- globalsearchdata/enrich-mcp-plugin
Company intelligence for AI agents.
About
Company intelligence for AI agents. Look up company name, country,. Company intelligence for AI agents. Look up company name, country, contacts, and social profiles by domain or company name - from any MCP-compatible client. claude mcp add enrich https://www.tradego.ai/mcp --transport http > "Enrich skylineproductionsacademy.com - who works there and how can I reach them?" > "Look up stripe.com and tell me about the company" > "Find the company named Tesla and give me their contact info" An MCP-compatible client (Claude Desktop, Cursor, VS Code, Claude Code)
- Company intelligence for AI agents. Look up company name, country,
- contacts, and social profiles by domain or company name - from any MCP-compatible client.
- "url": "https://www.tradego.ai/mcp"
- npx mcp-remote https://www.tradego.ai/mcp
- claude mcp add enrich https://www.tradego.ai/mcp --transport http
Enrich — Company Domain Intelligence by the numbers
- Exposes 2 verified tools (MCP introspection)
- Data as of Jul 23, 2026 (Skillselion catalog sync)
claude mcp add --transport http enrich https://www.tradego.ai/mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| repo stars | ★ 5 |
|---|---|
| Transport | HTTP |
| Auth | None |
| Tools | 2 |
| Last updated | May 28, 2026 |
| Repository | globalsearchdata/enrich-mcp-plugin ↗ |
How do agents access Enrich MCP Server capabilities without custom integration code?
Company intelligence for AI agents. Look up company name, country,
Who is it for?
Developers wiring Enrich MCP Server into Cursor, Claude Desktop, or other MCP clients.
Skip if: Teams that need features outside the documented Enrich MCP Server tool surface.
What you get
Configured MCP host can call Enrich MCP Server tools with schemas from the server README.
- Country and geographic context for a target company
- Contact and social profile fields returned via MCP tools
- Agent-ready enrichment from domain or name without API key on free tier
By the numbers
- [object Object]
Enrich — Company Domain Intelligence capabilities & compatibility
- Capabilities
- company intelligence for ai agents. look up comp · contacts, and social profiles by domain or compa · "url": "https://www.tradego.ai/mcp" · npx mcp remote https://www.tradego.ai/mcp
- Use cases
- api development · orchestration
- Runs
- Local or remote
- Pricing
- Bring your own API key
Tools 2
Public tool metadata - what this server can do for an agent.
enrich_company1 paramEnrich a company by domain name. Returns company name, country, contact emails, phone numbers, and social media profiles (LinkedIn, Twitter/X, Facebook, Instagram, YouTube).
domainstringrequiredCompany domain, e.g. 'stripe.com' or 'https://stripe.com'
enrich_company_by_name1 paramEnrich a company by name (partial match). Returns company domain, country, contact emails, phone numbers, and social media profiles.
namestringrequiredCompany name, e.g. 'apollo sale' or 'Acme Corp'
README.md
Enrich MCP Server
Company intelligence for AI agents. Look up company name, country, contacts, and social profiles by domain or company name — from any MCP-compatible client.
Connect
Claude Desktop / Cursor / VS Code
{
"mcpServers": {
"enrich": {
"type": "http",
"url": "https://www.tradego.ai/mcp"
}
}
}
Or via CLI:
npx mcp-remote https://www.tradego.ai/mcp
Claude Code
claude mcp add enrich https://www.tradego.ai/mcp --transport http
Tools
| Tool | What it does |
|---|---|
enrich_company |
Domain → company name, country, contact emails, phone numbers, social profiles |
enrich_company_by_name |
Company name → domain, country, contact emails, phone numbers, social profiles |
Try Asking
"Enrich skylineproductionsacademy.com — who works there and how can I reach them?"
"Look up stripe.com and tell me about the company"
"Find the company named Tesla and give me their contact info"
Prerequisites
- An MCP-compatible client (Claude Desktop, Cursor, VS Code, Claude Code)
- No API key required (public access)
Repository Structure
.mcp.json ← MCP server registration
.claude-plugin/ ← Claude plugin metadata
.codex-plugin/ ← Codex/OpenAI plugin metadata
assets/ ← Logo and brand assets
README.md ← This file
LICENSE
License
MIT
Recommended MCP Servers
How it compares
Free hosted enrichment MCP, not an on-prem CRM or full data warehouse integration.
FAQ
What does Enrich MCP Server do?
Company intelligence for AI agents.
When should I use Enrich MCP Server?
Company intelligence for AI agents. Look up company name, country,
Is Enrich MCP Server safe to install?
Review the Security Audits panel on this page before installing in production.