streamable-httpMITupdated 3mo ago
Company intelligence for AI agents. Look up company name, country, contacts, and social profiles by domain or company name — from any MCP-compatible client.
What can you do with Enrich — Company Domain Intelligence?
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
Install
Add Enrich — Company Domain Intelligence to your client. Pick the one you use.
claude mcp add --transport http enrich-company-domain-intelligence https://www.tradego.ai/mcpcodex mcp add enrich-company-domain-intelligence --url https://www.tradego.ai/mcp{
"mcpServers": {
"enrich-company-domain-intelligence": {
"url": "https://www.tradego.ai/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"enrich-company-domain-intelligence": {
"type": "http",
"url": "https://www.tradego.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"enrich-company-domain-intelligence": {
"url": "https://www.tradego.ai/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"enrich-company-domain-intelligence": {
"serverUrl": "https://www.tradego.ai/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
2 tools
Enrich — Company Domain Intelligence exposes 2 tools to a connected agent.
- 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
Score
70 / 100
Good
- Documentation22/25
- Maintenance19/25
- Trust13/20
- Capability4/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 96 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 2 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.2Latest | May 28, 2026 |
| 0.1.1 | May 21, 2026 |
| 0.1.0 | May 21, 2026 |