Skip to main content
Glama
viraj43

INDUSS Research Intelligence MCP Server

by viraj43

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
EXA_API_KEYYesAPI key for Exa search engine. Required for search functionality.
DATABASE_URLNoPostgreSQL connection string for optional query/result history. If not set, history features are disabled.
MCP_TRANSPORTNoTransport mode for the MCP server. Set to 'httpStream' to enable HTTP streaming transport. Defaults to stdio if unset.stdio

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
logging
{}
completions
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_companyA

Discover a company's official website, LinkedIn, and registry presence via domain-restricted Exa search. Use this first to resolve a company name to authoritative source URLs before calling other company tools.

company_profileA

Retrieves registry-grade company profile facts (CIN, incorporation date, registered office) by searching MCA/Tofler/Zauba/OpenCorporates and the company's own site.

company_overviewB

Produces a narrative business overview (what the company does, products/services, target market) sourced from the company's own site and LinkedIn.

financial_statementsA

Locates a company's annual report / financial statement filing and extracts structured line-item tables (revenue, net profit, EBITDA, assets, equity, debt) from the underlying HTML or PDF document.

ratio_analysisA

Performs deterministic financial ratio analysis (profitability, liquidity, leverage, returns) plus multi-period CAGR trend over a set of FinancialStatement objects (Income Statement / Balance Sheet / Cash Flow). Pure calculation — no search, no LLM tokens.

funding_historyA

Searches Crunchbase, Tofler, MCA, and OpenCorporates for a company's funding rounds, investors, and valuation mentions, and extracts candidate round/amount facts from the retrieved text.

discover_competitorsA

Searches industry-analyst and news sources for named competitors/rivals of a company and extracts candidate competitor names via text-pattern heuristics. Results should be treated as a starting candidate list, not a verified peer set.

industry_overviewA

Retrieves an industry overview (structure, key players, growth drivers) from top-tier consulting/research sources (Deloitte, PwC, EY, KPMG, McKinsey, Bain, BCG, IMARC, Statista, NASSCOM).

market_sizeA

Finds market size and CAGR figures for an industry from analyst/research sources (IMARC, Statista, McKinsey, NASSCOM, etc.) and extracts numeric estimates via pattern matching.

latest_newsB

Retrieves recent news coverage of a company from Reuters, Economic Times, Mint, Business Standard, and Moneycontrol, sorted by publish date.

negative_newsA

Screens news sources for adverse media on a company (fraud, litigation, regulatory action, layoffs, defaults) for due-diligence / risk-screening purposes.

generate_reportA

Assembles a structured research report from ResearchSections (each carrying its own summary, tables, citations, and confidence) into the standard report envelope. Use after gathering facts with other tools; this tool does no research of its own.

generate_markdownA

Renders a structured report (see generate_report's schema) into a GitHub-flavored Markdown document with a table of contents, per-section confidence/sources, and a consolidated citation list.

generate_pdfA

Renders a structured report (see generate_report's schema) into an institutional-layout PDF (headers, footers, page numbers, TOC, tables, per-section confidence, citations) via headless-browser HTML-to-PDF conversion, and writes it to the local reports directory.

health_checkA

Reports server health: config validity, Redis cache connectivity, Postgres configuration status, and the tool capability registry.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/viraj43/indus_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server