QoreNextMCP
OfficialQorenextMCP
企業階層分析と住所検証 — MCP経由
QorenextMCPは、Model Context Protocolサーバーであり、Claudeやその他のAIクライアントがチャット上で直接、企業階層分析と住所検証を実行できるようにします。
APIキーを取得する
https://qorenext-app.azurewebsites.net/signup にサインアップして、QORENEXT_API_KEYを取得してください。
Related MCP server: Business Central MCP Server
接続
Claude Code
claude mcp add --transport http qorenext-mcp \
"https://mcp.qorenext.com/crm" \
--header "X-API-Key: YOUR_API_KEY"Claude Desktop
%APPDATA%\Claude\claude_desktop_config.json(Windows)または
~/Library/Application Support/Claude/claude_desktop_config.json(Mac)を編集します:
{
"mcpServers": {
"qorenext-mcp": {
"url": "https://mcp.qorenext.com/crm",
"headers": {
"X-API-Key": "YOUR_API_KEY",
"Content-Type": "application/json",
"Accept": "application/json"
}
}
}
}Cursor / Windsurf
.cursor/mcp.jsonまたは.windsurf/mcp.jsonに追加します:
{
"mcpServers": {
"qorenext-mcp": {
"url": "https://mcp.qorenext.com/crm",
"headers": {
"X-API-Key": "YOUR_API_KEY"
}
}
}
}ツール
ツール | 認証 | 説明 |
| ❌ 公開 | サーバーが稼働しているか確認し、バージョン情報を取得する |
| ✅ APIキー | 住所検証・妥当性確認のために企業を送信する |
| ✅ APIキー | 組織階層分析のために企業を送信する |
| ✅ APIキー | JSON、CSV、またはExcelファイルから重複エンティティを送信する |
| ✅ APIキー | 任意のスクリーニングリクエストのステータスをポーリングし、結果を取得する |
health_check
サーバーが稼働しているか確認します。APIキーは不要です。
check if QorenextMCP is runningsubmit_address_verification
住所検証と正当性確認のために企業を送信します。
エンティティごとに必須: companyName、country、address
任意: crmid、website
verify Acme Corp at 123 Main Street, New York, USA
validate Apple Inc at 1 Apple Park Way, Cupertino, USA
check Samsung at Samsung Tower, Seoul, South Koreasubmit_hierarchy_creation
親子会社関係を特定するための組織階層分析に企業を送信します。
エンティティごとに必須: companyName、country
任意: crmid、address、website
create hierarchy for Acme Corp from USA
analyze organizational structure for Apple Inc from USA
map corporate relationships for Samsung from South Koreasubmit_duplicates
重複検出のために、ファイル(JSON、CSV、またはExcel)から重複アカウントレコードを送信します。
必須: file_content、file_type
任意: file_name
対応ファイル形式:
json- JSON配列形式csv- ヘッダー付きカンマ区切り値excelまたはxlsx- Microsoft Excelワークブック
必須フィールド(CSVおよびExcelファイルの各レコード):
crmAccountId- アカウント識別子crmAccountName- アカウント/会社名addressLine1- 番地country- 国名
任意フィールド:
addressLine2- 部屋番号、アパート、ユニットなどcity- 市区町村名stateProvince- 都道府県postalCode- 郵便番号website- WebサイトのURL
ファイル形式の要件:
JSON配列:
[
{
"crmAccountId": "CRM-00001",
"crmAccountName": "Acme Technologies",
"addressLine1": "123 Main Street",
"addressLine2": "Suite 100",
"city": "New York",
"stateProvince": "NY",
"country": "United States",
"postalCode": "10001",
"website": "www.acmetech.com"
},
{
"crmAccountId": "CRM-00002",
"crmAccountName": "Blue Ridge Software",
"addressLine1": "456 Oak Avenue",
"country": "United States"
}
]ヘッダー付きCSV:
crmAccountId,crmAccountName,addressLine1,city,stateProvince,country,postalCode,website
CRM-00001,Acme Technologies,123 Main Street,New York,NY,United States,10001,www.acmetech.com
CRM-00002,Blue Ridge Software,456 Oak Avenue,Los Angeles,CA,United States,90001,www.blueridgesoftware.comExcelワークブック:
1行目: 列ヘッダー
データ行: アカウントレコード
必須列: crmAccountId、crmAccountName、addressLine1、country
任意列: addressLine2、city、stateProvince、postalCode、website
例:
submit deduplication for CSV file with 50 company records
detect duplicates from Excel file of CRM accounts
process JSON file to find similar companies戻り値:
data: 検出された重複ペアの数message: 結果の説明details: レコード数と重複ペア数
レスポンス例(ステータス200):
{
"success": true,
"status_code": 200,
"data": 66,
"message": "Successfully detected 66 duplicate pairs from 8 records",
"details": {
"records_submitted": 8,
"duplicate_pairs_found": 66,
"file_name": "accounts.csv",
"file_type": "csv"
}
}get_request_status
スクリーニングリクエストのステータスと結果をポーリングします。
パラメータ: request_id(整数)
ステータス値: PENDING · PROCESSING · COMPLETE · FAILED
get status of request 1001
check if screening 5042 is completeワークフロー例
住所検証:
You: Verify Apple Inc at 1 Apple Park Way, Cupertino, USA.
Claude: [calls submit_address_verification]
✅ Submitted. Entity ID: 1042
You: Get status of request 1042
Claude: [calls get_request_status]
Status: COMPLETE
Address Verified: ✅ Yes
Business Status: ACTIVE階層作成:
You: Create hierarchy for Acme Corp from USA.
Claude: [calls submit_hierarchy_creation]
✅ Submitted. Entity ID: 1043
You: Get status of request 1043
Claude: [calls get_request_status]
Status: COMPLETE
Hierarchy: Acme Corp → Acme Holdings (USA) → GlobalCorp (UK)サポート
メール: support@qorenext.com
ドキュメント: https://qorenext.com
ライセンス
MIT
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Remote MCP server to enrich company profiles with structured B2B data and confidence scores.
Hosted MCP server for real-world data: business registries, sanctions, companies, domains, crypto.
Governed data discovery, exact queries, decisions, simulations, and runtime utilities over MCP.
- n3tz AtlasOAuthai.n3tz
Governed company knowledge over MCP. Access by contract for authorized tenants.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceTrust Intelligence API - entity screening, sanctions, risk scoring, IBAN validation, and compliance checks via MCPMIT
- AlicenseBqualityDmaintenanceEnables MCP clients to interact with Microsoft Dynamics 365 Business Central entities, providing tools to get schemas, list, create, update, and delete records.6MIT
- AlicenseNot gradedqualityAmaintenanceQuery SEC EDGAR filings, XBRL financials, and company data through MCP.3449Apache 2.0

Tomba Agent Pluginsofficial
AlicenseNot gradedqualityCmaintenanceProvides email discovery, verification, enrichment, and company research through a remote MCP server.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/QoreNext-IT/QoreNextMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server