Back to MCP Servers

Company & Deal Intelligence

5 toolsv1.0.0
Overview

About

Intangible asset and commercial intelligence archive tool for pharmaceutical enterprises, covering organization profiles, R&D pipelines, deal records, and financial report evidence queries.

Capabilities

organization_pipeline_fetch

Fetch drug pipeline records for an organization. Use either organization_id or organization name. Must provide exactly one of them.

Arguments
offsetinteger

int, pagination offset, starting from 0.

organization_idstring

str, optional, Organization ID in UUID format. Either organization_id or organization must be provided.

organizationstring

str, optional, Organization name. Either organization_id or organization must be provided.

limitinteger

int, page size.

organization_fetch

Batch fetch full detail records by organization IDs or organization names.

/api/ls/v2/organization/fetch

financial_report_search

Search 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/search

drug_deal_search

Search 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/search

drug_deal_fetch

Batch fetch full detail records by drug deal IDs.

/api/ls/v2/drug-deal/fetch

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.

Capabilities

  • Fetch drug pipeline records for an organization. Use either organization_id or organization name. Must provide exactly one of them.
  • Batch fetch full detail records by organization IDs or organization names.
  • Search 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.
  • Search 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".
  • Batch fetch full detail records by drug deal IDs.

How to connect

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.

Example MCP configuration

{
  "mcpServers": {
    "company_deal_intelligence": {
      "url": "https://connect.patsnap.com/1f8934/logic-mcp?apikey={your_api_key}"
    }
  }
}

Use cases

  • Use Company & Deal Intelligence MCP Server to let AI agents access Patsnap innovation intelligence inside agent conversations.

FAQ

What is Company & Deal Intelligence MCP Server?
Company & Deal Intelligence MCP Server is a Patsnap Open Platform Model Context Protocol server that exposes innovation intelligence tools for AI agents and LLM clients.
How does Company & Deal Intelligence MCP Server work with AI agents?
An MCP-compatible client connects to the server URL with your Patsnap Open Platform API key, discovers available tools, and lets the model call Patsnap data and capabilities during conversations.
What tasks can Company & Deal Intelligence MCP Server perform?
Company & Deal Intelligence MCP Server exposes Patsnap tools through the Model Context Protocol so AI agents can retrieve patents, papers, and innovation intelligence during multi-step reasoning.
How do I connect this MCP server to an agent?
Get a Patsnap Open Platform API key, copy the MCP connection URL or JSON config from this page, and add it to your MCP-compatible client following the MCP Quick Start guide.