> For the complete documentation index, see [llms.txt](https://docs.orbitfin.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.orbitfin.ai/orbit-api-reference/mcp/2.2.-orbit-mcp-tools.md).

# 2.2. Orbit MCP Tools

The Orbit Enterprise Agentic Chat Tool MCP is an enterprise-grade agentic conversational service built upon the Model Context Protocol (MCP). It seamlessly integrates with internal AI assistants, research terminals, and automated workflows, delivering multi-turn contextual reasoning, enterprise data source invocation, tool-chain orchestration, and structured output.

**Purpose-built** for professional domains such as investment research, compliance, risk management, and advisory services, the service is currently deployed within the **Agentic Chat** module of the Insight platform.

We are continuously expanding our portfolio of professional tools. The current stable releases are shown below — please refer to the table for the latest changes.

<table><thead><tr><th width="192.796875">Tool Name</th><th width="244.47265625">Description</th><th width="91.95703125">Credit</th><th>Notes</th></tr></thead><tbody><tr><td>Company Search</td><td>Query company info via ISIN / Ticker / LEI / Name to obtain orbit_entity_id,<br>required as a prerequisite for all other tools</td><td>1</td><td></td></tr><tr><td>Get Filings Data</td><td>Internal proprietary vector search across 308 document types (filings,<br>announcements, ESG reports, etc.). Returns AI-generated summaries, evidence citations, and URL</td><td>1</td><td><p></p><p>Max 1-year date range per call; up to 10 years of historical data; typical response time 30–120s</p></td></tr><tr><td>Bot News Tracker</td><td>AI-powered daily news sentiment tracker — generates sentiment scores (0–100),<br>classifies positive/negative events, identifies competitors, risk factors, and provides<br>buy/hold/sell signals</td><td>1</td><td>Max 31-day range per call; up to 3 years of historical data</td></tr><tr><td>Get Eod Price</td><td>Retrieves end-of-day (EOD) stock price data with flexible time windows: 1D / 5D /<br>1M / 6M / YTD / 1Y / 5Y / MAX</td><td>0.5</td><td></td></tr><tr><td>Google News</td><td>Searches Google News for financial and business coverage with multi-keyword<br>filtering, date range, and multi-language support</td><td>0.5</td><td></td></tr></tbody></table>

**Note:** Enterprise subscribers enjoy Agentic Chat at no cost. Additional charges apply based on task complexity, billed by **tool usage × invocation count**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.orbitfin.ai/orbit-api-reference/mcp/2.2.-orbit-mcp-tools.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
