Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
EXPLORIUM_API_KEY | Yes | Your Explorium API key |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
match_businesses | Copy Get the Explorium business IDs from business name and/or domain in bulk.
Use this when:
- Need company size/revenue/industry
- Analyzing overall business metrics
- Researching company background
- Looking for specific employees (use fetch_prospects next)
Do NOT use when:
- Looking for specific employees
- Getting executive contact info
- Finding team member details
- You already called fetch_businesses - the response already contains business IDs |
fetch_businesses | Copy Fetch businesses from the Explorium API filtered by various criteria.
You MUST call the autocomplete tool to get the list of possible values for
filters specified in the autocomplete tool's description.
Do NOT use this tool first if you do not have a list of available values for
mandatory filters specified in the autocomplete tool's description.
This tool returns Business IDs, which can be used to fetch more information.
Do NOT call match_businesses afterwards.
If a requested filter is not supported by the Explorium API, stop the
execution and notify the user.
If you are looking for employees at a company, use fetch_prospects next. |
autocomplete | Copy Autocomplete values for various business fields based on a query string.
You MUST call this tool before using any of the following filters:
- country
- country_code
- region_country_code
- google_category
- naics_category
- linkedin_category
- company_tech_stack_tech
- company_tech_stack_categories
- job_title
- company_size
- company_revenue
- number_of_locations
- company_age
- job_department
- job_level
- city_region_country
- company_name
Use this tool to get a list of possible enum values for filters.
Call this tool simultaneously as many times as possible. Do not call it
sequentially.
Prefer to use linkedin_category over google_category.
Hints:
- When looking for 'saas' in categories, use 'software'
- Use 'country' to get the country code |
fetch_businesses_events | Copy Retrieves business-related events from the Explorium API in bulk.
If you're looking for events related to role changes, you should use the
prospects events tool instead.
This is a VERY useful tool for researching a company's events and history. |
fetch_businesses_statistics | Copy Fetch aggregated insights into businesses by industry, revenue, employee count, and geographic distribution. |
enrich_businesses_firmographics | Copy Get firmographics data in bulk.
Returns:
- Business ID and name
- Detailed business description
- Website URL
- Geographic information (country, region)
- Industry classification (NAICS code and description)
- SIC code and description
- Stock ticker symbol (for public companies)
- Company size (number of employees range)
- Annual revenue range
- LinkedIn industry category and profile URL
Do NOT use when:
- You need to find a specific employee at a company
- Looking for leadership info of a company |
enrich_businesses_technographics | Copy Get technographics data in bulk.
Returns:
- Full technology stack used by the business
- Nested technology stack categorized by function (e.g., Sales, Marketing, DevOps)
- Detailed breakdown by categories including:
- Testing and QA tools
- Sales software
- Programming languages and frameworks
- Productivity and operations tools
- Product and design software
- Platform and storage solutions
- Operations software
- Operations management tools
- Marketing technologies
- IT security solutions
- IT management systems
- HR software
- Health tech applications
- Finance and accounting tools
- E-commerce platforms
- DevOps and development tools
- Customer management systems
- Computer networks
- Communications tools
- Collaboration platforms
- Business intelligence and analytics |
enrich_businesses_company_ratings | Copy Get internal company ratings in bulk.
Returns:
- Employee satisfaction ratings across multiple categories
- Company culture and work-life balance assessments
- Management and leadership quality ratings
- Career growth and advancement opportunities metrics
- Interview experience feedback from candidates
- Overall company reputation scores from current and former employees |
enrich_businesses_financial_metrics | Copy Get financial metrics for public companies in bulk.
You may also use this tool when looking for leadership information (CEO, CTO, CFO, etc.)
Returns:
- Financial metrics including EBITDA, revenue, and cost of goods sold (COGS)
- Profitability indicators like ROA (Return on Assets) and ROC (Return on Capital)
- Asset turnover and working capital figures
- Price-to-earnings ratio and enterprise value metrics
- Executive leadership details including names, titles, and compensation
- Earnings surprises with actual vs. estimated results
- Peer companies for competitive analysis
- Total shareholder return (TSR) metrics for various time periods |
enrich_businesses_funding_and_acquisitions | Copy Get businesses funding and acquisition history in bulk.
Returns:
- Detailed funding history including dates, amounts, and round types
- IPO information including date and size
- List of investors and lead investors for each funding round
- Total known funding value
- Current board members and advisors
- Acquisition information (if applicable)
- First and latest funding round details
- Number of funding rounds and investors |
enrich_businesses_challenges | Copy Get insights on the challenges, breaches, and competition of public companies.
Returns:
- Technological disruption challenges identified in SEC filings
- Data security breaches and cybersecurity vulnerabilities
- Market saturation concerns and competitive pressures
- Data security and privacy regulatory compliance issues
- Competitive landscape and market position challenges
- Customer adoption risks and third-party dependencies
- Links to official SEC filings and documents
- Company identifiers including ticker symbols and CIK numbers
- Filing dates and form types for regulatory submissions |
enrich_businesses_competitive_landscape | Copy Get insights on the market landscape of public companies.
Returns:
- Competitive differentiation strategies from SEC filings
- Key competitors identified in public disclosures
- Company ticker symbols and CIK identifiers
- Links to official SEC filings and documents
- Filing dates and form types for regulatory submissions |
enrich_businesses_strategic_insights | Copy Get strategic insights for public companies.
Returns:
- Strategic focus areas and company value propositions from SEC filings
- Target market segments and customer demographics
- Product development roadmaps and innovation initiatives
- Marketing and sales strategies from public disclosures
- Strategic partnerships and acquisition information
- Company identifiers including ticker symbols and CIK numbers
- Links to official SEC filings and documents
- Filing dates and form types for regulatory submissions
Do NOT use this when you need to find employees at a company. |
enrich_businesses_workforce_trends | Copy Get workforce trends and department composition for companies.
Returns:
- Percentage breakdown of employees across different departments (engineering, sales, marketing, etc.)
- Changes in department composition compared to previous quarter
- Total employee profiles found per quarter
- Quarterly timestamp information for trend analysis
- Insights into company structure and hiring priorities
- Department growth or reduction indicators |
enrich_businesses_linkedin_posts | Copy Get LinkedIn posts for public companies.
Returns:
- Post text content from company LinkedIn posts
- Engagement metrics including number of likes and comments
- Publication dates and time since posting
- Company display names when available
- Historical social media content for trend analysis
- Marketing messaging and brand voice examples
- Product announcements and company updates |
enrich_businesses_website_changes | Copy Get website changes for public companies.
Returns:
- Website content changes with before and after text comparisons
- Strategic implications of content modifications
- Dates when changes were detected
- Changes in featured products, services, or content
- Shifts in marketing messaging or positioning
- Updates to promotional content and featured items
- Changes in top charts or featured content listings
- Insights into business strategy and market focus |
enrich_businesses_website_keywords | Copy Get website keywords for public companies.
For each keyword, input multiple search terms separated by commas (","), which simulates a logical "AND" operation.
Returns:
- Website URL
- Keywords indicator showing if keywords were found
- Text results containing:
- Position/rank of the result
- Text snippet showing keyword matches
- URL where the keyword was found |
match_prospects | Copy Get the Explorium prospect ID from a prospect's email, full name, and company.
At least email OR (full name AND company) must be provided.
You MUST use this tool if the input is about someone working at a specific company.
Use this when:
- Need prospect enrichment tools
- Getting contact information
- Analyzing an individual's social media presence
- Gathering information on a person's professional profile and workplace
Do NOT use for:
- Finding leadership information (CEO, CTO, CFO, etc.)
- Looking for employees at a company |
fetch_prospects | Copy Fetch prospects (employees) using filters such as job level, department, and other professional attributes.
You MUST use the autocomplete tool to retrieve valid values for required filters before calling this tool.
Do NOT call this tool first if you don’t have the necessary filter values.
Returns Prospect IDs for individuals at specific companies.
If a requested filter is not supported by the Explorium API, stop execution and inform the user.
Use fetch_businesses if you're looking for companies instead.
For leadership details at public companies, use enrich_businesses_financial_metrics. |
fetch_prospects_events | Copy Retrieves prospect-related events from the Explorium API in bulk.
Use this when querying for prospect-related events about businesses:
Example workflow:
Fetch businesses > Fetch prospects > Fetch prospects events |
enrich_prospects_contacts_information | Copy Enrich prospect contact information with additional details.
Returns:
- Professional and personal email addresses
- Email type (professional/personal)
- Phone numbers |
enrich_prospects_linkedin_posts | Copy Enrich prospect LinkedIn posts with additional details.
Returns:
- Post text content
- Post engagement metrics (likes, comments)
- Post URLs
- Post creation dates
- Days since posted |
enrich_prospects_profiles | Copy Get detailed profile information for prospects.
Returns:
- Full name and demographic details (age group, gender)
- Location information (country, region, city)
- LinkedIn profile URL
- Current role details:
- Company name and website
- Job title, department and seniority level
- Work experience history:
- Company names and websites
- Job titles with role classifications
- Start/end dates
- Primary role indicator
- Education background:
- Schools attended with dates
- Degrees, majors and minors
- Skills and interests when available |