Server data from the Official MCP Registry
Company hierarchy analysis and address verification via MCP
Company hierarchy analysis and address verification via MCP
Remote endpoints: streamable-http: https://mcp.qorenext.com/mcp/
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
3 tools verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-qorenext-it-qorenext-mcp": {
"url": "https://mcp.qorenext.com/mcp/"
}
}
}From the project's GitHub 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.
Sign up at https://qorenext-app.azurewebsites.net/signup to get your QORENEXT_API_KEY.
claude mcp add --transport http qorenext-mcp \
"https://mcp.qorenext.com/mcp/" \
--header "X-API-Key: YOUR_API_KEY"
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"
}
}
}
}
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"
}
}
}
}
| 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_checkVerify the server is running. No API key required.
check if QorenextMCP is running
submit_entitiesSubmit 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_statusPoll 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
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)
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.