Qorenext
БесплатноНе проверенCompany hierarchy analysis and address verification via MCP
Описание
Company hierarchy analysis and address verification via MCP
README
Company hierarchy analysis and address verification — via MCP
QorenextMCP is a Model Context Protocol server that enables Claude and other AI clients to perform company hierarchy analysis and address verification directly in chat.
Get your API key
Sign up at https://qorenext-app.azurewebsites.net/signup to get your QORENEXT_API_KEY.
Connect
Claude Code
claude mcp add --transport http qorenext-mcp \
"https://mcp.qorenext.com/mcp/" \
--header "X-API-Key: YOUR_API_KEY"
Claude Desktop
Edit %APPDATA%\Claude\claude_desktop_config.json (Windows)
or ~/Library/Application Support/Claude/claude_desktop_config.json (Mac):
{
"mcpServers": {
"qorenext-mcp": {
"url": "https://mcp.qorenext.com/mcp/",
"headers": {
"X-API-Key": "YOUR_API_KEY",
"Content-Type": "application/json",
"Accept": "application/json"
}
}
}
}
Cursor / Windsurf
Add to .cursor/mcp.json or .windsurf/mcp.json:
{
"mcpServers": {
"qorenext-mcp": {
"url": "https://mcp.qorenext.com/mcp/",
"headers": {
"X-API-Key": "YOUR_API_KEY"
}
}
}
}
Tools
| Tool | Auth | Description |
|---|---|---|
health_check |
❌ Public | Verify server is running, get version info |
submit_entities |
✅ API Key | Submit companies for address verification or hierarchy creation |
get_request_status |
✅ API Key | Poll status and retrieve results of any screening request |
health_check
Verify the server is running. No API key required.
check if QorenextMCP is running
submit_entities
Submit companies for Hierarchy creation or Address verification.
Required per entity: entityName, country, address, screeningType ("Hierarchy" or "Address verification")
Optional: crmid, website
submit Acme Corp from USA for Hierarchy creation
submit Apple Inc from USA at 1 Apple Park Way, Cupertino for Address verification
submit Samsung from South Korea at Samsung Tower, Seoul for Address verification
get_request_status
Poll a screening request for status and results.
Parameter: request_id (int)
Status values: PENDING · PROCESSING · COMPLETE · FAILED
get status of request 1001
check if screening 5042 is complete
Example workflow
You: Submit Acme Corp from USA for Hierarchy creation.
Claude: [calls submit_entities]
✅ Submitted. Entity ID: 1042
You: Get status of request 1042
Claude: [calls get_request_status]
Status: COMPLETE
Hierarchy: Acme Corp → Acme Holdings (USA) → GlobalCorp (UK)
Support
- Issues: https://github.com/QoreNext-IT/QoreNextMCP/issues
- Email: [email protected]
- Docs: https://qorenext.com
License
MIT
Установка Qorenext
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/qorenext-IT/qorenextMCPFAQ
Qorenext MCP бесплатный?
Да, Qorenext MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Qorenext?
Нет, Qorenext работает без API-ключей и переменных окружения.
Qorenext — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Qorenext в Claude Desktop, Claude Code или Cursor?
Открой Qorenext на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Qorenext with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
