Odel
Enrich — Company Domain Intelligence

Enrich — Company Domain Intelligence

@globalsearchdataData & Analytics4MITUpdated 3w ago

Free — no API key required. Enrich by domain or name. Country, contacts, social profiles.

Server endpointStreamable HTTP

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

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

ToolWhat it does
enrich_companyDomain → company name, country, contact emails, phone numbers, social profiles
enrich_company_by_nameCompany 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

smithery badge

License

MIT