What is Company & Deal Intelligence MCP Server?
Intangible asset and commercial intelligence archive tool for pharmaceutical enterprises, covering organization profiles, R&D pipelines, deal records, and financial report evidence queries.
Intangible asset and commercial intelligence archive tool for pharmaceutical enterprises, covering organization profiles, R&D pipelines, deal records, and financial report evidence queries.
Fetch drug pipeline records for an organization. Use either organization_id or organization name. Must provide exactly one of them.
offsetintegerint, pagination offset, starting from 0.
organization_idstringstr, optional, Organization ID in UUID format. Either organization_id or organization must be provided.
organizationstringstr, optional, Organization name. Either organization_id or organization must be provided.
limitintegerint, page size.
Batch fetch full detail records by organization IDs or organization names.
/api/ls/v2/organization/fetchSearch financial reports with vector similarity. Use semantic similarity to search financial reports and prospectuses. This is useful for complex natural-language queries. It calls the unified vector search interface and returns relevant text chunks.
/api/ls/v2/financial-report/searchSearch drug deal information. Use this tool when the user wants to find licensing, collaboration, acquisition, or option deals related to a drug, target, disease, or company. It is useful for structured business development queries such as "ADC licensing deals in US after 2021" or "Phase 2 KRAS deals involving Novartis".
/api/ls/v2/drug-deal/searchBatch fetch full detail records by drug deal IDs.
/api/ls/v2/drug-deal/fetchIntangible asset and commercial intelligence archive tool for pharmaceutical enterprises, covering organization profiles, R&D pipelines, deal records, and financial report evidence queries.
Get a Patsnap Open Platform API key, copy the MCP connection URL from the Connect panel on this page, and add the server to Cursor, Claude Desktop, or another Model Context Protocol-compatible AI agent client.
{
"mcpServers": {
"company_deal_intelligence": {
"url": "https://connect.patsnap.com/1f8934/logic-mcp?apikey={your_api_key}"
}
}
}